github necolas/react-native-web 0.7.0

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

Breaking changes

  • ES modules are now exported and the package is labelled sideEffect:false. Babel plugin is legacy. (c4864f5)
  • Fixes and potential breaking changes to the Responder system. TheResponderEventPlugin now rejects browser emulated mouse events that occur after touch events. This fixes several issues, but it's possible that you may have depended on the previously incorrect behaviour #835 #888 #932. (edc99e7)
  • Remove erroneous NetInfo.isConnected.getConnectionInfo() API. (8b1e6f8)

New features

  • Support for CSP policy requiring nonce on <style>. (ee5e800)
  • Mark focusable DOM nodes with 'data-focusable' for integration with TV focus libraries #827. (e8f2c98)

Fixes

  • Fix onLayout without ResizeObserver #911 #941. (dcdf146)
  • Fix findNodeHandle import in VirtualizedList. (02b6f3f)
  • Flex styles can be applied as inline styles #798. (1e8577f)
  • Remove browser UI from numeric TextInput in Firefox #900. (96c3f09)

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

NewReleases is sending notifications on new releases.