Skip to content

v23.1.0-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 04 Apr 07:35

API Documentation →

Changes Since v23.0.1

🚀 New Features

  • dialog
    • Add dialog title, header and footer renderers (#3623)
  • grid
    • Add option to freeze columns to end (#3566)

🐛 Bug Fixes

  • button
    • Keep label center aligned in container with modified line-height (#3602)
    • Material button alignment in Firefox (#3604)
  • combo-box
    • Request content update also when focused index is -1 (#3618)
    • Propagate enter key event when combo box is not opened (#3603)
  • combo-box,time-picker
    • Don't prevent custom values when autoOpenDisabled (#3600)
  • crud
    • Update dataProvider when grid is set (#3558)
    • Do not fail when saving a new item using dataProvider (#3533)
  • date-picker
    • Use correct styles for week numbers (#3544)
    • Fire change event after value-changed (#3531)
  • date-time-picker
    • Do not throw when setting theme attribute (#3584)
  • field-base
    • Restore focused attribute behavior (#3577)
    • Do not delegate focus when clicking on non-focusable child (#3565)
  • grid
    • Improve resizing column min width logic (#3589)
    • Do not dispatch cell-focus on mouse up outside of cell (#3587)
    • Reset stored column order on mousedown (#3527)
    • Hide overflowing tree-toggle content (#3525)
  • menu-bar
    • Revert setting align-self to stretch (#3534)
  • select
    • Readonly select value should use secondary text color (#3606)
    • Update selected item styles to not limit height (#3548)
  • tabs
    • Use margin for centered theme variant (#3511)

💅 Polish

  • All components
    • Rename theme property to _theme, deprecate theme (#3529)
  • confirm-dialog
    • Enforce hiding confirm dialog host element (#3598)
  • cookie-consent
    • Enforce hiding cookie consent host (#3595)
  • date-picker
    • Handle user-selected date properly (#3530)
  • dialog
    • Enforce hiding dialog host element (#3597)
  • grid
    • Use inline styles for cell transforms (#3605)
    • Use RTL compatible overflow values (#3576)
  • notification
    • Enforce hiding notification host element (#3596)
  • text-area
    • Move base styles from themes to src (#3549)

🔬 Tests

  • combo-box
    • Add snapshot tests for combo-box (#3522)
  • grid
    • Cleanup obsolete frozen column test (#3569)
  • time-picker
    • Add snapshot tests for time-picker (#3521)

🏠 Internal

  • All components
    • Update master to Vaadin 23.1 (#3542)
  • field-base
    • Fix flaky shadow focus mixin test (#3573)
  • Other
    • Bump minimist from 1.2.5 to 1.2.6 (#3621)
    • Add script to run npm dist-tag (#3524)