Skip to content

3.2.0.alpha4 - Prerelease for Vaadin 17

Pre-release
Pre-release

Choose a tag to compare

@joheriks joheriks released this 03 Jun 11:31
fc760bf

Vaadin Flow 3.2.0.alpha4 is a prerelease of the Java Framework targeted to the upcoming Vaadin 17. (https://maven.vaadin.com/vaadin-prereleases/).

Changes since 3.2.0.alpha3
All changes since 3.1

3.2 Feature Highlights

Live browser reload when using Java hot-swap tools

When using HotswapAgent, Spring Boot Devtools, or JRebel, the browser is now automatically refreshed as soon as the Java changes have been compiled.

Extended URL parameters support

Parameters in the middle of the URL (#2740) and multiple optional parameters (#4213) are now supported.

Behavior or Incompatible Changes

The PWA install prompt feature was removed because it will not be supported other browsers than Chrome. The parameter enableInstallPrompt was removed from the @PWA annotation. See more details from #8038.