Skip to content

Vaadin Flow Components V25.2.6

Latest

Choose a tag to compare

@vaadin-bot vaadin-bot released this 10 Aug 06:48
· 2 commits to 25.2 since this release
a5caaed

Vaadin Flow Components 25.2.6

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.2.5

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-grid-flow

  • Fixes:
    • Include descendant items in TreeGrid selectAll (#9819). PR:9830

      This PR cherry-picks changes from the original PR #9819 to branch 25.2. --- #### Original PR description > Calling selectAll() on GridMultiSelectionModel used to fetch items with a non-hierarchical query. With a hierarchical data provider, this resulted in an IllegalArgumentException in Vaadin 23 and 24. > > Since Vaadin 25, HierarchicalDataCommunicator.buildQuery returns a root-level hierarchical query, so the exception is gone, but selectAll() still selects only root items. > > The clientSelectAll method already handles hierarchical data providers by fetching all descendants recursively. This change extracts that logic into a shared method and makes selectAll() use it too, so both behave the same. > > Fixes #9816

Changes in vaadin-spreadsheet-flow

  • Fixes:
    • Reuse custom editors on user-driven cell updates (#9814). PR:9832

Compatibility

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