Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@meduzen meduzen released this 02 Mar 22:00
· 14 commits to main since this release
  • Add a menu with a color scheme switcher (#92). Links that were previously on the bottom right of the screen are now in the menu to unclutter the interface. The menu only shows after some interactions happen on the page.

  • Prevent layout shift while the menu toggle button appears (#95, closes #94)

  • Don’t animate the menu button after first interaction (#96)

  • And various less noticeable bits and fixes in the pipes…
    • Remove unneeded noopener attribute on links (#112)
    • Test app with Playwright (#118)
    • Test website size and external links (#103)
    • Replace postcss-short-size by postcss-size (815c0ed)
    • Unclutter modules (#120)
    • Set engine version as Node 20 (#105)
    • Bump to Vite 5 (#109)
    • Group dependencies update instead of 1 pull request by dependency (#102)
    • Fix ESLint autosave and enable ESLint cache (#117)