Skip to content

Releases: vaadin/platform

Vaadin 24.8.0.rc1

09 Jun 18:07
919362e
Compare
Choose a tag to compare
Vaadin 24.8.0.rc1 Pre-release
Pre-release

Upgrading · Docs · Get Started

This is a pre-release for the Vaadin 24.8. 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.7

Flow - Reactive UI state management with Signals (Documentation draft)
Flow - Simplified Upload and Download handling in Flow (Documentation: Upload handler, Download handler)
(more Flow new features can be found from Flow 24.8.0.beta1 release note)

DS - Card component (Flow API)
DS - Dashboard Updates (Doc)
DS - DateTimePicker Validation improvements (Ticket)
DS - New generation Form layout that allows handling many complex situations automatically (Doc)
DS - Map Polygon Support (Doc)
DS - Master-Detail layout (Doc)
DS - Markdown Support (Doc)

Hilla - Custom view metadata (Ticket)
Hilla - Endpoint exception updates (Ticket)
Hilla - Kotlin language nullability support (Ticket)
Hilla - Translation API: key literal (Ticket)
Hilla - Service Worker endpoints support (Ticket, Doc)
Hilla - Lazy loading for file router views (Ticket)

CC - Database management for Vaadin apps in Control Center (Documentation)

Copilot - Custom Components
Copilot - Property Panel Copilot

Modernization Tool - Further expanded automatic Vaadin 7 to Vaadin 24 migration support in Modernization Toolkit.

*There are documentations in draft or Pull requests for the mentioned new features, which might be updated in the future updates

Changelogs

Official add-ons and plugins:

Vaadin 24.8.0.beta3

06 Jun 15:20
f71296b
Compare
Choose a tag to compare
Vaadin 24.8.0.beta3 Pre-release
Pre-release

Upgrading · Docs · Get Started

This is a pre-release for the Vaadin 24.8. 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>

Note

Changelogs

Official add-ons and plugins:

Vaadin 23.6.0

06 Jun 11:47
dafbbb7
Compare
Choose a tag to compare

Changelogs · Upgrading guides · Docs · Get Started

New and Noteworthy Since Vaadin 23.5

Flow

  • Backport of PWA icons generation at build time
  • Backport of PWA icon image lazy generation
  • Upgrade default Node.js to 22 and supported to 20
  • Upgrade webpack to version 5

Design System

  • Add HasValidation mixin to TestBench elements

Changelogs

Official add-ons and plugins:

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

Upgrading guides

Support

Vaadin also provides commercial support and warranty.

Supported technologies

Desktop browser
  • Chrome (evergreen)
  • Firefox (evergreen)
    • Firefox Extended Support Release (ESR)
  • Safari 14.1 or newer
  • Edge (Chromium, evergreen)
Mobile browser
  • Chrome (evergreen) for Android (4.4 or newer)
  • Safari for iOS (14.7 or newer)
Development OS
  • Windows
  • macOS
  • Linux
IDE

Any IDE or editor that works with the language of your choice should work well. Our teams often use Eclipse, IntelliJ, VS Code, Atom, Emacs, and Vim, among others.

Vaadin Designer supports the following IDEs:

  • Eclipse from Photon and upwards
  • JetBrains IntelliJ IDEA from 2017 upwards
Java Version 11, and 17 of any JDK or JRE
Maven Version 3.5 or newer
Gradle Version 5.0 or newer
Application server

Vaadin Flow requires Java Servlet API 3.1 (JSR-340) and JDK11 or newer. It is tested on:

  • Apache Tomcat 8.0.x, 8.5, 9
  • Apache TomEE 8.0
  • Oracle WebLogic Server 14c
  • IBM WebSphere Application Server v9.0.5 Liberty Profile
  • RedHat JBoss EAP 7.2
  • WildFly 15, 16
  • Jetty 9.4
  • Payara Server (platform 5.194)
  • Payara Micro (platform 5.194)
  • Karaf 4.2 or newer
Node.js Version 16.15 or newer
Spring Boot Vaadin 23.3 requires Spring Boot 2.7

