Skip to content

v24.2.4

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 27 Nov 11:49
· 34 commits to 24.2 since this release

API Documentation →

Changes Since v24.2.3

🐛 Bug Fixes

  • a11y-base
    • Support non-latin chars in list-mixin keyboard search (#6798) (#6799)
  • a11y-base,overlay
    • Focus the closest focusable on overlay mousedown (#6850) (#6853)
  • checkbox-group,checkbox,field-base,radio-group
  • checkbox-group,radio-group
  • combo-box,multi-select-combo-box
    • Ensure only selected items are shown when readonly (#6814) (#6820)
  • component-base,grid
    • Render virtualizer after size change (#6832) (#6833)
    • Update virtualizer scroller size before size change (#6795) (CP: 24.2) (#6796)
  • grid
    • Measure grid column auto-width from column cell (#6815) (#6818)
  • list-box
    • Do not reset selected items when disabled set to false (#6822) (#6828)
  • number-field
    • Do not change value on step buttons touch scroll (#6859) (#6861)
  • rich-text-editor
    • Add missing pre and code block Material styles (#6823) (#6825)
  • text-area

💅 Polish

  • side-nav
    • Do not use button in not collapsible side-nav (#6738) (#6788)