Releases: GWTReact/gwt-react
Releases · GWTReact/gwt-react
Version 0.6.0
Support React 15.5, Preact 8.1 and GWT 2.8.1
Breaking Changes
When creating a Stateful component, you now always just pass the component class to React.createElement. Due to a change in GWT 2.8.1, this now works even if the JsType is renamed or class meta data is disabled.
Version 0.5.0
Refactored to use more future proof ES6 styled stateful components and added Preact support
Support GWT 2.8 final release and React 15.3.2
v0.3.0 Support react 15.3.2 and GWT 2.8 final release
Version 0.2.0
Update to use gwt-interop-utils project