Skip to content

May 2017

Choose a tag to compare

@hramos hramos released this 12 Jul 06:58

General

Breaking changes

Remove React forwarding and wrong import warnings

(f3dbddc) - @janicduplessis

Importing ‘react’ modules from ‘react-native’ has been deprecated since 0.25 and is now an error.

Bugfixes

New features and enhancements

Yoga

Packager

iOS

Breaking changes

Update podspecs to support and default to the C++ bridge

(5aca739) - @mhorowitz

If you are using Cocoapods, you will have to update your Podfile by adding a dependency of ‘BatchedBridge’ or ‘CxxBridge’ to the React subspec depending on your choice.

Bugfixes

New features and enhancements

Android

Bugfixes

New features and enhancements

  • Expose setPointScaleFactor to java (19e1ef9) - @emilsjolande
  • Expose print function to java (924b869) - @emilsjolande
  • Allow Android videos to be shown in the CameraRoll selector (a324dfb) - @fred202
  • Add symbolication support to DevServerHelper (102f990) - @devknoll
  • Add openStackFrameCall to DevServerHelper (ee91eb7) - @devknoll
  • Add appProperty to ReactRootView (57b0039) - @maicki
  • Bump up priority of RN threads during startup (82c4b9f) - @AaaChiuuu
  • Assert on UIBackground thread if UIBackground thread is available (83a58f6) - @AaaChiuuu
  • Add flag to test running BG UI operation on a separate thread from the native modules thread (3a3e5af) - @AaaChiuuu
  • Add explicit error message if e.getMessage is null (c6614f1) - @reneweb
  • Refactor interfaces (ac74d2a) - @theoy
  • Ability to create a background UI thread (6138e20) - @AaaChiuuu
  • Add more systraces (857be04) - @AaaChiuuu
  • Wrap CREATE_MODULE and INITIALIZE_MODULE markers with try/finally (8478767) - @AaaChiuuu
  • Don't run setupReactContext() on UI thread (350b6c6) - @AaaChiuuu
  • Clear DraweeControllerBuilder after usage (3fda6a9) - @AaaChiuuu
  • Launch conversion from ASyncTask to Thread (3e866e0) - @AaaChiuuu
  • Lower thread priority of native module and JS thread (97a8663) - @AaaChiuuu