Skip to content

First Vaadin Flow release

Pre-release
Pre-release
Compare
Choose a tag to compare
@SomeoneToIgnore SomeoneToIgnore released this 18 Apr 07:04

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