Skip to content

Releases: philipp-tailor/svelte_sidebar

0.2.0

13 Aug 18:02
c3e8024
Compare
Choose a tag to compare

Fixed

  • Missing svelte export condition, see de2fcc7. Fixes #527.

0.1.1

19 Apr 20:25
Compare
Choose a tag to compare

Fixed

  • Conditional exports in package.json reference valid file paths after build, see 922bb46. Fixes #504.
  • Screen reader in Safari announces link groups as lists, see 31b3f69.
  • Theme switch no longer flickers after mount, see e9f3c33.

Changed

  • Style definitions use CSS logical properties, see 2fb17d8.

0.1.0

18 Apr 18:52
Compare
Choose a tag to compare

Added

  • Allow to collapse link groups by default with collapseTree: true, see 4688ba5. Implements #456.
  • Allow to disable transitions with transitionEnabled: false, see 01b07d7.
  • Automatically disable transitions when prefers-reduced-motion is set, see dccebea.
  • Indicate currently active route with aria-current="true", see a1ee97e.

Changed

  • Update (dev) dependencies.
  • Fix typo from README.md, remove broken badge, more cleanups.