Skip to content

0.4.0

Compare
Choose a tag to compare
@necolas necolas released this 07 Feb 00:37
· 940 commits to master since this release

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; use AppRegistry.getApplication().

New features

  • Add support for TextInput prop placeholderTextColor. (31d428a)
  • Add support for defining CSS keyframes in animationName style. (998e275)

Fixes

  • Fix Babel plugin rewrites in modules using require to load react-native. (21b3f39)
  • Remove UA controls from numeric text inputs in Firefox. (69d5373)