Skip to content

v24.2.0-alpha10

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 17 Aug 07:09
· 3371 commits to main since this release

API Documentation →

Changes Since v24.2.0-alpha9

💥 Behavior Altering Changes

  • date-picker
    • Do not validate when closing on Escape press (#6364)
    • Ensure validation between value-changed and change events (#6340)
  • select
    • Do not validate when closing on Escape press (#6363)

🚀 New Features

  • component-base,tooltip
    • Add ariaTarget property for setting aria-describedby (#6320)

🐛 Bug Fixes

  • accordion,details
    • Do not toggle opened state on summary anchor click (#6354)
    • Prevent toggling opened state on click when disabled (#6331)
  • confirm-dialog
    • Reset pointer-events: none for header slot children (#6357)
  • details
    • Add missing mixins to DetailsBaseMixin types (#6351)
  • icon
    • Reflect icon property as an attribute (#6327)
  • select
    • Add missing mixins to SelectBaseMixin types (#6353)
    • Reset selected item attributes, add keyboard tests (#6342)
  • side-nav
    • Restore list role attribute on side-nav and item lists (#6323)
    • Hide button from screen readers when not collapsible (#6319)
    • Set tabindex -1 on the link without href attribute (#6322)
  • tooltip
    • Prevent closing the tooltip on overlay mouseenter (#6326)

💅 Polish

  • combo-box,component-base,grid
    • Move path utils to separate file and use them (#6317)
  • combo-box,date-picker,multi-select-combo-box,number-field,select,text-area,text-field,time-picker
    • Set correct ariaTarget on the input fields tooltip (#6321)
  • date-picker
    • Remove obsolete change dispatch logic (#6341)
    • Simplify parsing and formatting logic (#6335)
    • Remove unnecessary method abstraction (#6334)

🔬 Tests

  • combo-box
    • Cleanup combo-box tests, remove not used helpers (#6318)
  • date-picker
    • Correct typos in validation test file names (#6339)

🏠 Internal

  • board,charts,cookie-consent,crud,grid-pro,rich-text-editor
    • Update LICENSE file for Pro components (#6346)
  • details
    • Fix typo in vaadin-details Lit test file name (#6343)
  • map
    • Update LICENSE file for vaadin-map package (#6350)
  • Other
    • Update ESLint and TypeScript to latest versions (#6336)