Vaadin Flow Components V24.9.4
Vaadin Flow Components 24.9.4
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 24.9.3
Changes in All Components
- Chore:
- ⧉ Increase Web-Component version
Changes in vaadin-messages-flow
- Fixes:
-
⧉ Return empty
Textcomponent if renderer is updated withnull(#8168). PR:8172. 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(#8168). PR:8172. 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.
-