Releases: manolo/gwt-api-generator
Releases · manolo/gwt-api-generator
Support Polymer v1.7.0
- Fixes:
- Use latest release of Hydrolysis. Polymer Analyser is not an option because it does not give type info yet.
- Make DOMTokenList mutable
- Avoid overriding methods with the same signature and different parameter names
- Generate correctly EventHandlers for widgets
- Compute correctly bower dir location
- Set correctly arrays and objects values in UiBinder attributes.
- Breaking changes:
- Depend on GWT 2.8.0 final.
-XjsInteropMode
is not needed anymore
- Depend on GWT 2.8.0 final.
- Features:
- Load webcomponents.js polyfill if needed, skipping browsers with native support.
- Better handling of imports, so as we only load once and only if not done already in the host page (allows vulcanize)
- Add UiBinder String setters for all properties in widgets.
- Remove unnecessary Bower files during package phase
- Add Polymer.dom API
Support Polymer v1.2.3
- Fixes:
- Improve htmlImport in order detect elements already registered
- Fix event handling using DomEvent
- Better detection of Behavior vs Element.
- Breaking changes:
- Depending on 2.8.0-SNAPSHOT
- Removing support for legacy JsInterop syntax.
- Features:
- Added utility methods for calling functions in JSOs and updateStyles
- Add Template interface
Support Polymer v1.2.1
- Update GWT to 2.8.0-SNAPSHOT