v.3.9.0
Support for React 16
This is a big milestone for the project. With version 3.9.0, the project officially supports the latest version of React.
React 16 comes with a whole lot of optimizations and features like:
- Better error handling
- Portals
- Better server-side rendering
- Support for custom DOM attributes
- Reduced bundler size
and last but not least New Core Architecture
Testing has always been taking a big part of the project. That's why version 3.9 comes packed with the latest versions of Jest and Enzyme, both working seamlessly with React 16. There are some breaking changes, so make sure you read Enzyme's installation documentation for more information about what has changed.
I'm really excited about React 16, now that the project is again released under MIT license. Facebook made the right thing, which sure is a great news for the whole community.
Now go there and build something awesome. See you again next release.