Skip to content

Vaadin Flow Components V23.1.0.beta1

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 04 May 12:04
8fe0861

Vaadin Flow Components 23.1.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.1.0.alpha4

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-combo-box-flow

  • New Features:
    • extract HasClearButton mixin and SlotUtils to shared module

      Create a common module for all flow components. Moving SlotHelpers from TextField to it and add a first new mixin interface HasClearButton to show how powerful this common module would be.

Changes in vaadin-date-picker-flow

  • New Features:
    • extract HasClearButton mixin and SlotUtils to shared module
      Create a common module for all flow components. Moving SlotHelpers from TextField to it and add a first new mixin interface HasClearButton to show how powerful this common module would be.

Changes in vaadin-grid-flow

  • Fixes:
    • Use incremental numeric id as a key for Tree Grid items. PR:3046

      Using Object::toString as an item's key for server-client communication makes item's data visible on the client side, so generated numeric id is used instead.

Changes in vaadin-spreadsheet-flow

  • Fixes:
    • Avoid exceptions when values come as null from client
    • Set appropriate values to selection manager when selecting a cell from client. PR:3116

Changes in vaadin-text-field-flow

  • New Features:
    • extract HasClearButton mixin and SlotUtils to shared module
      Create a common module for all flow components. Moving SlotHelpers from TextField to it and add a first new mixin interface HasClearButton to show how powerful this common module would be.

Changes in vaadin-time-picker-flow

  • New Features:
    • extract HasClearButton mixin and SlotUtils to shared module
      Create a common module for all flow components. Moving SlotHelpers from TextField to it and add a first new mixin interface HasClearButton to show how powerful this common module would be.

Compatibility