Known issues and limitations

Flow

Vaadin 14.13.0

05 Jun 10:15
918d79b
Compare
Choose a tag to compare

Vaadin 14.13.0

Vaadin consists of a set of web components, a Java web framework, configurable themes, tools and a set of app templates.

Visit vaadin.com to get started.

Support

Vaadin 14 is an LTS (long term support) version, which will be supported for 5 years after the GA (general availability) release. More details of our release model are available on our roadmap page.

Vaadin also provides commercial support and warranty.

New and Noteworthy Since 14.12

  • Backport of PWA icons generation at build time
  • Backport of PWA icon image lazy generation

Included Projects and Change Log

Vaadin includes the following projects. Release notes with detailed change logs for each project are linked below.

Projects marked as (Pro) are available for users with Pro or Prime subscriptions. Everything else is free and open source.

Components

Themes

  • Vaadin Lumo theme (v1.6.1)
  • Vaadin Material theme (v1.3.2).

Java Web Framework

Tools

Getting Started with Vaadin 14

App starters

The best way to get started with Vaadin 14 is to go to https://vaadin.com/hello-world-starters#v14 and pick an app template for the technology stack you’re interested in.

Maven Archetypes

Maven is the de-facto build tool for Java web applications. Major IDEs also support Maven out of the box and most often you'll be using Maven via your favorite IDE.

There are currently two Maven archetypes available, the vaadin-archetype-application which corresponds to the project base for Flow and the corresponding vaadin-archetype-spring-application if you prefer use Flow with Spring.

The version of the archetype should match the platform version. After you have Maven installed, you can quickly create and run a Vaadin app with the following command:

mvn -B archetype:generate \
                -DarchetypeGroupId=com.vaadin \
                -DarchetypeArtifactId=vaadin-archetype-application \
                -DarchetypeVersion=14.13.0\
                -DgroupId=org.test \
                -DartifactId=vaadin-app \
                -Dversion=1.0-SNAPSHOT \
                && cd vaadin-app \
                && mvn package jetty:run
mvn -B archetype:generate \
                -DarchetypeGroupId=com.vaadin \
                -DarchetypeArtifactId=vaadin-archetype-spring-application \
                -DarchetypeVersion=14.13.0 \
                -DgroupId=org.test \
                -DartifactId=vaadin-app \
                -Dversion=1.0-SNAPSHOT \
                && cd vaadin-app \
                && mvn

Manually changing Vaadin version for Java projects

Add the following dependency to dependencyManagement in pom.xml.

<dependency>
    <groupId>com.vaadin</groupId>
    <artifactId>vaadin-bom</artifactId>
    <version>14.13.0</version>
    <type>pom</type>
    <scope>import</scope>
</dependency>

Note

If you are using any pre-release version of Flow 2.0 / Vaadin 14 in your project, remove the following files and directories when updating to 14.X:

  • webpack-config.js
  • package.json
  • package-lock.json
  • node_modules

Supported Technologies

Operating Systems

Development is supported with the following operating systems, for any OS version that supports either frontend development (npm as package manager) or Java 8

  • Windows
  • Linux
  • macOS

Desktop Browsers

  • Evergreen versions of the following browsers :
    • Chrome on the operating systems supported by the product.
    • Firefox on the supported platforms
    • Safari on macOS 10.9 or later
    • Edge Chromium on the systems supported by the vendor.
  • Internet Explorer 11 on Windows 7, Windows 8 and Windows 10
    • (see Known Issues and Limitations below)
  • Internet Explorer 11 on Windows 7, Windows 8 and Windows 10
    • (see Known Issues and Limitations below)

Mobile Browsers

The following built-in browsers in the followin...

Read more

Vaadin 24.8.0.beta2

02 Jun 08:16
40e384e
Compare
Choose a tag to compare
Vaadin 24.8.0.beta2 Pre-release
Pre-release

Upgrading · Docs · Get Started

This is a pre-release for the Vaadin 24.8. 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>

Note

Changelogs

Official add-ons and plugins:

