Upgrading · Docs · Get Started
This is a pre-release for the Vaadin 25.0. We appreciate if you give it a try and report any issues you notice. To use this release, you'll need to have following repositories declared in your project (Vaadin pre-releases are not pushed to Maven central) :
<repositories>
    <repository>
        <id>vaadin-prereleases</id>
        <url>
            https://maven.vaadin.com/vaadin-prereleases/
        </url>
    </repository>
</repositories>
<pluginRepositories>
    <pluginRepository>
        <id>vaadin-prereleases</id>
        <url>
            https://maven.vaadin.com/vaadin-prereleases/
        </url>
    </pluginRepository>
</pluginRepositories>
Note
Starting now, the vaadin prerelease version format start to follow the maven semver, which means the separater for the prerelease suffix will be replaced with - instead of the previously used ..
Changelogs
- Flow (25.0.0-alpha3) and Hilla (25.0.0-alpha2)
 - Design System
- Web Components (25.0.0-alpha5)
 - Flow Components (25.0.0-alpha1)
 
 - TestBench (10.0.0-alpha2)
 - Feature Pack(24.8.0)
 - Modernization Toolkit (Documentation)
- Feature Pack (Documentation)
 - Dragonfly (Documentation)
 - Modernization Toolkit Analyzer (Analyzer for Eclipse, Analyzer for Maven)
 
 - Multiplatform Runtime (MPR) (7.0.11)
 - Router (2.0.0)
 - Vaadin Kits
 
Official add-ons and plugins:
- Spring add-on (25.0.0-alpha3)
 - CDI add-on
 - Maven plugin (25.0.0-alpha1)
 - Gradle plugin (25.0.0-alpha1)
 - Quarkus plugin