Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Latest commit

 

History

History
81 lines (53 loc) · 3.22 KB

CHANGELOG.md

File metadata and controls

81 lines (53 loc) · 3.22 KB

Change Log

The changelog is automatically updated using semantic-release. You can see it on the releases page.


Historical Change Log

Version 2.1.1 (2019-03-02)

  • Upgraded dependencies for performance improvements and bug fixes

Version 2.1.0 (2019-02-02)

  • Added some hover effects
  • Modified some styles

Version 2.0.0 (2018-12-07)

  • 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)
Breaking Changes
  • 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.

Version 1.2.0 (2018-11-22)

  • 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)

Version 1.1.2 (2018-10-20)

  • Fixed a "flash of empty content" issue related to <noscript> (#12)

Version 1.1.1 (2018-10-04)

  • Updated page generation process to append trailing slashes to the page path (e4261db4)

Version 1.1.0 (2018-10-03)

  • Added vertical spacing around list items in drink notes (#10)
  • Restructured footer to show GitHub link on mobile (#11)

Version 1.0.2 (2018-09-27)

  • Fixed issue with the 404 page redirecting to append ?no-cache=1

Version 1.0.1 (2018-09-17)

  • Fixed Content-Security-Policy HTTP header by adding connect-src directive to account for Gatsby image handling changes

Version 1.0.0 (2018-09-17)

  • Initial release