Releases: wix/react-native-navigation
Releases · wix/react-native-navigation
7.0.0-snapshot.1217
Rename `'spring'` to `'overshoot'` in playground demo (#6598) Small fix for the playground only (bug introduced in https://github.com/wix/react-native-navigation/commit/1d8e3b784ecedc7153fb0b0d900e42ab4a8b8f16)
7.0.0
Enhancements:
- Resolve fonts using RCTFont #6546
- setRoot fade in animation support on iOS #6539
- Removed unused RNNBridgeManagerDelegate, was replaced by RCTBridgeDelegate in v5 #6527
- V7 #6422
Bug fixes:
- Fix iOS unit tests #6558
- Fixes issue with border shown on iOS TopBar #6548
- Fixes default value for back button when title is empty #6552
- Fix props type in options function #6545
- UpdateProps now keeps the old props. #6538
- Remove broken bootstrap method #6528
- Fix status bar disappears on setRoot #6525
- Fix topBar title with subtitle view #6509
- Fix crash if Shared Element ID is invalid #6511
- Fix default modalPresentationStyle on < iOS 13 #6494
6.12.2
6.12.1
6.12.0
Added
iOS
- Enable PlatformColor / DynamicColorIOS for iOS #57519ca by danilobuerger
Fixed
Android
- Fix white screen when back was pressed during show modal animation #58f72f8 by guyca
- Fix issue where right buttons which were added with mergeOptions were not unmounted #3c5e8e4 by guyca
- Resole popToRoot promise successfully even when it's called while there's nothing to pop #ec2b0a0 by guyca
- Resize title component when buttons are added to TopBar #a66e8e9 by guyca
iOS
- Fix bug where screen became unresponsive if user tried to interact with elements during momentum scroll #cb74af5 by yogevbd
- Fix category warnings for RNNInterpolationOptions #a13698b by danilobuerger
7.0.0-turboModules.1
No changelog for this release.
7.0.0-alpha.1
7.0.0-alpha.1
6.11.0
Added
- Update NavigationComponent typings - include passProps in static options generate #813c1a2 by guyca
- Include componentId in props passed to static options generator #c4f8eb2 by guyca
iOS
Fixed
iOS
- Fixed case where options were not merged correctly under certain conditions #c9e5309 by yogevbd
- Fix toggling StatusBar visibility with mergeOptions #36e0e81 by yogevbd