Skip to content

Version 0.6.0

Pre-release
Pre-release

Choose a tag to compare

@pstockley pstockley released this 30 Apr 11:52
· 17 commits to master since this 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.