Skip to content

v23.2.0-alpha3

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 30 Jun 09:25

API Documentation →

Changes Since v23.2.0-alpha2

🚀 New Features

  • checkbox-group,combo-box,custom-field,date-picker,date-time-picker,email-field,field-base,integer-field,number-field,password-field,radio-group,select,text-area,text-field,time-picker
    • Fire a validated event on validation (#4084)
    • Add TS definitions for the validated event (#4101)
  • grid
    • Add property to control multi-sort priority (#4089)

🐛 Bug Fixes

  • avatar-group,avatar
    • Enable avatar size inheritance when in avatar group (#4058)
  • combo-box
    • Make size in dataProvider callback optional (#4100)
    • Set correct input value with allowCustomValue (#4082)
    • Prevent a filter reset on open after filtering when autoOpenDisabled (#4073)
    • Avoid extra request when opened on input (#4072)
  • date-picker
    • Ensure checkValidity returns false when date is invalid (#4080)
  • grid
    • Remove disconnected sorters with no parent (#4068)
  • multi-select-combo-box
    • Announce item label when removing chip with keyboard (#4105)
    • Do not un-select entered item with dataProvider (#4075)
  • select
    • Ensure checkValidity() returns the correct result (#4090)

💅 Polish

  • All components
    • Add more rules to ESLint config, fix warnings (#4112)
    • Add more rules to ESLint config, fix warnings (#4109)
  • board,charts,component-base,confirm-dialog,cookie-consent,crud,grid-pro,map,rich-text-editor
    • Remove license checker from Pro components (#4085)
  • combo-box
    • Add ValidateMixin to combo-box-light (#4092)
  • date-picker
    • Add ValidateMixin to date-picker-light (#4088)
  • field-base,number-field
    • Add methods to make setting invalid overridable (#4097)

📝 Documentation

  • avatar-group,combo-box,crud,grid
    • Fix incorrect JSDoc comments formatting (#4104)
  • combo-box,multi-select-combo-box
    • Add combo-box overlay width custom property (#4083)

🔬 Tests

  • combo-box
    • Wait for loading observer in combo-box tests (#4077)
    • Clean up combo-box test helpers (#4067)
  • grid-pro
    • Move keyboard navigation tests to separate file (#4113)
  • number-field
    • Extract validation tests, improve test coverage (#4093)
    • Replace some unit tests with snapshot tests (#4094)
  • select
    • Replace some select unit tests with snapshot tests (#4066)

🏠 Internal

  • Other
    • Upgrade to Polymer 3.5.1 (#4102)
    • Update combo-box dev page to use dataProvider (#4078)