github vaadin/platform 25.0.0-alpha8
Vaadin 25.0.0-alpha8

pre-releaseone day ago

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>

Major Breaking Changes Since Vaadin 24
Vaadin 25 is under developing at the moment, the full migration guide will come when it gets close to beta release.
Thanks for your patience. For now, you can take the following link/contents as reference.

Changelogs

Official add-ons and plugins:

Don't miss a new platform release

NewReleases is sending notifications on new releases.