Releases: vaadin/platform
Vaadin 24.6.0.rc1
Upgrading · Docs · Get Started
This is a pre-release for the Vaadin 24.6. 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>
Changelogs
- Flow (24.6.0.rc1) and Hilla (24.6.0.rc1)
- Design System
- Web Components (24.6.0-rc1)
- Flow Components (24.6.0.rc1)
- Designer (Release notes)
- Design System Publisher (Documentation)
- TestBench (9.3.7)
- Classic Components(24.2.1)
- Feature Pack(24.5.1)
- Multiplatform Runtime (MPR) (7.0.11)
- Router (2.0.0)
- Vaadin Kits
- AppSec Kit (3.3.0.rc1)
- Azure Kit (1.0.0)
- Collaboration Engine (6.4.0.rc1)
- Control Center (Documentation)
- Copilot (24.6.0.rc1)
- Kubernetes Kit (2.4.0.rc1)
- Observability Kit (3.1.0.rc1)
- SSO Kit (3.1.0.rc1)
- Swing Kit (2.3.0)
Official add-ons and plugins:
- Spring add-on (24.6.0.rc1)
- CDI add-on (15.1.0)
- Maven plugin (24.6.0.rc1)
- Gradle plugin (24.6.0.rc1)
- Quarkus plugin (2.1.0)
Vaadin 24.6.0.beta4
Upgrading · Docs · Get Started
This is a pre-release for the Vaadin 24.6. 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>
Changelogs
- Flow (24.6.0.beta8) and Hilla (24.6.0.beta7)
- Design System
- Web Components (24.6.0-rc1)
- Flow Components (24.6.0.beta4)
- Designer (Release notes)
- Design System Publisher (Documentation)
- TestBench (9.3.7)
- Classic Components(24.2.1)
- Feature Pack(24.5.1)
- Multiplatform Runtime (MPR) (7.0.11)
- Router (2.0.0)
- Vaadin Kits
- AppSec Kit (3.2.3)
- Azure Kit (1.0.0)
- Collaboration Engine (6.3.0)
- Control Center (Documentation)
- Copilot (24.6.0.beta4)
- Kubernetes Kit (2.3.0)
- Observability Kit (3.0.0)
- SSO Kit (3.0.1)
- Swing Kit (2.3.0)
Official add-ons and plugins:
- Spring add-on (24.6.0.beta8)
- CDI add-on (15.1.0)
- Maven plugin (24.6.0.beta4)
- Gradle plugin (24.6.0.beta4)
- Quarkus plugin (2.1.0)
Vaadin 24.5.8
This is a maintenance release for Vaadin 24.5. See 24.5.0 release notes for details and resources.
Changelogs
- Flow (24.5.9) and Hilla (24.5.8)
- Design System
- Designer (Release notes)
- Design System Publisher (Documentation)
- TestBench (9.3.6)
- Classic Components(24.2.1)
- Feature Pack(24.5.1)
- Multiplatform Runtime (MPR) (7.0.11)
- Router (2.0.0)
- Vaadin Kits
Official add-ons and plugins:
Vaadin 24.4.20
This is a maintenance release for Vaadin 24.4. See 24.4.0 release notes for details and resources.
Changelogs
- Flow (24.4.14) and Hilla (24.4.18)
- Design System
- Designer (Release notes)
- Design System Publisher (Documentation)
- TestBench (9.3.6)
- Classic Components(24.2.1)
- Multiplatform Runtime (MPR) (7.0.11)
- Router (1.7.5)
- Vaadin Kits
Official add-ons and plugins:
Vaadin 23.5.13
This is a maintenance release for Vaadin 23.5. See 23.5.0 release notes for details and resources.
Notable Changes
Changelogs
- Flow (23.5.10) and Hilla (1.4.0)
- Design System
- TestBench (8.2.6)
- Classic Components(23.3.1)
- Multiplatform Runtime (MPR) (6.1.12)
- Router (1.7.5)
- Vaadin Kits
- Designer (Release notes)
- Design System Publisher (Documentation)
Official add-ons and plugins:
Vaadin 24.6.0.beta3
Upgrading · Docs · Get Started
This is a pre-release for the Vaadin 24.6. 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>
New and Noteworthy Since Vaadin 24.5
Notable Upgrades
- Upgrade minimum supported Gradle version to 8.7
- Upgrade Springboot support to 3.4
Flow
-
Removed feature flag for WebPush
- This feature was added to flow since Vaadin 24.2. Now it is officially supprted. Read more about this feature Docs
-
Add drag image for DragSource
- Adds
DragSource#setDragImage(ComponentDragImage)
andDragSource#setDragImage(Component dragImage, int offsetX, int offsetY)
. API is used to set image component as a drag image for drag source component. Follows specification of HTML Drag and Drop API for DataTransfer#setDragImage() method. - Read more about this feature here
- Adds
-
Enable easier override for SpringServlet
** More info about this release can be found from here
Design System
- New
Card
Component * - New
Dashboard
component * - Implement disable on click for menu item in
Context-Menu
- Add server-side fallback parser in
Data-Picker
- Add
dragged
event andposition API
inDialog
- Add conditional selection of grid items in
Grid
- Add wrap API in
HorizontalLayout/VerticalLayout
- Allow configure min and max rows in
Text-Area
- Implement
HasEnabled
interface inUpload
** experimental feature
Copilot
- Rename variable when changing text or label.
- Show a dismissable notification when a variable is renamed.
- Hide warnings about IDE Plugin when running the app from Eclipse.
** More info about this release can be found from here
Control Center
- New installation process: only one command needed for the entire installation.
** More info about this release can be found from here
Changelogs
- Flow (24.6.0.beta7) and Hilla (24.6.0.beta5)
- Design System
- Web Components (24.6.0-rc1)
- Flow Components (24.6.0.beta3)
- Designer (Release notes)
- Design System Publisher (Documentation)
- TestBench (9.3.6)
- Classic Components(24.2.1)
- Feature Pack(24.5.1)
- Multiplatform Runtime (MPR) (7.0.10)
- Router (2.0.0)
- Vaadin Kits
- AppSec Kit (3.2.3)
- Azure Kit (1.0.0)
- Collaboration Engine (6.3.0)
- Control Center (Documentation)
- Copilot (24.6.0.beta3)
- Kubernetes Kit (2.3.0)
- Observability Kit (3.0.0)
- SSO Kit (3.0.1)
- Swing Kit (2.3.0)
Official add-ons and plugins:
- Spring add-on (24.6.0.beta7)
- CDI add-on (15.1.0)
- Maven plugin (24.6.0.beta3)
- Gradle plugin (24.6.0.beta3)
- Quarkus plugin (2.1.0)
Vaadin 24.5.7
This is a maintenance release for Vaadin 24.5. See 24.5.0 release notes for details and resources.
Changelogs
- Flow (24.5.8) and Hilla (24.5.7)
- Design System
- Designer (Release notes)
- Design System Publisher (Documentation)
- TestBench (9.3.6)
- Classic Components(24.2.1)
- Feature Pack(24.5.1)
- Multiplatform Runtime (MPR) (7.0.10)
- Router (2.0.0)
- Vaadin Kits
Official add-ons and plugins:
Vaadin 24.4.19
This is a maintenance release for Vaadin 24.4. See 24.4.0 release notes for details and resources.
Changelogs
- Flow (24.4.14) and Hilla (24.4.18)
- Design System
- Designer (Release notes)
- Design System Publisher (Documentation)
- TestBench (9.3.6)
- Classic Components(24.2.1)
- Multiplatform Runtime (MPR) (7.0.10)
- Router (1.7.5)
- Vaadin Kits
Official add-ons and plugins:
Vaadin 24.5.6
This is a maintenance release for Vaadin 24.5. See 24.5.0 release notes for details and resources.
Known issue:
we are aware an issue with this vaadin version when using vaadin-maven-plugin
the fix has been made, which will be released in the next flow/vaadin update.
Changelogs
- Flow (24.5.7) and Hilla (24.5.6)
- Design System
- Designer (Release notes)
- Design System Publisher (Documentation)
- TestBench (9.3.6)
- Classic Components(24.2.1)
- Feature Pack(24.5.1)
- Multiplatform Runtime (MPR) (7.0.10)
- Router (2.0.0)
- Vaadin Kits
Official add-ons and plugins:
Vaadin 24.4.18
This is a maintenance release for Vaadin 24.4. See 24.4.0 release notes for details and resources.
Changelogs
- Flow (24.4.13) and Hilla (24.4.17)
- Design System
- Designer (Release notes)
- Design System Publisher (Documentation)
- TestBench (9.3.6)
- Classic Components(24.2.1)
- Multiplatform Runtime (MPR) (7.0.10)
- Router (1.7.5)
- Vaadin Kits
Official add-ons and plugins: