Skip to content

0.1.0

Compare
Choose a tag to compare
@philipp-tailor philipp-tailor released this 18 Apr 18:52
· 19 commits to master since this release

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.