Skip to content

v24.2.0-alpha3

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 07 Jul 09:30
· 3527 commits to main since this release

API Documentation →

Changes Since v24.2.0-alpha2

💥 Breaking Changes

  • field-base
    • Align how clear button works with combo-box behavior (#6100)

🚀 New Features

  • side-nav
    • Add disabled property to vaadin-side-nav-item (#6095)

🐛 Bug Fixes

  • app-layout
    • Animate primary drawer open and close transition (#6099)
  • component-base,field-base
    • Update aria-labelledby when restoring default label (#6085)
  • crud
    • Auto-focus editor with aside or bottom editor position (#6094)
  • menu-bar
    • Set tabindex on remaining button after updating overflow (#6105)
  • side-nav
    • Rotate toggle icon correctly with RTL, add transition (#6090)

💅 Polish

  • app-layout
    • Move Esc keydown listener to window (#6114)
  • combo-box
    • Do not clear combo-box-light on change from clear button (#6104)
  • field-highlighter
    • Update field highlighter styles to use inset shorthand (#6109)
  • grid
    • Use splice() instead of adding items one by one (#6092)
    • Update grid styles to use inset shorthand (#6108)
    • Update ItemCache to store grid items as an array (#6093)
  • grid-pro
    • Update grid-pro styles to use inset shorthand (#6106)
  • overlay
    • Extract overlay base styles to reusable css literal (#6124)
    • Extract vaadin-overlay logic to the reusable mixin (#6121)
  • side-nav
    • Cleanup no longer used pseudo element styles (#6107)
    • Set aria-hidden on the side-nav-item nested list (#6086)

🔬 Tests

  • date-picker,date-time-picker
    • Add missing await to prevent aria-hidden warnings (#6119)
  • grid-pro
    • Check that clicking the clear button in a field won't close the editor (#6097)
  • overlay
    • Update overlay animation tests, add missing await (#6115)
    • Cleanup basic overlay test suite, add missing await (#6113)
    • Extract overlay interactions unit tests to own file (#6091)
    • Add missing await to vaadin-overlay unit tests (#6047)

🏠 Internal

  • context-menu,date-picker,select
    • Update Stylelint to 15.0, deduplicate yarn.lock (#5516)