- Updated dependency on React to 0.14.3
- Remove the hot fix to add correct ReactDOMServer support. react@0.14.1_1 has the fix.
- Add browerify@0.8.3 until react package released with it.
- Add React 0.14.x support
- We added some code, which can be removed after MDG merged this PR.
- Fix the issue of adding two root dom nodes. See #22.
- Add
ReactLayout.setRootProps()
api to add custom props to the root element. Usually useful to add classes when using semantic-ui.
- Depend on the react-runtime package weakly
- So, we always get it if it's in the project
- Get rid of jQuery
- Fix issue (FlowRouter#298)[kadirahq/flow-router#298) where we try to use some non-standard way to render react components.