Focus v0.11.0
Please read the associated PR of FocusComponents in order to have more information regarding React 0.14
upgrade.
Improvements
- The error parser is now an almost pure error parser. It is tested on the macroscopic level. The action builder is now responsible for dispatching errors see #214
- The
network.fetch
is no longer CORS but you can change it in the options see #213
React 0.14
This version uses a new version of React
which is 0.14
This is a Release Candidate version, v0.14.0-rc1
, please read http://facebook.github.io/react/blog/2015/09/10/react-v0.14-rc1.html, it is already used in production on Facebook
website.
- React is now splitted into two libs:
React
andReactDOM
- As the current warning says
getDOMNode
is deprecated, and you will have to renameReact.findDOMNode
inReactDOM.findDOMNode
. - Read what
PropTypes
are for your components https://facebook.github.io/react/docs/reusable-components.html