Skip to content

v24.2.0-alpha8

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 04 Aug 08:02
· 3402 commits to main since this release

API Documentation →

Changes Since v24.2.0-alpha7

🚀 New Features

  • checkbox-group,checkbox,combo-box,custom-field,date-picker,date-time-picker,email-field,field-base,integer-field,multi-select-combo-box,number-field,password-field,radio-group,select,text-area,text-field,time-picker
    • Add dirty state to field components (#6160)

💅 Polish

  • upload
    • Extract vaadin-upload logic into reusable mixin (#6296)
    • Remove no longer needed dom-repeat from upload (#6297)
    • Extract vaadin-upload-file-list logic to the mixin (#6283)
    • Extract upload-file logic to the mixin, add typings (#6281)

🚧 Experiments

  • custom-field
    • Add LitElement based version of vaadin-custom-field (#6246)
  • login
    • Add LitElement versions of login overlay and form (#6258)
  • upload
    • Add LitElement version of vaadin-upload (#6299)
    • Add LitElement version of vaadin-upload-file (#6285)

🔬 Tests

  • custom-field
    • Clean up validation tests, improve test coverage (#6284)
  • date-picker
    • Restore date-picker Lumo styles to fix date-tap test (#6295)