Vaadin Flow Components V25.0.0-beta3
Pre-releaseVaadin Flow Components 25.0.0-beta3
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.0.0-beta2
Changes in All Components
- Chore:
- ⧉ Increase Web-Component version
Changes in vaadin-messages-flow
- Fixes:
-
⧉ Return empty
Textcomponent if renderer is updated withnull. PR:8168. Ticket:6825Add the same behavior as when
createComponenetis called and the component renderer returnsnullto theupdateComponentmethod. That prevents a NPE in theAbstractComponentDataGenerator#refreshDatamethod when it tries to callgetElementin the updated component.
-
Changes in vaadin-renderer-flow
- Fixes:
-
⧉ Return empty
Textcomponent if renderer is updated withnull. PR:8168. Ticket:6825Add the same behavior as when
createComponenetis called and the component renderer returnsnullto theupdateComponentmethod. That prevents a NPE in theAbstractComponentDataGenerator#refreshDatamethod when it tries to callgetElementin the updated component.
-
Changes in vaadin-spreadsheet-flow
- Fixes:
Compatibility
- This release use Web Components listed in Vaadin Platform 25.0.0-beta3
- Tested with Vaadin Flow version 25.0.0-beta2