Skip to content

0.7

Compare
Choose a tag to compare
@jacobp100 jacobp100 released this 16 Jun 10:39
· 117 commits to master since this release

Breaking

  • We no longer automatically insert &, you must now add this when using [@propSelectors]

Public

  • Updated to use prop-types package over React.PropTypes

Internal

  • Improved flow typing

Accidentally Unreleased Notes from 0.6

Breaking

  • [reactProp = "selectors"] must now be written as [@reactProp = "selectors"]
    • You can now use regular attribute selectors under web

Public

  • Significant performance improvements when using CSS custom properties in React Native

Internal

  • Refactored native enhancers to handle pre-processed data
  • Allow overwriting existing CSS chunks babel-plugin to allow for future hot reloading support