Skip to content

Vaadin Flow Components V23.3.0.alpha2

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 18 Nov 09:36
· 152 commits to 23.3 since this release
13b5fd8

Vaadin Flow Components 23.3.0.alpha2

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.3.0.alpha1

Changes in All Components

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

Changes in vaadin-accordion-flow

  • Fixes:
    • Add missing annotations to AccordionPanel. PR:3818

Changes in vaadin-combo-box-flow

  • Fixes:
    • Sync selected item property on client-side changes (#4118). PR:4119
    • Make ComboBox serializable when items are provided. PR:3823
    • Recompute data range max size on page size change. PR:3799

Changes in vaadin-context-menu-flow

  • Fixes:
    • Add missing deprecated annotations

Changes in vaadin-date-picker-flow

  • New Features:
    • Introduce custom reference date to date picker (#3914). PR:4113

Changes in vaadin-grid-flow

  • New Features:

  • Fixes:

    • Create aria label from header component. PR:4055
    • Change the fetch query so that the filter is passed. PR:3787
    • Apply the fix for also the server side selectAll
    • Sort indicator order for append multi-sort priority. PR:3786

Changes in vaadin-grid-pro-flow

  • New Features:
    • Warn about item id changes after editing field. PR:3782

Changes in vaadin-notification-flow

  • Fixes:
    • Keep opened state with preserve on refresh. PR:3784

Changes in vaadin-ordered-layout-flow

  • New Features:
    • Deprecate getFlexDirection with parameter, add a replacement. PR:4030

Changes in vaadin-renderer-flow

  • Fixes:
    • Address lit-renderer TypeScript errors (#4001). PR:4003

Changes in vaadin-rich-text-editor-flow

  • Fixes:
    • Remove hasLabel from RichTextEditor. PR:3788

Changes in vaadin-select-flow

  • Fixes:
    • Add suppress warnings annotation to the correct class

Changes in vaadin-spreadsheet-flow

  • Breaking Changes:

  • New Features:

    • Use registrations in spreadsheet popup button listeners (#4035). PR:4037
    • Drop remove listener methods in favor of registrations (#3898). PR:3902
  • Fixes:

    • Prevent filter on popup open (#4122) (CP: 23.3). PR:4123
    • Remove existing file before writing the worksheet (#4107). PR:4111
    • Fix filter table content after a row is deleted (#4108) (CP: 23.3). PR:4112
    • Remove invalid mark on cell deletion (#4089). PR:4100
    • Clear formula from a cell before updating value (#4074). PR:4094
    • Handle invalid formula triangle mousedown (#4080). PR:4091
    • Apply popup button active state (#4063). PR:4086
    • Fix spreadsheet Locale API implementation (#4044). PR:4052
    • Fix pane freezing in large spreadsheets (#4042). PR:4050
    • Update sheet styles when active sheet is hidden (#4041). PR:4049
    • Fix spreadsheet context menu positioning (#4014). PR:4015
    • Pass the appId to be used to get popup content (#4012) (CP: 23.3). PR:4013
    • Check if an event originates from shadow root (#3998). PR:3999
    • Handle absolutely positioned images in XSSF files (#3957). PR:3985
    • Include CellData.value on object serialization (#3961). PR:3967
    • Fix spreadsheet resize observer timing issues (#3943). PR:3954
    • Update spreadsheet sizing (#3941). PR:3948
    • Ensure style rules to be added in the same order (#3927) (CP: 23.3). PR:3936
    • Blur input when stopping spreadsheet cell edit (#3922). PR:3928
    • Pass the object to be used by method. PR:3855
    • Retain spreadsheet styles correctly on disconnect and connect. PR:3837

Changes in vaadin-tabs-flow

  • Fixes:
    • Update selected property on selected change. PR:3851
    • Set tabsheet selected property on setSelectedIndex. PR:3846

Compatibility