Skip to content

0.7.0

Compare
Choose a tag to compare
@necolas necolas released this 19 May 01:15
· 813 commits to master since this release

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)