github vaadin/flow 0.1.0
First Vaadin Flow release

latest releases: 23.3.31, 24.3.11, 23.5.1...
pre-release7 years ago

New features

  • Project renamed from Hummingbird to Flow.
  • @EventHandler parameter can be a sub-item or list from the model using @ModelItem.
    • Typically used to get the <dom-repeat> item, but can also get other items.
  • Structural changes to lists in the model are now sent to the client.
  • Polymer template model values and element property values are now kept in sync with each other.

Fixes

  • Default values from the server-side model will now override client-side defaults.

Breaking changes

  • All hummingbird words are replaced with flow, including package names, file names, artefact names etc.
  • TemplateModel interface for AngularTemplate has been moved to the com.vaadin.flow.template.angular.model package.
    • PolymerTemplate should still use TemplateModel from the previous package.

Demos

No changes, except adjustments caused by the breaking changes.

Tutorials

All changes

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

Don't miss a new flow release

NewReleases is sending notifications on new releases.