Skip to content

Vaadin Flow Components V22.0.0.beta1

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 02 Nov 08:00
41d238f

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

  • New Features:
  • Update to 22.0.0-beta1, adapt tests. PR:2293

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