Skip to content

v24.5.0-alpha7

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 05 Aug 07:04
· 598 commits to main since this release

API Documentation →

Changes Since v24.5.0-alpha6

💥 Behavior Altering Changes

  • multi-select-combo-box
    • Use correct specificity to ensure proper chip color (#7595)
    • Reduce chips contrast in disabled multi-select-combo-box (#7594)

🚀 New Features

  • grid
    • Add parts to drag source row cells (#7593)
  • input-container,vaadin-lumo-styles
    • Introduce style properties for disabled input (#7553)
  • popover
    • Add autofocus property for non-modal popovers (#7610)
    • Add Lit renderer directive for popover (#7612)
    • Include popover content in Tab order after the target (#7609)
  • tabsheet
    • Add no-padding theme variant to tabsheet (#7606)

🐛 Bug Fixes

  • a11y-base,overlay
    • Prevent scroll when restoring focus not from keyboard (#7599)
  • input-container
    • Use proper selector for input container disabled color (#7596)
  • vaadin-lumo-styles
    • Reintroduce disabled variable for slotted parts of input-field (#7597)

💅 Polish

  • select
    • Update select to use overlay focus restoration logic (#7601)

🏠 Internal

  • All components
    • Enable no-unused-vars ESLint rule and fix warnings (#7591)