One-way data binding for Polymer templates
Pre-release
Pre-release
New features
PolymerTemplatenow supports a server-side model. Values from the model can be used in regular one-way[[binding]]definitions in the template.- Advanced features such as sub items, lists and two-way bindings are still missing.
- Existing client-side polymer event handlers are now run even if there's a server-side
@EventHandlerwith the same name.
Fixes
- Setting
innerHTMLof an element explicitly detaches all children. - Setting
outerHTMLof an element explicitly forbidden. - Requests for
favicon.icoare not handled byRouter. - Picked fixes from Framework v7 and v8.
Demos
- There's a
README.md. - Polymer minesweeper has been updated to use
PolymerTemplateinstead of only using low-levelElementfeatures. (Still only works in Chrome.)
Tutorials
- New Hello World tutorial for Polymer templates.
- New tutorial about using
<slot>in Polymer templates - New tutorial about
@EventHandlerand@EventDatain Polymer templates.