Skip to content

Binding components inside PolymerTemplates

Pre-release
Pre-release

Choose a tag to compare

@gilberto-torrezan gilberto-torrezan released this 11 May 11:38

New features

  • Now it is possible to bind components from PolymerTemplate by using the @Id annotation
  • 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 blocking parameter on resource annotations (like @HTMLImport) and the imperative API (like addHtmlImport()) was replaced by the LoadMode enum.

Tutorials

All changes

https://github.com/vaadin/flow/milestone/31?closed=1