Skip to content

v24.5.0-alpha4

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 05 Jul 08:00
· 645 commits to main since this release

API Documentation →

Changes Since v24.5.0-alpha3

💥 Breaking Changes

  • context-menu
    • Re-open context-menu on closing contextmenu event (#7484)

🚀 New Features

  • button
  • select
    • Add no-vertical-overlap prop to vaadin-select (#7492)

🐛 Bug Fixes

  • button,notification
    • Add well contrasting focus-ring to buttons on themed notifications (#7488)
  • menu-bar
  • popover
    • Only close the topmost popover on esc and outside click (#7480)
  • select
    • Do not show placeholder when select item has child elements (#7504)

💅 Polish

  • button
    • Add private variables for focus ring gap (#7495)
  • combo-box,component-base,grid
    • Make combo-box use DataProviderController (#7044)
  • component-base
    • Remove unused size property declaration (#7483)
  • grid
    • Remove duplicate logic from grid isFocusable (#7491)