Vaadin Flow Components V18.0.2
Vaadin Flow Components V18.0.2
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.1
Changes in vaadin-avatar-flow
- Chore:
- ⧉ Increase Web-Component version
Changes in vaadin-combo-box-flow
-
Fixes:
-
⧉ Fix setting value to lazy loading ComboBox. PR:478. Ticket:391
ComboBox should only throw when no items/callback has been set to it. There is a possibility that the value is set but the backend doesn't have this item available, but that is an edge case and something that should not happen and should be possible to prevent by resetting the data and thus a responsibility of the application developer. (cherry picked from commit eb91269)
-
-
Chore:
- ⧉ Increase Web-Component version
Changes in vaadin-grid-flow
- Fixes:
-
⧉ Fix setting value to lazy loading ComboBox. PR:478. Ticket:391
ComboBox should only throw when no items/callback has been set to it. There is a possibility that the value is set but the backend doesn't have this item available, but that is an edge case and something that should not happen and should be possible to prevent by resetting the data and thus a responsibility of the application developer. (cherry picked from commit eb91269)
-
⧉ Prevent exception in gridConnector (#462). PR:475. Ticket:376
-
Changes in vaadin-icons-flow
- Chore:
- ⧉ Increase Web-Component version
Changes in vaadin-radio-button-flow
- Fixes: