New features
- Advanced features for
PolymerTemplate
- SubProperty data bindings, aka TemplateModel with Beans
- Lists in TemplateModel
Fixes
- Include source maps for the v1 polyfill
- Clarify JS variable use in executeJavaScript JavaDocs
- Load es6-collections for all browsers
Demos
- jQuery table integration demo has been added to the demos.
Tutorials
- Using Beans with a PolymerTemplate Model
- Two-way data binding was added to the bindings tutorial.
- Creating Template Contents Dynamically Based on a List of Items