Skip to content

Vaadin Flow Components V23.3.0.alpha1

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 27 Sep 10:42
c04f90b

Vaadin Flow Components 23.2.1

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

Changes in All components

  • New Features:
    • Update web components to 23.3.0-alpha1. PR:3701

Changes in vaadin-avatar-flow

  • New Features:
    • Add setTooltipEnabled() to Avatar. PR:3717

Changes in vaadin-button-flow

  • New Features:
    • Add tooltip defaults configuration. PR:3755
    • Add HasTooltip interface to components. PR:3719

Changes in vaadin-checkbox-flow

  • New Features:
    • Add HasTooltip interface to components. PR:3719

Changes in vaadin-combo-box-flow

  • New Features:

    • Add HasTooltip interface to components. PR:3719
  • Fixes:

    • Prevent debouncer override in callback. PR:3749

      Prevent debouncer override in combobox connector callback

    • Revert unintentional title change and update id in test component

    • Force refreshValue to update input value on the client-side. PR:3712

Changes in vaadin-custom-field-flow

  • New Features:
    • Add HasTooltip interface to components. PR:3719

Changes in vaadin-date-picker-flow

  • New Features:
    • Add HasTooltip interface to components. PR:3719

Changes in vaadin-date-time-picker-flow

  • New Features:
    • Add HasTooltip interface to components. PR:3719

Changes in vaadin-details-flow

  • New Features:
    • Add HasTooltip interface to components. PR:3719

Changes in vaadin-grid-flow

  • New Features:

    • Add tooltip text generator API to grid. PR:3718
  • Fixes:

    • Add better checks to grid tooltip generator function. PR:3760

Changes in vaadin-icons-flow

  • New Features:
    • Add HasTooltip interface to components. PR:3719

Changes in vaadin-list-box-flow

  • New Features:
    • Add HasTooltip interface to components. PR:3719

Changes in vaadin-map-flow

  • Fixes:
    • Handle possible null coordinates. PR:3634
    • Make map classes serializable. PR:3689. Tickets:3672

Changes in vaadin-menu-bar-flow

  • New Features:

    • Add tooltip API to menubar. PR:3747
  • Fixes:

    • Add missing contextMenuConnector import. PR:3758

Changes in vaadin-messages-flow

  • New Features:
    • Add HasTooltip interface to components. PR:3719

Changes in vaadin-radio-button-flow

  • New Features:
    • Add HasTooltip interface to components. PR:3719

Changes in vaadin-select-flow

  • New Features:
    • Add HasTooltip interface to components. PR:3719

Changes in vaadin-tabs-flow

  • New Features:

    • Tabsheet index-based operation API. PR:3743
    • Add HasTooltip interface to components. PR:3719
    • Add TabSheet component. PR:3711
  • Fixes:

    • Clean up old content on tabsheet.add. PR:3744

Changes in vaadin-text-field-flow

  • New Features:
    • Add HasTooltip interface to components. PR:3719

Changes in vaadin-time-picker-flow

  • New Features:
    • Add HasTooltip interface to components. PR:3719

Changes in vaadin-upload-flow

  • New Features:

    • Add i18n translations for the file action buttons. PR:3676

Compatibility

  • This release use Web Components listed in Vaadin Platform 23.2.1
  • Tested with Vaadin Flow version 23.3.0.alpha1