Skip to content

Vaadin Flow Components V25.0.0-alpha9

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 05 Sep 09:59
· 862 commits to main since this release
a2a7987

Vaadin 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 ButtonRelativeTo enum; deprecate DrillUpButtonRelativeTo. PR:7951

      The enum values found in DrillUpButtonRelativeTo are 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 getComputedStyles in 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:
    • Add addOpenedChangeListener to ConfirmDialog. PR:7930

    • Add addOpenedChangeListener for ConfirmDialog

      ---------

Changes in vaadin-date-time-picker-flow

  • Breaking Changes:

    • Only validate for incomplete input on change event. PR:7895
  • Fixes:

    • Set sync event in correct constructor

Changes in vaadin-spreadsheet-flow

  • Fixes:
    • Prevent paste to locked cells. PR:7927

Compatibility