Skip to content

Vaadin Flow Components V22.0.0.alpha3

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 08 Sep 12:16
1f467f4

Vaadin Flow Components 22.0.0.alpha3

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.alpha2

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-button-flow

  • Fixes:
    • Disable on click behavior after detach and reattach. PR:2026. Tickets:1401
    • Fix button disableOnClick behavior after detached and re-attached
    • Remove unnecessary disableOnClickConfigured flag
    • Remove unnecessary call to initDisableOnClick on setDisableOnClick

Changes in vaadin-charts-flow

  • New Features:
    • Add missing Inactive property to States. PR:1877. Ticket:1047

Changes in vaadin-crud-flow

  • New Features:
    • Add API for showing/hiding toolbar of crud. PR:2068

Changes in vaadin-menu-bar-flow

  • New Features:

    • Add menu bar i18n Java API. PR:2067. Ticket:2043

      I18n for the menu bar was recently introduced to the web component, in order to customize the accessible aria-label of the overflow button. This adds a Java API for the same.

  • Fixes:

    • I18n not persisted across detach/attach cycle

Compatibility