Vaadin Flow Components V21.0.0.rc1
Pre-releaseVaadin Flow Components 21.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 21.0.0.beta2
Changes in All Components
- Chore:
- ⧉ Increase Web-Component version
Changes in vaadin-combo-box-flow
- Fixes:
-
⧉ Remove old data provider listener on component attach (#2005). PR:2012. Ticket:1914.
Removes the old data provider listener and adds a new one upon setting up a data provider and attaching a component to the page. Reorders and makes the 'rebuild' method for ListBox not to being called in attach handler method, because it leads to loosing the data in cache. Follows up the memory leak issue in Flow (vaadin/flow#11471) and fixes the regression in components caused by the change in Flow. (cherry picked from commit d47cce4)
-
Changes in vaadin-grid-flow
- Fixes:
-
⧉ Remove old data provider listener on component attach (#2005). PR:2012. Ticket:1914.
Removes the old data provider listener and adds a new one upon setting up a data provider and attaching a component to the page. Reorders and makes the 'rebuild' method for ListBox not to being called in attach handler method, because it leads to loosing the data in cache. Follows up the memory leak issue in Flow (vaadin/flow#11471) and fixes the regression in components caused by the change in Flow. (cherry picked from commit d47cce4)
-
Changes in vaadin-list-box-flow
- Fixes:
-
⧉ Remove old data provider listener on component attach (#2005). PR:2012. Ticket:1914.
Removes the old data provider listener and adds a new one upon setting up a data provider and attaching a component to the page. Reorders and makes the 'rebuild' method for ListBox not to being called in attach handler method, because it leads to loosing the data in cache. Follows up the memory leak issue in Flow (vaadin/flow#11471) and fixes the regression in components caused by the change in Flow. (cherry picked from commit d47cce4)
-
Changes in vaadin-radio-button-flow
- Fixes:
-
⧉ Remove old data provider listener on component attach (#2005). PR:2012. Ticket:1914.
Removes the old data provider listener and adds a new one upon setting up a data provider and attaching a component to the page. Reorders and makes the 'rebuild' method for ListBox not to being called in attach handler method, because it leads to loosing the data in cache. Follows up the memory leak issue in Flow (vaadin/flow#11471) and fixes the regression in components caused by the change in Flow. (cherry picked from commit d47cce4)
-
Compatibility
- This release use Web Components listed in Vaadin Platform 21.0.0.beta3
- Tested with Vaadin Flow version 9.0.0.alpha2