Skip to content

v24.7.0-alpha6

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 20 Jan 08:26
· 12 commits to main since this release

API Documentation →

Changes Since v24.7.0-alpha5

🚀 New Features

  • card
    • Add card slots and theme variants (#8233)
  • charts
    • Add drag&drop support to vaadin-chart (#8488)
  • combo-box,date-picker,field-highlighter,input-container,multi-select-combo-box,number-field,select,text-area,text-field,time-picker,vaadin-lumo-styles
    • Optional pointer focus ring for input fields (#8505)

🐛 Bug Fixes

  • grid
    • Ensure grid root cache has a valid size (#8525)
    • Defer column width calculation until frozen columns update (#8514)
    • Do not stop ignored dragleave events in grid (#8500)
  • grid,virtual-list
    • Avoid content outside grid ending up in drag image (#8529)
  • vaadin-lumo-styles
    • Add missing colon in responsive alignment utility classes (#8496)

💅 Polish

  • a11y-base
    • Remove unused method from list-mixin (#8520)
  • grid
    • Clean up grid column auto width mixin (#8512)
    • Extract grid column auto-width mixin (#8507)
  • horizontal-layout
    • Extract horizontal layout styles into CSS literal (#8510)
  • menu-bar
    • Remove duplicate tabindex logic (#8517)

🔬 Tests

  • combo-box,date-picker,time-picker
    • Reset keyboardActive between tests (#8504)