Skip to content

Latest commit

 

History

History
113 lines (76 loc) · 4.48 KB

CHANGELOG.md

File metadata and controls

113 lines (76 loc) · 4.48 KB

Change Log

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


Historical Change Log

Version 1.5.5 (2019-02-10)

  • Fixed another "flash of unstyled content" issue when using the dark mode theme (f14a36f0)

Version 1.5.4 (2019-02-10)

  • Fixed a "flash of unstyled content" issue when using the dark mode theme (#39)

Version 1.5.3 (2019-01-11)

  • Fixed a "flash of unstyled content" issue (d7033193)

Version 1.5.2 (2019-01-11)

  • Fixed style loss on page reload (28aa86e1)
  • Removed custom <noscript> hack for appeasing Lighthouse as Gatsby includes it now

Version 1.5.1 (2019-01-09)

  • Fixed an issue where the pubic exposure would indicate your password had not been exposed in a breach while you were typing (even if it had been)
  • Removed redundant debounce logic delaying password exposure queries

Version 1.5.0 (2019-01-08)

  • Added a dark mode theme 🌚 (#20)
  • Converted codebase to TypeScript (#21)
  • Added a <noscript> SSR hack to appease Lighthouse (d354eccf)
  • Fixed max paragraph width in IE11
  • Tweaked update alert visuals

Version 1.4.0 (2018-12-08)

Version 1.3.2 (2018-10-20)

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

Version 1.3.1 (2018-10-14)

  • Added a delay before showing the loading indicator when retrieving public exposure info to prevent a "flash of loading state" (#8)
  • Added an explicit border on the password input field to resolve an issue where it was being cut off in Google Chrome on mobile devices
  • Fixed a bug in the E2E tests that was allowing some PwnedPassword API requests to use the actual network when they should have been stubbed out

Version 1.3.0 (2018-10-03)

  • Added social media sharing metadata (#7)
  • Changed the back link on the 404 page to a button (to leverage back() from the History API instead of a direct link to the site root) and improved its styling
  • Added tests for the 404 page

Version 1.2.3 (2018-09-27)

  • Reduced space above the site title on large screens

Version 1.2.2 (2018-09-27)

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

Version 1.2.1 (2018-09-26)

  • Fixed update alert positioning in IE
  • Added a border to the update alert

Version 1.2.0 (2018-09-25)

  • Added automatic update checks (#3)
  • Hid the Microsoft input clear action for cross-browser layout consistency
  • Fixed main element display for IE
  • Added noscript block in case JavaScript is unavailable
  • Reduced bundle size by formatting numbers more efficiently
  • Improved tests

Version 1.1.0 (2018-09-23)

  • Added logic and styles to account for preceding and trailing spaces
  • Added functionality preview animation to the README
  • Added E2E tests

Version 1.0.0 (2018-09-21)

  • Initial release