Vaadin 19.0.9
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.
See the full release notes for vaadin 19.0 in GitHub releases, including new features, getting started, supported browsers and other technologies, and migration notes.
Visit vaadin.com to get started.
New and Noteworthy
Here are the highlighted new and improved features in this maintenance release.
Vaadin Flow (6.0.10)
- Fixes:
-
⧉ Add javadocs warning to avoid using ResponseWriter for dirs (#11112). PR:11164
-
⧉ Handle concurrent file requests (#11147). PR:11156. Ticket:11144
-
⧉ Set routes first into the template (#11107). PR:11126. **Ticket:**psi#26
-
⧉ Prevent passing bad character to wp (#11099). PR:11114
The webpack dev-server does not escape " character, as it is not valid URL. This limitation was not checked when passing request to it via DevModeHandlerImpl.
-
⧉ Use x64 version for mac for old nodejs (#11065). PR:11068. Ticket:11060
Use the x64 package for mac if the installed node version is < 16.0.0 as ARM package is not available before this.
-
⧉ Don't serve directories as static files (#11072). PR:11104
Add check to the resource to see if it is a directory and do not serve if this is the case. Fixe #11047
-
⧉ Annotate default error handlers. (#11063) (#11090). PR:11093
Annotate default error handlers with the new annotaton DefaultErrorHandler so that we can also in add-ons have default handlers that can be overridden by user handlers. Part of vaadin/spring#661 # Conflicts: # flow-server/src/main/java/com/vaadin/flow/router/InternalServerError.java # flow-server/src/main/java/com/vaadin/flow/router/RouteNotFoundError.java
-
⧉ Avoid NPE in query params parsing (#11075). PR:11095. Ticket:11019
A colon ":" in the location will not cause a NPE when parsing query parameters
-
⧉ Using a custom RouteRegistry (#11033). PR:11054. Ticket:11022
Make it possible to create a custom RouteRegistry and add test module for it.
-
⧉ Don't update cached extended details inside callback (#11043). PR:11049. Ticket:473
Makes fetching extended client details work for Multiplatform Runtime.
-
Flow Components 19.0.9
Changes in vaadin-checkbox-flow
Changes in vaadin-date-picker-flow
Changes in vaadin-grid-flow
Changes in vaadin-upload-flow
Webcomponents in Vaadin 19.0.9
- Vaadin Accordion (web component v1.2.0)
- Vaadin App Layout (web component v2.2.0)
- Vaadin Avatar (web component v2.0.2)
- Vaadin Button (web component v2.4.0)
- Vaadin Checkbox (web component v3.0.0)
- Checkbox
- Checkbox Group
- Vaadin Combo Box (web component v6.0.1)
- Vaadin Context Menu (web component v5.0.0)
- Vaadin Custom Field (web component v2.0.0)
- Vaadin Date Picker (web component v5.0.0)
- Vaadin Date Time Picker (web component v2.0.0)
- Vaadin Details (web component v1.2.0)
- Vaadin Dialog (web component v2.5.2)
- Vaadin Form Layout (web component v2.3.0)
- Vaadin Grid (web component v6.0.2)
- Grid
- Tree Grid
- Grid Context Menu
- Vaadin Icons (web component v4.3.2)
- Vaadin List Box (web component v2.0.0)
- Vaadin Login (web component v2.0.0)
- Vaadin Menu Bar (web component v2.0.0)
- Vaadin Notification (web component v1.6.1)
- Vaadin Ordered Layout (web component v1.4.0)
- Horizontal Layout
- Vertical Layout
- Flex Layout
- Vaadin Progress Bar (web component v1.3.0)
- Vaadin Radio Button (web component v1.5.1)
- Radio Button
- Radio Button Group
- Vaadin Select (web component v3.0.0)
- Vaadin Split Layout (web component v4.3.0)
- Vaadin Tabs (web component v4.0.0)
- Vaadin Text Field (web component v3.0.2)
- Text Field
- Text Area
- Password Field
- Big Decimal Field
- Email Field
- Integer Field
- Number Field
- Vaadin Time Picker (web component v3.0.0)
- Vaadin Upload (web component v5.0.0)
- Vaadin Board (PRO) (web component v3.0.0)
- Vaadin Charts (PRO) (web component v8.0.2)
- Vaadin Confirm Dialog (PRO) (web component v2.0.0)
- Vaadin Cookie Consent (PRO) (web component v2.0.0)
- Vaadin Crud (PRO) (web component v2.0.1)
- Vaadin Grid Pro (PRO) (web component v3.0.1)
- Vaadin Rich Text Editor (PRO) (web component v2.0.0)
Support
vaadin 19 is supported for one month after Vaadin 20 has been released. The latest LTS (long term support) version is Vaadin 14. More details of our release model are available on our roadmap page.
Vaadin also provides commercial support and warranty.
Getting Started with Vaadin
App starters
The best way to get started with Vaadin is to go to https://start.vaadin.com and configure your new application by setting up your views, entities, styles, and the technology stack you’re interested in.
For the full list of how to get started go to the GitHub releases.
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:
- Bug tickets and enhancement requests that are specific to a certain Vaadin component should be posted in the component's Web Component repostory (e.g. https://github.com/vaadin/vaadin-button for Button).
- Issues that are not component-specific (e.g. requests for new components) or encompass multiple components should be posted in vaadin-flow-components repository.
- 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
- If you encounter an issue with Designer, the repository is https://github.com/vaadin/designer
- If you encounter an issue with TestBench, the repository is https://github.com/vaadin/testbench