Releases: grahammendick/navigation
Releases · grahammendick/navigation
NavigationReact v4.1.1
Fix
- #257 Ensured idempotence of old
StateContext
values while navigating on Mobile and Native
NavigationReactNative v5.2.1
Fixed
- 7d3bb68 Changed
title
property fromassign
tocopy
so can always access itslength
NavigationReactNative v5.2.0
NavigationReactNative v5.1.0
NavigationReactMobile v3.0.0
Change
- #248 Reverted allowing each Scene their own React Root now that Native is a single Root
NavigationReactNative v5.0.0
Thanks @jacobp100 for suggesting the move to a single React root and for an example iOS implementation
New
- #246 Added Search Bar Component on iOS
Fixed
- #245 Rendered scene before pushing so don’t get a blank screen during transition
- #245 Showed UI Bar Buttons on iOS immediately instead of waiting for transition to complete
- #245 Ensured navigating back 3 or more crumbs on Android returns to the correct scene
Changed
- #245 Removed Android and iOS-specific setup
- #245 Rendered all scenes under a single React root (see the new
NavigationStack
andTabBarIOS
components) - #245 Configured iOS titles, Android custom animation and shared element transitions via props on the
NavigationStack
Migration
Because there’s no longer any native setup required, revert the setup changes made to AndroidManifest.xml
(Android), and AppDelegate.h
and AppDelegate.m
(iOS). Consult the updated setup guide for the JavaScript differences.
Navigation v5.1.1
Fix
- #244 Improved the performance of fluent navigation link creation
NavigationReact v4.1.0
New
- #244 Added
FluentLink
component for declarative fluent navigation
NavigationReactMobile v2.1.0
New
- #243 Allowed each Scene their own React Root to match Native