Skip to content

Vaadin Flow Components V23.0.0.beta2

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 11 Feb 13:10
3485318

Vaadin Flow Components 23.0.0.beta2

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.0.0.beta1

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-checkbox-flow

  • Fixes:
    • Discard radios/checkboxes right before adding new ones. PR:2613

Changes in vaadin-combo-box-flow

  • Fixes:
    • Update selected key in value change listener. PR:2618

Changes in vaadin-crud-flow

  • Fixes:
    • Add aria-label to crud sorter and filter. PR:2610

Changes in vaadin-grid-flow

  • Fixes:
    • Avoid temporarily clearing the component renderer. PR:2621
    • Add aria-label to crud sorter and filter. PR:2610
    • Use getDataProvider().getId(item) instead of item.hashCode(). PR:2411

Changes in vaadin-list-box-flow

  • New Features:
    • Add missing setItemLabelGenerator for a ListBox. PR:2275

Changes in vaadin-map-flow

  • New Features:
    • Add and remove layers. PR:2609
    • Map feature click events. PR:2604
    • Add support for wms image sources. PR:2607
    • Add support for image wms sources
    • Finalize support for XYZ source. PR:2603
    • Finalize xyz source

Changes in vaadin-radio-button-flow

  • New Features:

    • Add missing ItemLabelGenerator to the radiobuttongroup. PR:2273
  • Fixes:

    • Discard radios/checkboxes right before adding new ones. PR:2613

Changes in vaadin-renderer-flow

  • Fixes:
    • Avoid temporarily clearing the component renderer. PR:2621

Changes in vaadin-upload-flow

  • New Features:
    • Add clearFilelist method. PR:2223

Compatibility