0.4.0
New StyleSheet
features and SSR improvements
Breaking changes
StyleSheet.create()
no longer eagerly resolves and injects styles at boot-time. (2ad710d)- Server-side rendering no longer accumulates styles across requests. (240cf7e)
- The return type of
AppRegistry.getApplication()
has changed. (240cf7e) StyleSheet.getStyleSheets()
has been removed; useAppRegistry.getApplication()
.
New features
- Add support for
TextInput
propplaceholderTextColor
. (31d428a) - Add support for defining CSS keyframes in
animationName
style. (998e275)
Fixes