All Versions
93
Latest Version
Avg Release Cycle
121 days
Latest Release
1889 days ago

Changelog History
Page 6

  • v0.21.2 Changes

    • Documentation fixes
    • Cancel <Link> navigation on everything but a vanilla left click (no modifiers).
  • v0.21.1 Changes

    • IE8 compat fixes
  • v0.21.0 Changes

    • Added regex support in <Location>'s path attribute.
  • v0.20.3 Changes

    • Fixed mismatch in arities when using navigate() and setPath().
  • v0.20.2 Changes

    • Fixed middle-click and ctrl/meta click on components not opening in a new tab.
  • v0.20.1 Changes

    • 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.
  • v0.20.0 Changes

    • Updated to React 0.11.
    • Fixed intra-page hash routing (scrolling to anchors).
  • v0.19.0 Changes

    • Updated url-pattern, supports optional patterns.
  • v0.18.4 Changes

    • IE8 compat fixes
  • v0.18.3 Changes

    • Made getParentRouter() method optional when implementing new routers.