Skip to content

v24.0.10

Choose a tag to compare

@vaadin-bot vaadin-bot released this 30 Jun 10:34
· 21 commits to 24.0 since this release

API Documentation →

Changes Since v24.0.9

💥 Behavior Altering Changes

  • combo-box,time-picker
    • Don't focus selected item on combo-box open (#6055) (CP: 24.0) (#6064)

🐛 Bug Fixes

  • component-base
    • Invoke setFocused only on events triggered by focusElement (#6060) (#6068)
  • component-base,field-base
    • Update aria-labelledby when restoring default label (#6085) (#6088)
  • email-field,field-base
  • grid
    • Manually restore scroll position for grid in Firefox (#6022) (#6026)

🔬 Tests