Skip to content

v24.1.0-alpha4

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 22 Mar 12:50
· 3731 commits to main since this release

API Documentation →

Changes Since v24.1.0-alpha3

🚀 New Features

  • a11y-base,component-base
    • Add helpers for setting ID references to aria- attributes (#5662)
  • a11y-base,field-base
    • Add accessibleName and accessibleNameRef API to FieldMixin (#5671)

🐛 Bug Fixes

  • a11y-base
    • Ensure ID reference can be set after remove / restore (#5690)
  • accordion,details
    • Toggle opened state on summary child component click (#5692)
  • app-layout
    • Use a delay in the app layout resize observer (#5575)
  • notification
    • Close notification on detach only if not immediately reattached (#5693)
  • tooltip
    • Defer resolution of tooltip target (#5674)
    • Process all intersection observer event entries (#5668)

💅 Polish

  • component-base
    • Replace MutationObserver with native queueMicrotask (#5683)
  • grid
    • Use _getVisibleRows() when iterating visible rows (#5687)