vaadin-gwt-polymer-elements-1.2.3.0
·
48 commits
to master
since this release
- Support for new
JsInterop
syntax (requires gwt-2.8.0-SNAPSHOT). - Removed legacy
JsInterop
syntax (gwt-2.7.0) (breaking change). - Better parsing: Behaviours are generated as interfaces. Elements include all behaviour methods.
- Consolidated java namespaces so as we have a folder per collection (breaking change):
- com.vaadin.polymer.iron
- com.vaadin.polymer.paper
- com.vaadin.polymer.neon
- com.vaadin.polymer.vaadin
- New Polymer utility methods added, see javadoc
- Added missing elemental interfaces: Promise and Template
- Added Vaadin-Core-Elements collection to the bundle (vaadin-grid, vaadin-combo-box, vaadin-icons)
- Added more examples to the showcase: IronAjax, IronInput, IronIcons, VaadinGrid, VaadinCombobox, VaadinIcons
- More reliable methods for importing components, and know when they are available.
- Now you can add vulcanized imports to your host page (we don't provide any script though)