Skip to content

v0.31.0

Compare
Choose a tag to compare
@grabbou grabbou released this 05 Aug 11:17
· 24263 commits to main since this release

Thanks to 101 contributors who put 228 commits into this release!

Special thanks to @satya164 for writing these release notes!

General

Bugfixes

New features and enhancements

Android

Bugfixes

  • Fix padding with Text on Android (c3f2bba) - @dmmiller
  • Fix timestamps on android touch events to use milliseconds, to be consistent with iOS (4f5c2b4) - @mikelambert
  • Don't hard crash if you get a null stack trace in Android (b5c3550) - @astreet
  • Fix removing views from ViewPagerAndroid (b0c023c) - @foghina
  • Fix handling of line height with inline images (c4ffc7d) - @rigdern
  • Fix Spacing lifecycle issue introduced by D3516692 (8c9f190) - @dmmiller
  • Fix 'Unexpected EOF' in old bridge (6d3c7b8) - @astreet
  • Fixed position of ripple-effect (d73446c) - @noerK
  • Fixed the issue due to which js assets are not bundled in the apk when separate build for different CPU architectures is enabled (c0316c6) - @kgritesh
  • Fix Android WebView additional schemes, e.g.- “tel:” (33a1f28) - @sathyapriya-31

New features and enhancements

iOS

Bugfixes

  • Fix double completion callback in RCTJavascriptLoader (4aedcc7) - @javache
  • Wrap native module I18nManager with a new RCTI18nManager.js and fix current use of native module I18nManager (471ee87) - @MengjueW
  • Fix misusage of NSUInteger * in RCTImageStoreManager (f317b9f) - @jesseluo
  • Fix description of AlertIOS.prompt()'s parameter defaultValue. (f38d9a1) - @yueshuaijie
  • Provide correct initial value for AppState.currentState (68b0ce6) - @rigdern
  • Fix TextInput stack overflow when pasting text in multiline input with maxlength (23e087f) - @javache
  • Create a CSSLayout CocoaPods subspec that preserves the header directories (ee89ffc) - @ide
  • Fix RCTImageLoader's priority (ffb690f) - @nathanajah

New features and enhancements

  • Add the ability to pre-create the JavaScript thread with RCTJSCExecutor (39cb110) - @adamjernst
  • Add responseType as a concept to RCTNetworking, send binary data as base64 (08c375f) - @philikon
  • Add ability to customize error messages and stacks within the iOS redbox (9d2e6a2) - @DavidGoldman
  • Add Image resizeMode center to iOS (bee1180) - @aleclarson
  • Add more profiling markers to RCTJSCExecutor (63e0e6c) - @javache
  • Add [RCTShadowView isCSSLeaf] for skipping css tree of children (0587c85) - @emilsjolander
  • Expose a way to get the JSContext from a RCTJSCExecutor (5323b77) - @adamjernst
  • Make bridge initialization configurable (4269003) - @javache