New Alert API that works both on iOS and Android 3a3af8a
Exposed navigator.product for detecting the React Native in javascript. Note to webpack users: due to a .json file being required, you may need json-loader
Wrapped the UIManager native module in javascript for better abstraction 60db876
Fixed react-native bundle failure on Windows 10 710b443
Fixed getting a Navigator navigationBar by reference df70005
Fixed packager assetRoots argument being ignored 802aef9
Fixed that inspecting a stateless component would cause a crash c489660
Added new Clipboard component on iOS and Android. Previously named RCTPasteboard on iOS 90c7ad1
Fixed using require("./image") sources in development on Windows fe3686e
Android
Allow specifying a custom file path for JSC profiler output aaffb23
Allow custom colors and images on MapView annotations 5b5b550
Added polyline support to MapView: draw lines between two points with a custom color and width 8911b72
Added new didSetProps callback for configuring views or shadow views after setting props f86691a
Fixed onFocus/onBlur events for multiline TextInput 01a0fac
Fixed a MapView crash on iOS 8 by adding a forked implementation c63de5e
Added excludedActivityTypes to ActionSheetIOS 0f0b578
Added secure-text and login-password input types to AlertIOS. Also fixed cancel button highlighting and localization support for OK/Cancel labels f025049
Added blurOnSubmit support to multiline TextInput. This mimics behavior of hitting return in a single line input. 3704257
Fixed TextInput regression on iOS 8 and below 6d29f71
Fixed interrupted scrolling in nested ScrollViews 67bf0f1
Allow specifying a string for the systemIcon TabBarIOS property dd9c1e1
Added a style property to PickerIOS, allowing custom font sizes, colors and alignment e2c35dd
Added tintColor for ActionSheetIOS buttons 86bb656
Breaking Changes
Deprecated RCTRootView initialProperties property was removed bf0934a
Scrollview support was removed from UIManager 38db6fa
iOS native module bridge.modules was deprecated in favor of bridge.moduleClasses or -[bridge moduleForName/Class:. This allows for efficiently lazy-loading native modules 060664f