Skip to content

v24.5.2

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 04 Nov 08:33
· 8 commits to 24.5 since this release

API Documentation →

Changes Since v24.5.1

🐛 Bug Fixes

  • custom-field
    • Prevent possible errors when inputs property is not set (#8012) (#8020)
    • Clear input values when setting value property to null (#8017) (#8018)
  • date-picker,date-time-picker
    • Use non timezone-aware date APIs in date time picker (#8021) (#8026)
  • grid,virtual-list
    • Exclude items from drag image for large scrollers (#8028) (#8053)
  • login
    • Exclude unchecked checkboxes from login form submissions (#8068) (#8070)
  • tabsheet
    • Import src version of vaadin-tabs in tabsheet (#8063) (#8065)

📝 Documentation

  • upload