Releases: grahammendick/navigation
Releases · grahammendick/navigation
NavigationReactNative v9.22.1
NavigationReactMobile v3.12.0
Added
- #822 Ensured
NavigationStack
retains scene on browser forward
NavigationReactNativeWeb v1.6.0
Added
- #815 Supported Web Animations Api via mobile
NavigationStack
NavigationReactMobile v3.11.0
Added
- #808 Supported Web Animations Api for navigation animations
- #812 Supported Web Animations Api for shared element transitions
Migration
NavigationStack
replaces NavigationMotion
. The NavigationMotion
component is still there but future development will happen on NavigationStack
. The documentation now only talks about the NavigationStack
. If anyone needs help migrating to the new NavigationStack
and shared element transitions please let me know.
NavigationReactNative v9.22.0
Added
- #805 Fixed images on React Native 0.75 (Fabric iOS). Thanks @salisuabubakar
NavigationReactNativeWeb v1.5.0
Added
- #801 Supported native declarative animation api
NavigationReactNative v9.21.2
Fixed
- #800 Prevented
NavigationBar
error on API < 34 (Android). Thanks @salisuabubakar
NavigationReactNative v9.21.1
Fixed
- #798 Prevented error when
SearchBar
is unmounted (iOS Fabric). Thanks @salisuabubakar
NavigationReactNativeWeb v1.4.0
Added
- #796 Supported Sheet Component