Skip to content

Releases: STRML/react-router-component

0.22.2

08 Dec 01:11
Compare
Choose a tag to compare
  • Bugfix for regex match keys.

0.22.1

08 Dec 01:11
Compare
Choose a tag to compare
  • Allow specifying key names for regex matches.
  • Documentation fixes.

0.22.0

08 Dec 01:11
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Documentation fixes
  • Cancel <Link> navigation on everything but a vanilla left click (no modifiers).

0.21.1

08 Dec 01:11
Compare
Choose a tag to compare
  • IE8 compat fixes

0.21.0

08 Dec 01:11
Compare
Choose a tag to compare
  • Added regex support in <Location>'s path attribute.

0.20.3

08 Dec 01:11
Compare
Choose a tag to compare
  • Fixed mismatch in arities when using navigate() and setPath().

0.20.2

08 Dec 01:11
Compare
Choose a tag to compare
  • Fixed middle-click and ctrl/meta click on components not opening
    in a new tab.

0.20.1

08 Dec 01:11
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Updated to React 0.11.
  • Fixed intra-page hash routing (scrolling to anchors).