Releases: STRML/react-router-component
Releases · STRML/react-router-component
0.22.2
- Bugfix for regex match keys.
0.22.1
- Allow specifying key names for regex matches.
- Documentation fixes.
0.22.0
- Fixes for nested contextual routers
- Fixed
prefix
in routers nested > 1 level deep.
- Matching on
/
inside a contextual router now works as expected.
0.21.2
- Documentation fixes
- Cancel
<Link>
navigation on everything but a vanilla left click (no modifiers).
0.21.0
- Added regex support in
<Location>
's path attribute.
0.20.3
- Fixed mismatch in arities when using
navigate()
and setPath()
.
0.20.2
- Fixed middle-click and ctrl/meta click on components not opening
in a new tab.
0.20.1
- Fixed
reactify
devdep in examples.
- Fixed crash on null/undefined inside
<Locations>
. You may now use
ternary expressions to remove a <Location>
based on a condition.
0.20.0
- Updated to React 0.11.
- Fixed intra-page hash routing (scrolling to anchors).