Skip to content

Vaadin Flow Components V23.2.0.beta1

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 17 Aug 11:05
d01fb77

Vaadin Flow Components 23.2.0.beta1

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.2.0.alpha3

Changes in All Components

  • Chore:
    • Increase Web-Component version
    • Increase Web-Component version

Changes in vaadin-checkbox-flow

  • New Features:
    • Add CheckboxGroupElement, update ITs. PR:3543

Changes in vaadin-date-picker-flow

  • Fixes:
    • Delegate sendKeys calls to the input element. PR:3581

Changes in vaadin-grid-flow

  • New Features:

    • Add getters for column header and footer contents. PR:3569
    • Add setDefaultMultiSortPriority to Grid. PR:3563
  • Fixes:

    • Remove the block that resets tree grid connector and add integration test. PR:3514

      Remove the block that resets Tree Grid connector, which caused some requests to be lost. Also add an integration test.

Changes in vaadin-map-flow

  • Breaking Changes:
    • Remove map feature flag. PR:3474

Changes in vaadin-text-field-flow

  • Breaking Changes:

    • Make setValue emulate real user input. PR:3490
  • Fixes:

    • Delegate sendKeys calls to the input element. PR:3501

Changes in vaadin-time-picker-flow

  • Fixes:
    • Delegate sendKeys calls to the input element. PR:3581

Changes in vaadin-upload-flow

  • Fixes:
    • Ensure upload i18n is preserved on reattach. PR:3525

Compatibility