Skip to content

3.2.0.alpha3 - Prerelease for Vaadin 17

Pre-release
Pre-release

Choose a tag to compare

@mehdi-vaadin mehdi-vaadin released this 13 May 09:40
1285a64

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

Changes since 3.2.0.alpha2
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.