Releases: grahammendick/navigation
Releases · grahammendick/navigation
NavigationReact v4.0.1
Fixed
- #208 Removed
react-dom
dependency
NavigationReactNative v3.0.0
A redesign of Navigation React Native to use the underlying native APIs on Android and iOS. See the documentation for details.
Navigation v5.1.0
NavigationReact v4.0.0
NavigationReactMobile v2.0.0
New
- #176 Supported transformations for Shared Element navigation
Fixed
- #178 Isolated a Scene's
NavigationContext
so that Links on non-active Scenes can render - #180 & #183 Assigned Scenes the correct
NavigationContext
during serial navigation - #189 Prevented Scenes re-rendering during navigation
Changed
- #169 Removed support for passing
stateNavigator
via legacy context or as aprop
Navigation v5.0.1
New
- #159 Added
asyncData
andhistory
indicator toStateContext
NavigationReact v3.1.0
NavigationReactMobile v1.1.0
Navigation v5.0.0
Navigation v4.0.2
From this release onwards, unless it contains a security fix, the bower package won't be updated
New
- #147
HTML5HistoryManager
stores the href in browser historystate
so a subclass can push a different href. TheinitHistory
function accepts a Url so the subclass can navigate the stored href instead of the one from browserlocation
(seeMobileHistoryManager
of NavigationReactMobile for an example)