Binding components inside PolymerTemplates
Pre-release
Pre-release
New features
- Now it is possible to bind components from PolymerTemplate by using the
@Idannotation - Elements created by Javascript at the client-side can be manipulated at the server side
Fixes
- Non-blocking loading of dependencies changed to Lazy loading, and now behaves like expected
- ES6 support detection is now more strict for Edge browsers
- Allow empty lists in Polymer property bindings
Breaking changes
- The
blockingparameter on resource annotations (like@HTMLImport) and the imperative API (likeaddHtmlImport()) was replaced by theLoadModeenum.
Tutorials
- Replaced Non-blocking Importing tutorial for Lazy Loading
- Added Binding components from PolymerTemplate