Vaadin 24.8.0.beta1

02 Jun 08:16
71b80a6
Compare
Choose a tag to compare
Vaadin 24.8.0.beta1 Pre-release
Pre-release

Upgrading · Docs · Get Started

This is a pre-release for the Vaadin 24.8. 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.7

Flow - Reactive UI state management with Signals (Documentation draft)
Flow - Simplified Upload and Download handling in Flow (Documentation: Upload handler, Download handler)
(more Flow new features can be found from Flow 24.8.0.beta1 release note)

DS - Card component (Flow API)
DS - Dashboard Updates (Doc)
DS - DateTimePicker Validation improvements (Ticket)
DS - New generation Form layout that allows handling many complex situations automatically (Doc)
DS - Map Polygon Support (Doc)
DS - Master-Detail layout (Doc)
DS - Markdown Support (Doc)

Hilla - Custom view metadata (Ticket)
Hilla - Endpoint exception updates (Ticket)
Hilla - Kotlin language nullability support (Ticket)
Hilla - Translation API: key literal (Ticket)
Hilla - Service Worker endpoints support (Ticket, Doc)
Hilla - Lazy loading for file router views (Ticket)

CC - Database management for Vaadin apps in Control Center (Documentation)

Copilot - Custom Components
Copilot - Property Panel Copilot

Modernization Tool - Further expanded automatic Vaadin 7 to Vaadin 24 migration support in Modernization Toolkit.

*There are documentations in draft or Pull requests for the mentioned new features, which might be updated in the future updates

Changelogs

Official add-ons and plugins:

Supported technologies

Desktop browser
  • Chrome (evergreen).
  • Firefox (evergreen).
    • Firefox Extended Support Release (ESR).
  • Safari 15 or newer (latest minor version in each major series).
  • Edge (Chromium, evergreen).
Mobile browser
  • Chrome (evergreen) for Android (4.4 or newer).
  • Safari 15 for iOS or newer (latest minor version in each major series).
Development OS
  • Windows
  • macOS
  • Linux
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:

  • Eclipse from Photon and upwards

  • JetBrains IntelliJ IDEA from 2017 upwards

Java Version 17 of any JDK or JRE
Maven Version 3.5 or newer
Gradle Version 8.x
Application server

Vaadin Flow requires Java Servlet API 6 and Java 17 or newer. It is tested on:

  • Apache Tomcat 10.1
  • Open Liberty 23
  • RedHat JBoss EAP 8.0 beta
  • WildFly 35
  • Jetty 12
  • Payara Server 6
  • Payara Micro 6
Node.js Version 20 or newer
Spring Boot Version 3.5

Vaadin 24.7.6

28 May 09:21
e5e44cc
Compare
Choose a tag to compare

This is a maintenance release for Vaadin 24.7. See 24.7.0 release notes for details and resources.

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.7.6)
  • CDI add-on (15.1.0)
  • Maven plugin (24.7.6)
  • Gradle plugin (24.7.6)
  • Quarkus plugin (2.1.3)

Vaadin 24.8.0.alpha8

26 May 17:16
04ed7d1
Compare
Choose a tag to compare
Vaadin 24.8.0.alpha8 Pre-release
Pre-release

Upgrading · Docs · Get Started

This is a pre-release for the Vaadin 24.8. 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>

Note

Changelogs

Official add-ons and plugins:

Vaadin 24.6.11

27 May 17:20
a5660bc
Compare
Choose a tag to compare

This is a maintenance release for Vaadin 24.6. See 24.6.0 release notes for details and resources.

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.6.12)
  • CDI add-on (15.1.0)
  • Maven plugin (24.6.11)
  • Gradle plugin (24.6.11)
  • Quarkus plugin (2.1.3)

Vaadin 23.5.18

27 May 17:18
e0c5856
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.13)
  • CDI add-on (14.1.1)
  • Maven plugin (23.5.18)
  • Gradle plugin (23.5.18)
  • OSGi plugin (8.1.2)
  • Quarkus plugin (1.1.4)
  • Portlet plugin (2.1.0)