Skip to content

Releases: wix/react-native-navigation

7.6.0

10 Dec 12:24
f7f9a81
Compare
Choose a tag to compare

Enhancements

iOS

Fixed

iOS

7.5.0

01 Dec 01:08
9627af7
Compare
Choose a tag to compare

Enhancements

Fixed

  • Pass props to components by ref (without deep cloning) #6780 by vovkasm

iOS

Android

7.4.0

19 Nov 14:43
f148144
Compare
Choose a tag to compare

Fixed

iOS

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

05 Nov 14:44
553073c
Compare
Choose a tag to compare

Enhancements

iOS

Android

  • Support shared elements transition in show/dismiss modals #6716 by guyca

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

21 Oct 13:54
33150d9
Compare
Choose a tag to compare

Enhancements

Android

  • Support animating View rotation in shared element transition #6624 by guyca

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

29 Sep 12:48
4cd40c1
Compare
Choose a tag to compare

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

iOS

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

17 Sep 20:10
8ff9859
Compare
Choose a tag to compare
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

09 Sep 14:47
32e61ae
Compare
Choose a tag to compare

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

25 Aug 11:42
Compare
Choose a tag to compare

No changelog for this release.

6.12.1

24 Aug 14:09
6022f43
Compare
Choose a tag to compare

Bug fixes:

  • [v6][iOS] Crash when using back button after calling setStackRoot with multiple screens #6421
  • [iOS] LargeTitle is broken #6337
  • iOS - Cannot set title color and size #6158