Skip to content

Vaadin Flow Components V24.3.10

Choose a tag to compare

@vaadin-bot vaadin-bot released this 23 Apr 11:35
· 31 commits to 24.3 since this release
57770f7

Vaadin Flow Components 24.3.10

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 24.3.9

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-button-flow

  • Fixes:
    • Prevent setting disabled to false with pointer events: auto (#6201). PR:6205

Changes in vaadin-charts-flow

  • Fixes:
    • Mark DataSeriesItemSankey as customized to ensure its proper serialization (#6216) (CP: 24.3). PR:6217

      Without this call, the object would be serialized as an array containing two value from bean.getLow() and bean.getHigh(), which are not usually set on the Sankey type, so the result would be [null, null], instead of the actual JSON string expected (containing the from, to, and weight keys). The Sankey example in the IT works because it uses setDataLabels, which in turn calls makeCustomized and then makes the instance to be proper serialized.

Changes in vaadin-combo-box-flow

  • Fixes:
    • Reset communicator regardless of filter (#6182). PR:6203

Changes in vaadin-grid-flow

  • Fixes:

Changes in vaadin-menu-bar-flow

  • Fixes:
    • Fix setting class name to menu-bar items in overflow (#6209). PR:6212

Changes in vaadin-time-picker-flow

  • Fixes:
    • Ensure time parts in parsed time object are numeric (#6180). PR:6213

Compatibility

  • This release use Web Components listed in Vaadin Platform 24.3.10
  • Tested with Vaadin Flow version 24.3.9