Skip to content

Vaadin Flow Components V23.0.0.alpha1

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 30 Dec 07:50
2606328

Vaadin Flow Components 23.0.0.alpha1

This is a release of the Java integration for Vaadin Components to be used from the Java server side with Vaadin Flow.

Changes in All Components

  • Chore:
    • Increase Web-Component version

Changes in vaadin-app-layout-flow

  • New Features:
    • Add i18n property to AppLayout. PR:2448

Changes in vaadin-charts-flow

  • Fixes:
    • Prevent HasItem.getItem throwing ClassCastException. PR:2390

Changes in vaadin-checkbox-flow

  • New Features:
    • Implement HasLabel for our components. PR:2271. Ticket:956

Changes in vaadin-combo-box-flow

  • New Features:

    • Implement HasLabel for our components. PR:2271. Ticket:956
  • Fixes:

    • Clear input element value when clearing custom value in ComboBox. PR:2340

Changes in vaadin-custom-field-flow

  • New Features:
    • Implement HasLabel for our components. PR:2271. Ticket:956

Changes in vaadin-date-picker-flow

  • New Features:

    • Implement HasLabel for our components. PR:2271. Ticket:956
  • Fixes:

    • Fallback to super.getLocale() if no custom locale is set. PR:2416

Changes in vaadin-date-time-picker-flow

  • New Features:

    • Implement HasLabel for our components. PR:2271. Ticket:956
  • Fixes:

    • Fallback to super.getLocale() if no custom locale is set. PR:2416

Changes in vaadin-grid-flow

  • Fixes:
    • Make context menu clicks cover the whole cell. PR:2458
    • Make grid connector request content update on missing data. PR:2392
    • Don't access empty visibleRows in gridConnector. PR:2341

Changes in vaadin-grid-pro-flow

  • Fixes:
    • Register custom editor onAttach. PR:2409

Changes in vaadin-list-box-flow

  • New Features:
    • Add HasStyle to the ListBoxBase. PR:2272

Changes in vaadin-radio-button-flow

  • New Features:
    • Implement HasLabel for our components. PR:2271. Ticket:956

Changes in vaadin-rich-text-editor-flow

  • New Features:
    • Implement HasLabel for our components. PR:2271. Ticket:956

Changes in vaadin-select-flow

  • New Features:
    • Implement HasLabel for our components. PR:2271. Ticket:956

Changes in vaadin-tabs-flow

  • New Features:
    • Implement HasLabel for our components. PR:2271. Ticket:956

Changes in vaadin-text-field-flow

  • New Features:
    • Add pattern validation to TextArea. PR:2158

    • Implement HasLabel for our components. PR:2271. Ticket:956

Changes in vaadin-time-picker-flow

  • New Features:

    • Implement HasLabel for our components. PR:2271. Ticket:956
  • Fixes:

    • Fallback to super.getLocale() if no custom locale is set. PR:2416

Compatibility