Skip to content

v24.6.6

Latest
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 28 Feb 10:06

API Documentation →

Changes Since v24.6.5

🚀 New Features

  • overlay
    • Add internal API for nested overlays to bringToFront (#8690) (#8723)

🐛 Bug Fixes

  • confirm-dialog
    • Place confirm-dialog footer correctly when height is set (#8678) (#8680)
  • dialog
    • Do not set position and max-width when dialog size is set (#8722) (#8724)
  • popover
    • Do not open popover after focusout during focus delay (#8745) (#8752)
    • Check if popover target has focusElement as focusable (#8732) (#8743)
    • Use ariaTarget property to set popover ARIA attributes if possible (#8721) (#8734)
    • Bring popover overlay to front when used in modeless dialog (#8692) (#8728)
  • select
    • Always close select on outside click when in modeless dialog (#8727) (#8730)

🔬 Tests

  • crud,email-field,number-field,text-field,upload
    • Regenerate snapshots to match order in respective tests (#8746) (#8748)