Skip to content

Vaadin Flow Components V18.0.0.rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 27 Nov 09:33
· 40 commits to 18.0 since this release
a234a40

Vaadin Flow Components V18.0.0.rc2

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 18.0.0.rc1

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)

Compatibility

  • This release use Web Components listed in Vaadin Platform 18.0.0.rc2
  • Tested with Vaadin Flow version 5.0.0