Skip to content

v0.32.0

Compare
Choose a tag to compare
@grabbou grabbou released this 26 Aug 12:54

Thanks to 106 contributors who put 240 commits into this release!

This release requires React ~15.3.0.

Breaking changes

General

  • NavigationExperimental: Rename renderOverlay to renderHeader (ca85311) - @hedgerwang
  • NavigationExperimental: Stop using absolute position for NavigationHeader. (38979f9) - @hedgerwang

Android

  • Set Event timestamp internally (changes signature of Event class) (da063e3) - @dmmiller

Android

Bugfixes

  • Fix BackAndroid subscriptions calls (b857631) - @webzepter
  • Fix onLayout support in for Android (2ca2f87) - @antoinerousseau
  • Fix ViewPager behavior with Nodes (5f41769) - @ahmedre
  • Fix NullPointerException Caused by manageChildren (c21d3a1) - @ASCE1885
  • Webview: Fix broken fullscreen modals due to zero body height. (1bb1385) - @danielbraun
  • Fix cleanReactNdkLib task failure caused by module not found (37df151) - @xinthink
  • Fix ScrollView bounce back bug in open source (36ca1a0) - @astreet
  • Support API "scrollTo" in RecyclerViewBackedScrollView on Android (235c059) - @lebronJ
  • Stop Reload Android Webview On Same URL Before (9fa4fe2) - @skatpgusskat
  • Make sure multiline TextInput is scrollable within a ScrollView (b05c7f7) - @shengmin
  • Fix inset padding handling for TextInput in LTR/RTL (46bac5f) - @MengjueW
  • Change the textalign setter to support RTL (54a4450) - @MengjueW

New features and enhancements

iOS

New features and enhancements

General

Bugfixes

  • Fix double React perflogger creation (82c8129) - @javache
  • Fix navigation card stack pan responder (c658cc5) - @ahanriat
  • Fix CSSLayout to Support RTL (873c6ff) - @MengjueW
  • Fix scoped modules in react-native link (8ad748a) - @Kureev
  • Fix corrupted options() call for link and other commands (504b516) - @grabbou
  • Fix console.table polyfill when entries are missing (0dd93b6) - @sahrens
  • Open to correct line on Webstorm, IntelliJ and AppCode (c3e8c82) - @rh389
  • Fix --reset-cache no longer accepting a boolean parameter. (b21c8f1) - @danielbraun
  • Don't show keyboard shortcuts with redbox on device (0093dcc) - @brentvatne

New features and enhancements

  • Add UI to show intercepted network information in the inspector (ecea0ce) - @lebronJ
  • Intercept XMLHttpRequest network operations and gather their information in inspector tool (f20d5ed) - @lebronJ
  • Enable websocket interception in RN network inspector tool (43f73f6) - @lebronJ
  • Add method popN() to Navigator. (bbe95c2) - @yueshuaijie
  • Add TextInput.dataDetectorTypes prop. (15bf2c5) - @yueshuaijie
  • Add partial support for symlinks in packager (5cf7f04) - @Kureev
  • Don't collect warnings if yellow box is disabled (654a360) - @davidaurelio
  • Improve error message when packager is not running (73f3713) - @javache
  • Add a statusBarHeight prop for NavigationHeader (341b29d) - @corbt