Yet another set of misc changes and fixes
Pre-release
Pre-release
New features
- HTML template corresponding to each
PolymerTemplateis parsed to verify that there's actually an element corresponding to any@Idannotation value. - Integrated initial version of a code generator that will eventually be used for generating Java APIs for all Core Elements
- Imported contribution guidelines from Vaadin Framework 8 and adjusted to suit Flow
BootstrapListenernow has access toVaadinUriResolver.
Fixes
- Fixed a case where
@Idinjected elements were not fully functional in all cases - Fixed path resolution on Windows for legacy
AngularTemplatecases. PolymerTemplateno longer inherits a broken implementation ofHasChildView.setChildView(View).
Breaking changes
PolymerTemplateno longer directly inheritsHasChildView.- Some constants have been moved between
com.vaadin.server.Constantsandcom.vaadin.shared. ApplicationConstants.
Demos
- Added Google signin demo