Skip to content

Releases: GWTReact/gwt-react

Version 0.6.0

30 Apr 11:52
Compare
Choose a tag to compare
Version 0.6.0 Pre-release
Pre-release

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

18 Mar 17:14
Compare
Choose a tag to compare
Version 0.5.0 Pre-release
Pre-release

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

28 Oct 14:25
Compare
Choose a tag to compare
v0.3.0

Support react 15.3.2 and GWT 2.8 final release

Version 0.2.0

18 Jun 13:11
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

Update to use gwt-interop-utils project