Skip to content

0.29.0

Compare
Choose a tag to compare
@grabbou grabbou released this 06 Jul 06:29
· 27805 commits to main since this release

Thanks to 97 contributors who put 218 commits into this release!

Special thanks to @satya164 for writing this release notes!

Breaking changes

General

  • Kill NavigationReducers (3a8b50a) - @hedgerwang
  • NavigationExperimental - Clean up NavigationStateUtils (67002e8) - @hedgerwang
    • Remove the logic that lets NavigationStateUtils accept empty value as input and return a new state.
    • Remove the method NavigationStateUtils.getParent, NavigationStateUtils.set.
  • NavigationExperimental - Remove prop onNavigate (fb0007d) - @hedgerwang
  • NavigationExperimental - Define the generic render prop for NavigationTransitioner to render scenes (3a62314) - @hedgerwang

Android

iOS

  • Automatically clip subviews when removeClippedSubviews prop is used (1048e5d) - @nicklockwood
  • Remove deprecated methods from StatusBarIOS (4de616b) - @javache

General

Bug fixes

New features and enhancements

Android

Bug fixes

  • Enable Double R shortcut to reload JS when redbox is shown (4959b21) - @lebronJ
  • Fix deletion layout animations to work with custom view managers (49a5fe4) - @astreet
  • Fix crash when Modal is displayed as a result of touch handling code (837aafd) - Olivier Notteghem
  • Properly validate layout animation config (d4e7c8a) - @janicduplessis
  • Fix potential NPE in layout animation deletion code (bb9ed2d) - Olivier Notteghem
  • Fix bug where UIOperations aren't executed after hosting Activity is paused (eef03fd) - @astreet
  • Remove iOS platform check for running devtools (1b40db7) - @kageurufu
  • Fix dialogmodule crashing with no fragment manager in onHostResume (bf79352) - @foghina

New features and enhancements

iOS

Bug fixes

  • Fixed bug where layoutSubviews was called continuously for scrollview (329c716) - @nicklockwood
  • Explicitly set default background color in RCTTextView (1fce891) - @bnham
  • Fixed MapView's draggable annotation (993a928) - @nathanajah
  • Handle the case where redirect URL is relative (39eca05) - @maartenschumacher
  • Fix unbale to scroll in image cropper (13dfb62) - Wenjing Wang
  • Correctly passes localNotification to app on wakeup (57d4523) - @corbt

New features and enhancements