Skip to content

v23.2.0-beta3

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 24 Aug 11:40

API Documentation →

Changes Since v23.2.0-beta2

💅 Polish

  • combo-box,date-picker,field-base,multi-select-combo-box,time-picker
    • Add _hasValue getter to InputMixin (#4362)
  • component-base
    • Move isKeyboardActive to focus utils (#4367)
  • component-base,field-base,form-layout
    • Move DOM utils to component-base (#4364)
  • date-picker
    • Declare max and min properties as constraints (#4366)
  • date-time-picker
    • Validate on constraint change when field has value (#4388)
  • field-base
    • Validate on constraint change when field has value (#4359)
  • time-picker
    • Declare max and min properties as constraints (#4381)

🔬 Tests

  • email-field
    • Remove redundant unit tests (#4380)
  • field-base,text-area
    • Move some validation tests to field-base (#4378)
  • field-base,text-field
    • Move some validation tests to field-base (#4375)
  • multi-select-combo-box
    • Improve validation test coverage (#4363)
  • text-area
  • text-field