Vaadin Flow Components V25.0.0-alpha9
Pre-releaseVaadin Flow Components 25.0.0-alpha9
This is a release of the Java integration for Vaadin Components to be used from the Java server side with Vaadin Flow.
Changes in Flow Components from 25.0.0-alpha8
Changes in All Components
- Chore:
- ⧉ Increase Web-Component version
Changes in vaadin-charts-flow
- New Features:
-
⧉ Add
ButtonRelativeToenum; deprecateDrillUpButtonRelativeTo. PR:7951The enum values found in
DrillUpButtonRelativeToare useful for other types that are not related with the drill up functionallity. And since the drill up button has been deprecated in Highcharts in favor of breadcrumbs, it makes sense to create a new enum with the same values to be used in places like the reset zoom and breadcrumbs buttons. Part of #7923 Part of #7946 -
⧉ Bump Highcharts version in SVG Generator. PR:7943. Ticket:7942
Upgrades the Highcharts version to match with the web component. This change also: - upgrades JSDOM version to its latest major (26.1.0) - updates how Highcharts modules are imported - adds workaround to fix a limitation in
getComputedStylesin JSDOM with relative units - updates reference SVG files to use the output coming from the updated library
-
Changes in vaadin-confirm-dialog-flow
- New Features:
Changes in vaadin-date-time-picker-flow
-
Breaking Changes:
-
Fixes:
- ⧉ Set sync event in correct constructor
Changes in vaadin-spreadsheet-flow
Compatibility
- This release use Web Components listed in Vaadin Platform 25.0.0-alpha9
- Tested with Vaadin Flow version 25.0.0-alpha12