Skip to content

v24.2.0-beta1

Pre-release
Pre-release

Choose a tag to compare

@web-padawan web-padawan released this 22 Sep 09:40
· 3281 commits to main since this release

API Documentation →

Changes Since v24.2.0-alpha16

💥 Behavior Altering Changes

  • tooltip
    • Use separate element for tooltip announcements (#6488)

🚀 New Features

  • multi-select-combo-box
    • Add multi-select-combo-box opened-changed event type (#6495)

🐛 Bug Fixes

  • checkbox
    • Set correct ariaTarget for the checkbox tooltip (#6486)
  • checkbox,field-base,number-field
    • Ensure correct event sequence on value commit in Lit version (#6487)
  • cookie-consent
    • Remove hardcoded aria-label attributes from links (#6492)
  • rich-text-editor
    • Workaround disappearing text on spellcheck suggestion (#6507)
    • Re-initialize Quill on detach and re-attach and keep htmlValue (#6506)
    • Set toolbar role on the toolbar buttons container (#6499)
  • split-layout
    • Adjust handle alignment for small and minimal, cleanup styles (#6260)

💅 Polish

  • All components
    • Extract custom element definition into a helper (#6509)
  • component-base
    • Prevent duplicate custom element definition errors (#6510)

📝 Documentation

  • All components
    • Add customElement JSDoc annotations to classes (#6516)
  • multi-select-combo-box
    • Add missing fires JSDoc annotations for events (#6496)

🔬 Tests

  • integer-field
    • Improve test coverage for value commit scenarios (#6485)

🏠 Internal

  • a11y-base,board,combo-box,component-base,custom-field,date-picker,date-time-picker,field-base,grid,icon,menu-bar,multi-select-combo-box,select,side-nav,tabs,time-picker,tooltip
    • Fix ESLint errors for require-await rule in tests (#6481)
  • icon
    • Cache icon src fetch results (#6505)
  • Other
    • Update eslint-config-vaadin to latest version (#6484)