Skip to content

v23.3.6

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 30 Jan 06:43
· 120 commits to 23.3 since this release

API Documentation →

Changes Since v23.3.5

💥 Behavior Altering FIxes

  • item,list-box,vaadin-list-mixin
    • Set correct role attribute on the list-box and item (#5401) (#5404)

🐛 Bug Fixes

  • combo-box,multi-select-combo-box,time-picker
    • Set aria-selected on selected item, not the focused one (#5402) (#5408)
  • grid-pro
    • Use correct selector for highlight-read-only-cells theme (#5396) (#5398)
    • Do not update the whole row when removing grid-pro editor (#5355) (#5356)
  • grid-pro,grid
    • Allow undefined in activeItem and corresponding event (#5419) (#5421)
  • select
    • Align select placeholder color with other components (#5345) (#5350)

🔬 Tests

  • board,context-menu,custom-field,date-picker,field-highlighter,horizontal-layout,upload,vertical-layout
  • crud,grid-pro,grid
    • Share a test helper between grid, grid-pro and crud (#5364) (#5375)