Skip to content

v23.3.3

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 09 Jan 08:51
· 140 commits to 23.3 since this release

API Documentation →

Changes Since v23.3.2

💥 Behavior Altering Fixes

  • integer-field,number-field
    • Revalidate number fields after bad input is removed (#5138) (#5208)

🐛 Bug Fixes

  • combo-box,time-picker
    • Set aria-setsize attribute on items instead of the scroller (#5254) (#5255)
  • component-base
    • Handle large item height differences in virtualizer (#5135) (#5201)
  • context-menu
    • Do not throw on requestContentUpdate before attach (#5223) (#5224)
  • field-base,login
    • Propagate autocapitalize attribute in Chrome (#5175) (#5176)

📝 Documentation

  • combo-box
    • Use fetch in combo-box dataProvider example (#5217) (#5218)
  • field-base
    • Remove incorrect usage of DisabledMixin types (#5179) (#5183)
  • message-input
    • Add missing JSDoc annotation for the submit event (#5259) (#5260)
  • vaadin-lumo-styles,vaadin-material-styles
    • Add private JSDoc annotation to theme classes (#5203) (#5204)

🔬 Tests

  • avatar-group
    • Add missing avatar-group overlay snapshot tests (#5244) (#5248)
    • Add missing typings tests to vaadin-avatar-group (#5243) (#5246)
  • context-menu
    • Improve context-menu Lit renderer tests formatting (#5226) (#5228)
  • menu-bar
    • Add missing snapshot tests to vaadin-menu-bar (#5235) (#5236)
  • time-picker
    • Update and fix vaadin-time-picker snapshot tests (#5239) (#5241)