Breaking changes
- The
Image
component no longer accepts child content. UseImageBackground
as a replacement. (541d245)
New features
- Add
ImageBackground
component. (e8eab9b) - Add
Picker
andPicker.Item
components. (b7e970f) - Add
CheckBox
component. (6de892c) - Add
ART
components. (321051b) - Add
SafeAreaView
shim for compatibility with React Native. (034108a) - Add
StyleSheet.compose
. (1a20fcf) - Sync the
Animated
implementation with React Native to pick up new additions to the API. (0dfe319). - Sync the
PanResponder
implementation with React Native. (f96d7b8)
Fixes
- Use
ReactDOM.hydrate
inAppRegistry.runApplication
to allow clients to boot using HTML from server-rendered apps (82c044e). - Fix
AppRegistry.getApplication
style element key warning for server-side rendering.
(f1ce6c2) - Fix imports of
render
andunmountComponentAtNode
when using the Babel plugin.
(9bcc67e) - Fix error when testing Touchables using
react-test-renderer
. (5f68542) - Fix animated scrolling in
ScrollView
. (556dc89) - Fix the value of
StyleSheet.hairlineWidth
on retina screens. (495defd)