Skip to content

Vaadin Flow Components V23.1.0.alpha2

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 13 Apr 12:20
a6a1859

Vaadin Flow Components 23.1.0.alpha2

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 23.1.0.alpha1

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-checkbox-flow

  • New Features:

    • Add constructor to set both initial value and value change listener #2944. PR:3006
  • Fixes:

    • Disable client-side validation for CheckboxGroup. PR:2975

Changes in vaadin-combo-box-flow

  • New Features:
    • Add shorthand constructors accepting value change listener. PR:3002

Changes in vaadin-dialog-flow

  • New Features:
    • Add dialog title, header and footer API. PR:2982
    • Add headerTitle API
    • Add API for header and footer

Changes in vaadin-radio-button-flow

  • New Features:
    • Add missing shorthand constructors to RadioButtonGroup. PR:2994

Compatibility