Skip to content

Vaadin Flow Components V17.0.11

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 30 Nov 08:10
· 7 commits to 17.0 since this release
3a5f1a1

Vaadin Flow Components V17.0.11

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 17.0.10

Changes in vaadin-grid-flow

  • Fixes:
    • Not to call count callback for lazy Grid with multi-select. PR:433. Ticket:411

      Selecting any row of the Grid with lazy loading and multi-select mode does not trigger the count callback to be invoked. Instead, it gets the item count from the cache for defined item count, and doesn't show the select all checkbox at all and skips checkbox state update for unknown item count. (cherry picked from commit 030ef43)

Changes in vaadin-text-field-flow

  • Fixes:
    • Use the same email pattern as in Flow (17.0). PR:444

Compatibility

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