Skip to content

Vaadin 14.0.7

Compare
Choose a tag to compare
@ZheSun88 ZheSun88 released this 30 Sep 12:55
· 40 commits to 14.0 since this release

Vaadin 14.0.7

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

This is a maintenance release of Vaadin. For the full release notes go to the GitHub releases.

Visit vaadin.com to get started.

Fixes and Improvements in this release

Framework

Flow has been updated from 2.0.13 to 2.0.14, it fixes the following issue 👍

  • Terminate webpack dev server process only on connection error
  • Start webpack IO thread as deamon
  • Css imports in predictable order, and not the one dictated by hashcode
  • Adds WildFly's vfs protocol support to DevModeInitializer
  • Read stream to string. (Helps with hangups in dev mode startup)
  • Fix IPv6 escaping

Components

Vaadin-Grid fixes ⚒

  • Fixes row loading issue when scrolling over 100k rows (server side component fix)
  • Remove will-change from frozen columns on iOS (client side component fix)

Component demo jars have been updated with coresponding flow version 💯

Changes since 14.0.6

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.5.0)
  • Vaadin Material theme (v1.2.3).

Java Web Framework

Tools

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.

Reporting Issues

We appreciate if you try to find the most relevant repository to report the issue in. If it is not obvious which project to add issues to, you are always welcome to report any issue at https://github.com/vaadin/platform/issues.

A few rules of thumb will help you and us in finding the correct repository for the issue:

  1. If you encounter an issue when using the HTML/JS API of a component or the component renders incorrectly, the problem is likely in the web component. The web component repositories are named like https://github.com/vaadin/vaadin-button
  2. If you encounter an issue when using the Java API of a component, the problem is likely in the Flow integration of the web component. The Flow component integration repositories are named like https://github.com/vaadin/vaadin-button-flow
  3. If you encounter an issue with Flow which does not seem to be related to a specific component, the problem is likely in Flow itself. The Flow repository is https://github.com/vaadin/flow
  4. If you encounter an issue with Designer, the repository is https://github.com/vaadin/designer
  5. If you encounter an issue with TestBench, the repository is https://github.com/vaadin/testbench