Vaadin Flow Components V22.0.0.beta1
Pre-release
Pre-release
Vaadin Flow Components 22.0.0.alpha10
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 22.0.0.alpha9
Changes in All components
Changes in vaadin-grid-pro-flow
- Fixes:
-
⧉ Close custom editor after scrolled out of the view. PR:2257. Tickets:1020, 2253
After custom editor was opened and grid was scrolled, the element set could be reattached in different row. This change makes the same check for built-in editors to define whether grid should leave the edit mode or not. Also, the same component could receive multiple focus, what made impossible to scroll as can be seen with more details in #2253. This change checks if the component is already attached to the cell before trying to append it and focus on the component.
-
Compatibility
- This release use Web Components listed in Vaadin Platform 22.0.0.beta1
- Tested with Vaadin Flow version 9.0.0.beta2