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

Changelog History
Page 5

  • v0.24.2 Changes

    • Fix LocalStorageEnvironment failure in browsers' private modes. Android, iOS, and Safari all keep LocalStorage available, but throw when you use it.
  • v0.24.1 Changes

    • Infinite loop fix when getting parent router in alternative environment.
    • Set default LocalStorageKeyEnvironment path to the empty string instead of undefined/null.
  • v0.24.0 Changes

    • External links are no longer navigated to, even if used in a component. This should not cause breakage but if it does please open an issue.
      • Reference: #111
  • v0.23.3 Changes

    • PathnameEnvironment usable in non-html5 history api browser; falls back on window.location.pathname.
      • See #113. Thanks @spicydonuts
  • v0.23.2 Changes

    • Fix typo
  • v0.23.1 Changes

    • Move React & React-async to peerDependencies. Fixes #102
  • v0.23.0 Changes

    • React 0.12 compatibility.
  • v0.22.2 Changes

    • Bugfix for regex match keys.
  • v0.22.1 Changes

    • Allow specifying key names for regex matches.
    • Documentation fixes.
  • v0.22.0 Changes

    • Fixes for nested contextual routers
      • Fixed prefix in routers nested > 1 level deep.
      • Matching on / inside a contextual router now works as expected.