This repository has been archived by the owner on Jul 15, 2019. It is now read-only.
Releases: YahooArchive/flux-router-component
Releases · YahooArchive/flux-router-component
Add onbeforeunload support
Back port fix for /undefined URL in IE11 when scrolling
Preserve scroll position on navigation, and Allow using replaceState
Fix /undefined URL in IE11 when scrolling
Use React 0.13 only
- Lock down to React 0.13.0 to give npm 1.x users a way to use React 0.13 (currently broken in Fluxible 0.2.x due to peerDependency range being broken in npm 1.x)
Fixed NavLinks using routeName not executing correctly
Official React 0.13 support
See #83
- Added 0.13 to React dependency range
- Removed modification of props
React.withContext removal
- [#74] Mixin now provides
getChildContext
andchildContextTypes
in preparation forReact.withContext
deprecation