github necolas/react-native-web 0.4.0

latest releases: 0.19.11, 0.19.10, 0.19.9...
6 years ago

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)

Don't miss a new react-native-web release

NewReleases is sending notifications on new releases.