The changelog is automatically updated using semantic-release. You can see it on the releases page.
Historical Change Log
- Upgraded dependencies for performance improvements and bug fixes
- Added some hover effects
- Modified some styles
- Added a warning rather than hiding elements when JavaScript is disabled
- Refactored the layout to constrain the header and footer widths instead of only the content
- Updated emotion to v10 (#15, d0c16028, 528f3296)
- Refactored search/filter matching logic (64cbf530)
- Converted codebase to use React Hooks 🤠 (#17)
-
Added a feedback form (#14)
This feature requires that the project be hosted on Netlify, as it relies on their form handling technology. Previously, this project could be deployed to any static site hosting platform.
- Blur search input after pressing ESC (8983b455)
- Disable search input when not shown (5174038d)
- Focus the search input upon showing (c7287b35)
- Focus the search button upon hiding search input (de8d16c3)
- Fixed a "flash of empty content" issue related to
<noscript>
(#12)
- Updated page generation process to append trailing slashes to the page path (e4261db4)
- Added vertical spacing around list items in drink notes (#10)
- Restructured footer to show GitHub link on mobile (#11)
- Fixed issue with the 404 page redirecting to append
?no-cache=1
- Fixed
Content-Security-Policy
HTTP header by addingconnect-src
directive to account for Gatsby image handling changes
- Initial release