github vaadin/flow 5.0.0.rc1
Release candidate for Vaadin 18

latest releases: 24.6.0.beta6, 24.6.0.beta5, 24.6.0.beta4...
pre-release4 years ago

Vaadin Flow 5.0.0.rc1 is a release candidate of the Flow & Fusion frameworks targeted to Vaadin 18. To try it out, use the latest 18 prerelease available from the Vaadin prereleases Maven repository.

Changes since 5.0.0.beta1

  • Breaking Change: Having the @Theme annotation on Flow views or router layouts will not be allowed anymore, it should be on AppShellConfigurator instead. This is now consistent with the @PWA annotation and cleaner anyway since you can only have one @Theme per application anyway. (#9092)
  • @Theme applied in AppShellConfigurator is now used when running build-frontend goal (building for production) (#9110)
  • Breaking Change: AbstractListDataView now requires an extra constructor argument - a callback, which is invoked each time when the component's filter and/or sorting changes through the data view API.

Bug Fixes:

  • Preserve filter to not lose it between page requests (#388)
  • Skip handling requests with url contains directory change in Dev Mode
  • Fix Local video cannot be displayed on iPad (#9083)
  • Filtering and sorting for in-memory data not delegate to data provider (#8655)
  • Hide loading indicator when endpoint call fails

All Changes

All changes since 5.0.0.beta1
All changes since 4.0

Don't miss a new flow release

NewReleases is sending notifications on new releases.