Releases: STRML/react-router-component
Releases · STRML/react-router-component
0.22.2
08 Dec 01:11
Compare
Sorry, something went wrong.
No results found
Bugfix for regex match keys.
0.22.1
08 Dec 01:11
Compare
Sorry, something went wrong.
No results found
Allow specifying key names for regex matches.
Documentation fixes.
0.22.0
08 Dec 01:11
Compare
Sorry, something went wrong.
No results found
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
08 Dec 01:11
Compare
Sorry, something went wrong.
No results found
Documentation fixes
Cancel <Link> navigation on everything but a vanilla left click (no modifiers).
0.21.1
08 Dec 01:11
Compare
Sorry, something went wrong.
No results found
0.21.0
08 Dec 01:11
Compare
Sorry, something went wrong.
No results found
Added regex support in <Location>'s path attribute.
0.20.3
08 Dec 01:11
Compare
Sorry, something went wrong.
No results found
Fixed mismatch in arities when using navigate() and setPath().
0.20.2
08 Dec 01:11
Compare
Sorry, something went wrong.
No results found
Fixed middle-click and ctrl/meta click on components not opening
in a new tab.
0.20.1
08 Dec 01:11
Compare
Sorry, something went wrong.
No results found
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
08 Dec 01:11
Compare
Sorry, something went wrong.
No results found
Updated to React 0.11.
Fixed intra-page hash routing (scrolling to anchors).