Skip to content

v24.4.0-alpha4

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 15 Jan 11:06
· 649 commits to main since this release

API Documentation →

Changes Since v24.4.0-alpha3

🚀 New Features

  • combo-box,multi-select-combo-box
  • vaadin-themable-mixin
    • Support registering styles after component finalizes (#7069)

🐛 Bug Fixes

  • combo-box,multi-select-combo-box
    • Preserve filter when committing an invalid option (#7072)
  • grid
    • Do not render cell for invisible rows (#7070)
    • Wait for defined columns before measuring auto-width (#7064)

💅 Polish

  • text-field
    • Remove no longer needed flex-grow CSS override (#7081)

🚧 Experiments

  • login
    • Prepare LitElement based login for publishing (#7009)
  • password-field,text-field
    • Add LitElement based version of password-field (#7008)

📝 Documentation

  • grid
    • Add missing attr JSDoc annotation to typings (#7067)

🔬 Tests

  • combo-box
    • Replace some combo-box unit tests with snapshots (#7077)
  • list-box
    • Run MultiSelectListMixin with Polymer and Lit (#7076)

🏠 Internal

  • accordion,avatar,button,checkbox,confirm-dialog,context-menu,custom-field,date-picker,details,dialog,email-field,grid-pro,grid,input-container,login,number-field,overlay,password-field,progress-bar,radio-group,rich-text-editor,select,split-layout,text-area,text-field,tooltip,upload,virtual-list
    • Change Lit disclaimer to not mention npm publishing (#7078)
  • Other
    • Bump follow-redirects from 1.15.2 to 1.15.4 (#7058)