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.