Skip to content

July 2017

Choose a tag to compare

@grabbou grabbou released this 01 Aug 15:17
· 29680 commits to main since this release

Breaking changes

Android

iOS

General

Bugfixes

New features and enhancements

Android

Bugfixes

  • Fixing drawing bug in ReactArt (a660796)
  • Fix dev reloading (c639a1f) - @AaaChiuuu
  • Don't crash if Window permission isn't granted for dev loading view (56969d5)
  • Fix dev loading indicator (e82ceb2)
  • Fix package order on ReactInstanceManager (4566f01)

New features and enhancements

  • Update overflow docstring to add note on Android (fa147f0) - @joerick
  • Add cmd+opt+ctrl+D to globally invoke dev menu for Android (01adc71) - @Yu-w
  • Add dev bundle download listener on Android (960e5db) - @janicduplessis
  • Add peeking feature in AndroidViewPager (c42080e)
  • Corrected spelling of the word "properties" in error message in ReactAndroid/build.gradle (e8df8d9) - @owenauch
  • Report Java stack traces in synchronous native module calls (534bbfa) - @javache
  • Document URI for Android asset folder images (a38f5b6) - @benvium
  • react-native link support for native Android modules developed in Kotlin (d666f30) - @rauliyohmc
  • Add support for multiple bridge listeners (80bc07f) - @bnham
  • Add a bunch of debug log statements (a1321ae) - @AaaChiuuu
  • Remove SetBuilder (559805d) - @javache
  • Tag INITIALIZE_MODULE marker with the non-zero instance key (e48ad96) - @AaaChiuuu
  • Only load core modules once (2b89416)
  • Separate port constant for inspector proxy server (1ae54b5) - @Hypuk
  • API check for removeOnGlobalLayoutListener in ReactRootView (ecccd06)
  • Simplify Catalyst handleMemoryPressure (83faa4b) - @javache
  • Bunch of props was unified (1081b21) - @shergin
  • Splitting packages into core bridge and core RN (e301a36)
  • Disable multipart bundle transmission for now (33057aa) - @jeanlauliac
  • Translating NativeArray into NativeMap on getConstants (25d19e3)

iOS

Bugfixes

New features and enhancements