Releases: STRML/react-router-component
Releases · STRML/react-router-component
0.25.0
- Better React 0.13 support without typechecking errors.
- Send (path, navigation, cb) - don't lose
navigation
object.
- Update dependencies (urllite, url-pattern, etc).
- Adjust for new
url-pattern
API.
- Use React.batchedUpdates (now exposed on React object)
- Documentation fixes.
0.24.4
- Update react-async version.
0.24.3
- Support React 0.13 in peerDependencies.
0.24.2
- Fix LocalStorageEnvironment failure in browsers' private modes. Android, iOS, and Safari all keep LocalStorage
available, but throw when you use it.
0.24.1
- Infinite loop fix when getting parent router in alternative environment.
- Set default LocalStorageKeyEnvironment path to the empty string instead of undefined/null.
0.24.0
- 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.
0.23.3
- PathnameEnvironment usable in non-html5 history api browser; falls back on window.location.pathname.
0.23.1
- Move React & React-async to peerDependencies. Fixes #102
0.23.0
- React 0.12 compatibility.