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 onAppShellConfigurator
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