Releases: philipp-tailor/svelte_sidebar
Releases · philipp-tailor/svelte_sidebar
0.2.0
0.1.1
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
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.