github vaadin/flow 0.1.14
Components API module and Converter improvements

latest releases: 24.4.0.beta1, 24.4.0.alpha32, 23.3.30...
pre-release6 years ago

New features

  • Created a new module - flow-components, that contains the component API for the Vaadin webcomponents. Those components are built on top of the generated API, and provide all the features and documentation that are not possible to auto generate. The first released component is VaadinButton.
  • ModelConverters can now work with list of beans.
  • ModelConverters now have a default implementation for the getApplicationType and getModelType methods, so the developer doesn't need to provide those in most cases.

Fixes

  • QueryParameters now work with parameters without values (like in http://somedomain?parameter).
  • Fixed an error with NPM builds that prevented clean projects to run.
  • Fixed a problem that prevented two-way binding to work for beans that were set from the server-side.
  • Update the used versions of NPM, Yarn and Node across the modules.

Breaking changes

  • With the addition of the flow-components module, the components from the flow-generated-components were all renamed to have a Generated prefix. So, for example, the generated VaadinButton is now called GeneratedVaadinButton, and the final implementation is called just VaadinButton. Also, the base package of the generated components were changed to com.vaadin.generated.

Demos

Tutorials

All changes

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

Don't miss a new flow release

NewReleases is sending notifications on new releases.