Skip to content

Releases: vaadin/platform

Vaadin 24.6.0.rc1

12 Dec 18:08
fe1cb34
Compare
Choose a tag to compare
Vaadin 24.6.0.rc1 Pre-release
Pre-release

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

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

10 Dec 21:40
Compare
Choose a tag to compare
Vaadin 24.6.0.beta4 Pre-release
Pre-release

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

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

10 Dec 12:40
b715ca7
Compare
Choose a tag to compare

This is a maintenance release for Vaadin 24.5. See 24.5.0 release notes for details and resources.

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.5.9)
  • CDI add-on (15.1.0)
  • Maven plugin (24.5.8)
  • Gradle plugin (24.5.8)
  • Quarkus plugin (2.1.0)

Vaadin 24.4.20

10 Dec 07:12
7d77bad
Compare
Choose a tag to compare

This is a maintenance release for Vaadin 24.4. See 24.4.0 release notes for details and resources.

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.4.14)
  • CDI add-on (15.0.1)
  • Maven plugin (24.4.20)
  • Gradle plugin (24.4.20)
  • Quarkus plugin (2.0.3)

Vaadin 23.5.13

10 Dec 07:12
ea929fb
Compare
Choose a tag to compare

This is a maintenance release for Vaadin 23.5. See 23.5.0 release notes for details and resources.

Notable Changes

Changelogs

Official add-ons and plugins:

  • Spring add-on (23.5.10)
  • CDI add-on (14.1.1)
  • Maven plugin (23.5.13)
  • Gradle plugin (23.5.13)
  • OSGi plugin (8.1.2)
  • Quarkus plugin (1.1.4)
  • Portlet plugin (2.1.0)

Vaadin 24.6.0.beta3

04 Dec 17:32
33bf410
Compare
Choose a tag to compare
Vaadin 24.6.0.beta3 Pre-release
Pre-release

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) and DragSource#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
  • 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 and position API in Dialog
  • 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 in Upload

** 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

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

02 Dec 11:41
b5a47e6
Compare
Choose a tag to compare

This is a maintenance release for Vaadin 24.5. See 24.5.0 release notes for details and resources.

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.5.8)
  • CDI add-on (15.1.0)
  • Maven plugin (24.5.7)
  • Gradle plugin (24.5.7)
  • Quarkus plugin (2.1.0)

Vaadin 24.4.19

02 Dec 11:38
db5c3ad
Compare
Choose a tag to compare

This is a maintenance release for Vaadin 24.4. See 24.4.0 release notes for details and resources.

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.4.14)
  • CDI add-on (15.0.1)
  • Maven plugin (24.4.19)
  • Gradle plugin (24.4.19)
  • Quarkus plugin (2.0.3)

Vaadin 24.5.6

27 Nov 07:27
13c89cb
Compare
Choose a tag to compare

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

Official add-ons and plugins:

  • Spring add-on (24.5.7)
  • CDI add-on (15.1.0)
  • Maven plugin (24.5.6)
  • Gradle plugin (24.5.6)
  • Quarkus plugin (2.1.0)

Vaadin 24.4.18

27 Nov 07:27
42a1bbf
Compare
Choose a tag to compare

This is a maintenance release for Vaadin 24.4. See 24.4.0 release notes for details and resources.

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.4.13)
  • CDI add-on (15.0.1)
  • Maven plugin (24.4.18)
  • Gradle plugin (24.4.18)
  • Quarkus plugin (2.0.3)