Skip to content

Releases: vaadin/platform

Vaadin 24.6.0.beta1

21 Nov 15:49
e62d87d
Compare
Choose a tag to compare
Vaadin 24.6.0.beta1 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

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.6.0.beta1)
  • CDI add-on (15.1.0)
  • Maven plugin (24.6.0.beta1)
  • Gradle plugin (24.6.0.beta1)
  • Quarkus plugin (2.1.0)

Vaadin 24.6.0.alpha4

20 Nov 14:47
441f6e3
Compare
Choose a tag to compare
Vaadin 24.6.0.alpha4 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.beta1)
  • CDI add-on (15.1.0)
  • Maven plugin (24.6.0.alpha4)
  • Gradle plugin (24.6.0.alpha4)
  • Quarkus plugin (2.1.0)

Vaadin 24.5.5

18 Nov 14:50
368bf2c
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.5)
  • CDI add-on (15.1.0)
  • Maven plugin (24.5.5)
  • Gradle plugin (24.5.5)
  • Quarkus plugin (2.1.0)

Vaadin 24.4.17

18 Nov 13:36
c84b532
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.12)
  • CDI add-on (15.0.1)
  • Maven plugin (24.4.17)
  • Gradle plugin (24.4.17)
  • Quarkus plugin (2.0.3)

Vaadin 23.5.11

18 Nov 09:28
4f8722c
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.9)
  • CDI add-on (14.1.1)
  • Maven plugin (23.5.11)
  • Gradle plugin (23.5.11)
  • OSGi plugin (8.1.2)
  • Quarkus plugin (1.1.4)
  • Portlet plugin (2.1.0)

Vaadin 24.6.0.alpha3

13 Nov 10:15
Compare
Choose a tag to compare
Vaadin 24.6.0.alpha3 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.alpha4)
  • CDI add-on (15.1.0)
  • Maven plugin (24.6.0.alpha3)
  • Gradle plugin (24.6.0.alpha3)
  • Quarkus plugin (2.1.0)

Vaadin 24.5.4

11 Nov 10:19
7de89ac
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.4)
  • CDI add-on (15.1.0)
  • Maven plugin (24.5.4)
  • Gradle plugin (24.5.4)
  • Quarkus plugin (2.1.0)

Vaadin 24.4.16

11 Nov 09:16
20c36e6
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.11)
  • CDI add-on (15.0.1)
  • Maven plugin (24.4.16)
  • Gradle plugin (24.4.16)
  • Quarkus plugin (2.0.3)

Vaadin 23.5.10

11 Nov 10:26
9ea18f7
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.8)
  • CDI add-on (14.1.1)
  • Maven plugin (23.5.10)
  • Gradle plugin (23.5.10)
  • OSGi plugin (8.1.2)
  • Quarkus plugin (1.1.4)
  • Portlet plugin (2.1.0)

Vaadin 24.3.20

06 Nov 09:02
1e0336b
Compare
Choose a tag to compare

This is a maintenance release for Vaadin 24.3. See 24.3.0 release notes for details and resources.

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.3.21)
  • CDI add-on (15.0.1)
  • Maven plugin (24.3.20)
  • Gradle plugin (24.3.20)
  • Quarkus plugin (2.0.2)