Releases: vaadin/platform
Vaadin 25.0.2
This is a maintenance release for Vaadin 25.0. See 25.0.0 release notes for details and resources.
Changelogs
- Flow (25.0.3) and Hilla (25.0.2)
- Design System
- TestBench (10.0.0)
- Feature Pack(25.0.0)
- Modernization Toolkit (Documentation)
- Feature Pack (Documentation)
- Dragonfly (Documentation)
- Modernization Toolkit Analyzer (Analyzer for Eclipse, Analyzer for Maven)
- Multiplatform Runtime (MPR) (8.0.1)
- Router (2.0.1)
- Vaadin Kits
Official add-ons and plugins:
Vaadin 24.9.8
This is a maintenance release for Vaadin 24.9. See 24.9.0 release notes for details and resources.
Changelogs
- Flow (24.9.9) and Hilla (24.9.8)
- Design System
- TestBench (9.5.3)
- Feature Pack(24.8.3)
- 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.1)
- Vaadin Kits
Official add-ons and plugins:
Vaadin 25.0.0
Upgrading · Docs · Get Started
New and Noteworthy
Supported versions
- Java version 21+ (up from 17+)
- Spring Boot 4 (up from 3)
- JakartaEE 11 (up from 10)
- Node 24 (up from 20)
- pnpm 11 (up from 7)
- React 19 (up from 18)
- JUnit 6 (up from 5)
Vaadin Eclipse plugin
In addition to IntelliJ and VS Code, there is now a plug-in for Eclipse
Simplified production builds
The default in new projects is that mvn install builds a production artifact without needing a production profile. Projects must have an optional dependency on com.vaadin/vaadin-dev. Optional dependencies are automatically left out of the production artifact.
This works out of the box for Maven + Gradle with Spring Boot or Quarkus. For other project types, you might still need a development and/or production profile.
New Aura theme, no material theme
There is a new Aura theme with a fresh, modern look. The Lumo theme remains as another theme option.
Components have new base styles to make it easier to create a completely custom theme.
Theme and styling changes
It is recommended that you write CSS as static files and use @StyleSheet to load them instead of using @Theme and frontend/themes. You can use @ColorScheme to define dark mode.
With themes as static CSS files, they can be unloaded and you can switch themes at runtime.
You can keep using @CssImport which places the CSS files inside the frontend bundle but that requires a bundle build and CSS cannot be unloaded.
Tailwind CSS support (experimental)
You can use Tailwind classes in your CSS and in your views once you enable to feature flag.
Components use Lit
All web components have been migrated from Polymer to Lit
Component updates
- Cluster support in Map component
- Markdown (& HTML) support in Tooltips
- TreeGrid flat hierarchy format support
High-level component communication
When building your own components or add-ons, you can now use beans, lists, maps and other collections instead of the Elemental JSON API, which was removed.
Fewer dependencies
Many Java and Node dependencies have been removed in favor of using built-in APIs,
for example guava, commons-(codec|compress|fileupload2|io|lang3), ph-css, swagger, gwt-elemental
Both the production JAR/WAR and the frontend bundle are smaller thanks to this.
Projects relying on these as transitive dependencies need to add them explicitly.
Offline license format change
The format of the offline license has slightly changed and you need to download a new license from vaadin.com
We have added two Maven goals: mvn vaadin:download-license which downloads your online license and mvn vaadin:download-offline-license which helps you obtain an offline license.
Signals (Experimental)
Convenience methods for Element have been added along with a new ReferenceSignal type. High level API is still in progress.
Hilla
Hilla features are bound to be integrated into Flow. In this version, Hilla has only been changed to be an opt-in dependency. Add com.vaadin/hilla-spring-boot-starter to keep using Hilla.
Miscellaneous changes
Uploads are now sent as raw data instead of multipart request, removing the need to configure size limits in many cases and providing a better user experience.
Browser details such as viewport size, timezone are available when initializing the view.
When automatically installing Node, the full Node distribution is installed in a Node version specific folder instead of overwriting an old installation.
Changelogs
- Flow (25.0.0) and Hilla (25.0.0)
- Design System
- TestBench (10.0.0)
- Feature Pack(25.0.0)
- Modernization Toolkit (Documentation)
- Feature Pack (Documentation)
- Dragonfly (Documentation)
- Modernization Toolkit Analyzer (Analyzer for Eclipse, Analyzer for Maven)
- Multiplatform Runtime (MPR) (8.0.0)
- Router (2.0.1)
- Vaadin Kits
Official add-ons and plugins:
- Spring add-on (25.0.0)
- CDI add-on (16.0.0)
- Maven plugin (25.0.0)
- Gradle plugin (25.0.0)
- Quarkus plugin (3.0.0)
Upgrading guides
Support
Vaadin 25 is the latest stable version, with extended support options available (release model).
Vaadin also provides commercial support and warranty.
Supported technologies
| Desktop browser |
|
|---|---|
| Mobile browser |
|
| Development OS |
|
| IDE |
Any IDE or editor that works with the language of your choice should work well. Our teams often use IntelliJ, Eclipse, VS Code among others. Vaadin IDE plugins (IntelliJ and VS Code) support the IDE versions released during the last 12 months Vaadin Designer supports the following IDEs:
|
| Java | Version 21 of any JDK or JRE |
| Maven | Version 3.8 or newer |
| Gradle | Version 8.14 or newer |
| Application server |
Vaadin Flow requires Java Servlet API 6.1 and Java 21 or newer. It is tested on:
|
| Node.js | Version 24 |
| Spring Boot | Version 4.0 |
| Quarkus | latest LTS (3.27) or newer |
Vaadin 24.8.16
This is a the LAST release for Vaadin 24.8. See 24.8.0 release notes for details and resources.
Changelogs
- Flow (24.8.15) and Hilla (24.8.16)
- Design System
- TestBench (9.4.5)
- Feature Pack(24.8.3)
- 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.1)
- Vaadin Kits
Official add-ons and plugins:
Vaadin 25.0.0-rc2
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. You can get this version from Maven Central directly.
This is a Major version Upgrade for Vaadin Framework, which contains breaking changes, behavior alters, feature enhancements and UX/DX improvements. We kindly ask for your patience, as we are working on the documentation to make your upgrade path smoother. Meanwhile we try to list all changes in each product's release note
*Notable changes and supported technologies can be found from release note 25.0.0-beta1
Changelogs
- Flow (25.0.0-rc2) and Hilla (25.0.0-rc2)
- Design System
- Web Components (25.0.0-rc1)
- Flow Components (25.0.0-rc2)
- TestBench (10.0.0-rc1)
- Feature Pack(25.0.0-rc1)
- Modernization Toolkit (Documentation)
- Feature Pack (Documentation)
- Dragonfly (Documentation)
- Modernization Toolkit Analyzer (Analyzer for Eclipse, Analyzer for Maven)
- Multiplatform Runtime (MPR) (8.0.0-rc1)
- Router (2.0.1)
- Vaadin Kits
Official add-ons and plugins:
- Spring add-on (25.0.0-rc2)
- CDI add-on (16.0.0-rc1)
- Maven plugin (25.0.0-rc2)
- Gradle plugin (25.0.0-rc2)
- Quarkus plugin (3.0.0-rc1)
Vaadin 24.9.7
This is a maintenance release for Vaadin 24.9. See 24.9.0 release notes for details and resources.
Changelogs
- Flow (24.9.7) and Hilla (24.9.7)
- Design System
- TestBench (9.5.3)
- Feature Pack(24.8.3)
- 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.1)
- Vaadin Kits
Official add-ons and plugins:
Vaadin 24.8.15
This is a maintenance release for Vaadin 24.8. See 24.8.0 release notes for details and resources.
Changelogs
- Flow (24.8.14) and Hilla (24.8.15)
- Design System
- TestBench (9.4.5)
- Feature Pack(24.8.3)
- 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.1)
- Vaadin Kits
Official add-ons and plugins:
Vaadin 25.0.0-rc1
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. You can get this version from Maven Central directly.
This is a Major version Upgrade for Vaadin Framework, which contains breaking changes, behavior alters, feature enhancements and UX/DX improvements. We kindly ask for your patience, as we are working on the documentation to make your upgrade path smoother. Meanwhile we try to list all changes in each product's release note
*Notable changes and supported technologies can be found from release note 25.0.0-beta1
Changelogs
- Flow (25.0.0-rc1) and Hilla (25.0.0-rc1)
- Design System
- Web Components (25.0.0-rc1)
- Flow Components (25.0.0-rc1)
- TestBench (10.0.0-rc1)
- Feature Pack(25.0.0-rc1)
- Modernization Toolkit (Documentation)
- Feature Pack (Documentation)
- Dragonfly (Documentation)
- Modernization Toolkit Analyzer (Analyzer for Eclipse, Analyzer for Maven)
- Multiplatform Runtime (MPR) (8.0.0-rc1)
- Router (2.0.1)
- Vaadin Kits
Official add-ons and plugins:
- Spring add-on (25.0.0-rc1)
- CDI add-on (16.0.0-rc1)
- Maven plugin (25.0.0-rc1)
- Gradle plugin (25.0.0-rc1)
- Quarkus plugin (3.0.0-rc1)
Supported technologies
| Desktop browser |
|
|---|---|
| Mobile browser |
|
| Development OS |
|
| IDE |
Any IDE or editor that works with the language of your choice should work well. Our teams often use IntelliJ, Eclipse, VS Code among others. Vaadin IDE plugins (IntelliJ and VS Code) support the IDE versions released during the last 12 months Vaadin Designer supports the following IDEs:
|
| Java | Version 21 of any JDK or JRE |
| Maven | Version 3.8 or newer |
| Gradle | Version 8.14 or newer |
| Application server |
Vaadin Flow requires Java Servlet API 6 and Java 21 or newer. It is tested on:
|
| Node.js | Version 24 or newer |
| Spring Boot | Version 4.0 or newer |
| Quarkus | latest LTS (3.27) or newer |
Vaadin 25.0.0-beta9
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. You can get this version from Maven Central directly.
This is a Major version Upgrade for Vaadin Framework, which contains breaking changes, behavior alters, feature enhancements and UX/DX improvements. We kindly ask for your patience, as we are working on the documentation to make your upgrade path smoother. Meanwhile we try to list all changes in each product's release note
*Notable changes and supported technologies can be found from release note 25.0.0-beta1
Changelogs
- Flow (25.0.0-beta9) and Hilla (25.0.0-beta8)
- Design System
- Web Components (25.0.0-beta7)
- Flow Components (25.0.0-beta9)
- TestBench (10.0.0-beta6)
- Feature Pack(25.0.0-beta1)
- Modernization Toolkit (Documentation)
- Feature Pack (Documentation)
- Dragonfly (Documentation)
- Modernization Toolkit Analyzer (Analyzer for Eclipse, Analyzer for Maven)
- Multiplatform Runtime (MPR) (8.0.0-beta1)
- Router (2.0.1)
- Vaadin Kits
- AppSec Kit (4.0.0-beta1)
- Azure Kit (1.0.0)
- Collaboration Engine (7.0.0-beta1)
- Copilot (25.0.0-beta7)
- Kubernetes Kit (3.0.0-beta2)
- Observability Kit (4.0.0-beta1)
- SSO Kit (4.0.0-beta1)
- Swing Kit (3.0.0-beta1)
Official add-ons and plugins:
- Spring add-on (25.0.0-beta9)
- CDI add-on (16.0.0-beta1)
- Maven plugin (25.0.0-beta9)
- Gradle plugin (25.0.0-beta9)
- Quarkus plugin (3.0.0-beta4)
Vaadin 25.0.0-beta8
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. You can get this version from Maven Central directly.
This is a Major version Upgrade for Vaadin Framework, which contains breaking changes, behavior alters, feature enhancements and UX/DX improvements. We kindly ask for your patience, as we are working on the documentation to make your upgrade path smoother. Meanwhile we try to list all changes in each product's release note
*Notable changes and supported technologies can be found from release note 25.0.0-beta1
Changelogs
- Flow (25.0.0-beta8) and Hilla (25.0.0-beta7)
- Design System
- Web Components (25.0.0-beta6)
- Flow Components (25.0.0-beta8)
- TestBench (10.0.0-beta5)
- Feature Pack(25.0.0-beta1)
- Modernization Toolkit (Documentation)
- Feature Pack (Documentation)
- Dragonfly (Documentation)
- Modernization Toolkit Analyzer (Analyzer for Eclipse, Analyzer for Maven)
- Multiplatform Runtime (MPR) (8.0.0-beta1)
- Router (2.0.1)
- Vaadin Kits
- AppSec Kit (4.0.0-beta1)
- Azure Kit (1.0.0)
- Collaboration Engine (7.0.0-beta1)
- Copilot (25.0.0-beta6)
- Kubernetes Kit (3.0.0-beta2)
- Observability Kit (4.0.0-beta1)
- SSO Kit (4.0.0-beta1)
- Swing Kit (3.0.0-beta1)
Official add-ons and plugins:
- Spring add-on (25.0.0-beta8)
- CDI add-on (16.0.0-beta1)
- Maven plugin (25.0.0-beta8)
- Gradle plugin (25.0.0-beta8)
- Quarkus plugin (3.0.0-beta4)