github vaadin/flow 0.0.20
One-way data binding for Polymer templates

latest releases: 24.4.1, 24.4.0, 24.4.0.rc2...
pre-release7 years ago

New features

  • PolymerTemplate now 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 @EventHandler with the same name.

Fixes

  • Setting innerHTML of an element explicitly detaches all children.
  • Setting outerHTML of an element explicitly forbidden.
  • Requests for favicon.ico are not handled by Router.
  • Picked fixes from Framework v7 and v8.

Demos

  • There's a README.md.
  • Polymer minesweeper has been updated to use PolymerTemplate instead of only using low-level Element features. (Still only works in Chrome.)

Tutorials

All changes

https://github.com/vaadin/hummingbird/milestone/23?closed=1

Don't miss a new flow release

NewReleases is sending notifications on new releases.