What need to be done to support react-0.14 on the react-0.14-support branch. - [X] React.findDOMNode -> ReactDOM.findDOMNode - [X] require('react/addons') -> require('react-addons-*') - [X] React-Router 1.0 support - [X] react-draggable2 still require react 0.13 and react-addons - [x] code highlight not working on the doc website - [x] PR https://github.com/callemall/material-ui/issues/1866 check hot-reload for the doc dev server - [x] PR https://github.com/callemall/material-ui/issues/1859 getDOMNode is still used in some places - [x] PR https://github.com/callemall/material-ui/issues/1859 Update package.json to last version (0.14-rc1 -> 0.14)
What need to be done to support react-0.14 on the react-0.14-support branch.