Vaadin Flow 3.0.1 is a maintenance release for Vaadin 15 with the following changes:
Bugfixes and enhancements
- Fixed the issue with custom npm dependencies in
package.json
, that was breaking the application build withpnpm
(#7663) - Fixed the issue with navigation from Vaadin 15 to Vaadin 7/8 views, that did not work when using the Vaadin Multiplatform Runtime (#7540)
- Fixed the issue with links to
StreamResource
s, that used to require an extra router-ignore attribute (#7623) - Fixed the issue with the dark theme, when the
theme
attribute was incorrectly set on thebody
element instead ofhtml
(#7588) - Fixed the npm audit warning caused by the outdated
webpack
version (#7768)