Vaadin Flow Components V14.4.7
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 14.4.6
Changes in vaadin-crud-flow
- Fixes:
-
⧉ Replace select(null) with deselectAll() (#189). PR:567. Ticket:1014
It is SelectionModel.java and inherited select() there. Grid's select is direct call to that. Grid's JavaDoc has dropped the notion of null not ok. /** * */ void select(T item);
Changes in vaadin-grid-flow
- Warranty Fixes:
- ⧉ Clear subchildren when refreshing item (#588). PR:597. Ticket:1819
Changes in vaadin-notification-flow
- Chore:
- ⧉ Increase Web-Component version
- ⧉ Increase Web-Component version
Compatibility
- This release use Web Components listed in Vaadin Platform 14.4.7
- Tested with Vaadin Flow version 2.4.6