Releases: wix/react-native-navigation
Releases · wix/react-native-navigation
7.6.0
Enhancements
- Add Navigation.dismissAllOverlays api #6812 by mateioprea
iOS
- searchBar set focus #6817 by mateioprea
Fixed
iOS
- Fix toggling topBar border visibility #6826 by yogevbd
- Fix stack popGesture in sideMenu #6820 by yogevbd
- Explicitly merge options to improve performance #6819 by yogevbd
- Fix search bar visibility toggle #6814 by mateioprea
- Embed launch storyboard vc into RNNSplashScreen #6803 by danilobuerger
- Fix SET hijacked react view position index #6810 by yogevbd
- Fix stack popGesture in sideMenu #6809 by yogevbd
7.5.0
Enhancements
Fixed
iOS
- Fix SET frame transition #6793 by yogevbd
- Render child vc first before attaching it to the view hierarchy #6792 by danilobuerger
- Fix unnecessary button recreation through mergeOptions #6787 by guyca
- Fix bottomTab truncated text on iPad #6784 by yogevbd
Android
- Versioned ReactGateway to avoid breaking rn < 0.62 #6788 by danilobuerger
- Fix edge case where left button was not applied #6757 by guyca
7.4.0
Fixed
iOS
- Fix right buttons lifecycle bug #6755 by mateioprea
- Apply bottomTabs.currentTabId on init #6771 by danilobuerger
Android
- Copy ReactTypefaceUtils to provide backwards compatibilty for rn < 0.62 #6778 by danilobuerger
- Fix default options being applied when calling mergeOptions on a stack layout #6772 by guyca
7.3.0
Enhancements
iOS
- Add scroll edge appearance to iOS + docs #6713 by mateioprea
- Add support for top bar border color + docs #6712 by mateioprea
- Removed unneeded check that happens on recursion anyway #6706 by danilobuerger
Android
Fixed
iOS
- Fix waitForRender + mergeOptions not working when view controller is in transit #6702 by danilobuerger
- Fix merge options on dismissModal #6719 by yogevbd
- Resolve parent cornerRadius only when clipped #6714 by yogevbd
Android
- Set fadeDuration to 0 for appearing images involved in shared element transition #6737 by guyca
- Fix ReactImageView sporadic flicker in pop during Shared Element Transition #6708 by guyca
- Fix incorrect border radius end value #6732 by guyca
- Fix default alpha animation being reversed #6709 by mrousavy
7.2.0
Enhancements
Android
iOS
Fixed
Android
- Rework shared element transition view scale and border radius animations #6641 by guyca
- Fix title and subtitle font styling options not being applied on mergeOptions #6631 by guyca
- Fix ReactViewOutlineAnimator width/height wrong scale #6643 by mrousavy
- Animate text change in shared element transition only if texts are lexically equal #6640 by guyca
- Fix statusBar.drawBehind not respected when defined in default options #6683 by guyca
iOS
- Fix initial shared element corner radius glitch #6628 by yogevbd
- Fix compile warnings in XCode 12 #6633 by danilobuerger
- Added missing types for window options #6649 by cHaLkdusT
- Support changing swipeToDismiss through mergeOptions #6662 by cHaLkdusT
- Add the ability to control the iOS home indicator auto-hiding #6668 by yogevbd
- Call dismissAllModals completion handler after the dismissal has actually completed #6671 by danilobuerger
- Fix link script: sets the minimum iOS version to 11 which is the minimum version required by the library #6674 by yogevbd
- Fix shared element animation safe area calculation #6666 by yogevbd
- Fix default options not being applied on SideMenu layout #6691 and #6695 by danilobuerger
- Balance out addChildViewController with didMoveToParentViewController #6692 by danilobuerger
- Fix waitForRender not working correctly in BottomTabs #6689 by danilobuerger
- Fix viewcontroller for pop animation lookup #6700 by mrousavy
- Fix SearchBar options processing and hideOnScroll option #6676 by danilobuerger
7.1.0
If on upgrading you experience the error:
Specs satisfying the ReactNativeNavigation (from ../node_modules/react-native-navigation) dependency were found, but they required a higher minimum deployment target.
Please update your Podfile deployment target to at least 11.0:
platform :ios, '11.0'
Starting with v7.0.0, the support for iOS 10 was dropped. The corresponding podspec was correct in this release to reflect that change.
Enhancements
- Deprecate searchBar params in favour of a new standalone searchBar options #6586 by mateioprea
- Add overshoot animation interpolation #6544, #6589 by mrousavy
iOS
- Support for searchBar BackgroundColor and searchBar TintColor #6566 by mrousavy
- Animate borderRadius in shared element transitions #6532 by mrousavy
- Support using Apple's SF Symbols in icons #6576 by danilobuerger
Android
- Support FastImage in Shared Element Transition #6610 by guyca
- Support fontWeight and fontStyle in title, subtitle, TopBar buttons and tabs #6590 by danilobuerger
Fixed
iOS
- Fix searchBarHiddenWhenScrolling not working #6564 by mateioprea
- Fix shared element transition skipping last animation tick #6563 by yogevbd
- Include componentId in showModal completed event #6579 by danilobuerger
- Fix shared element x y translation using wrong coordinates #6592 by yogevbd
- Use ImageParser instead of calling RCTConvert directly #6575 by danilobuerger
- Better resolving shared element corner radius value #6603 by yogevbd
- Podspec: Depend on React-Core instead of React #6600 by yogevbd
Android
- Emit configuration change event to Js #6570 by guyca
- Take ancestor views scale into account in shared element transitions #6614 by guyca
- Fix timing issues when animating shared elements #6616 and #6620 by guyca
- Fix border radius disappearing when animating between two FastImage elements with the same border radius #6617 by guyca
- Support declaring fontStyle and fontWeight in default options for title and subtitle #6613 by guyca
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