Skip to content

v24.2.0-alpha7

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 02 Aug 11:39
· 1286 commits to main since this release

API Documentation →

Changes Since v24.2.0-alpha6

🚀 New Features

  • accordion
    • Add root level entrypoint for vaadin-accordion-heading (#6280)
  • component-base
    • Add option to enforce synchronous Lit property update (#6259)
  • details
    • Add root level entrypoint for vaadin-details-summary (#6279)

🐛 Bug Fixes

  • a11y-base,date-picker,field-base,select
    • Prevent duplicate validation on programmatic blur (#6261)
  • component-base
    • Ensure ready() is not affected by setting sync property (#6266)

💅 Polish

  • date-picker
    • Cleanup unused date-picker imports and variables (#6277)
    • Extract date-picker styles to reusable css literals (#6268)
    • Update month calendar to not use sub-properties (#6269)
    • Update observers to not use i18n object sub-property (#6267)
    • Update date-picker infinite scroller to not use Polymer (#6264)

🚧 Experiments

  • date-picker
    • Add LitElement version of date-picker overlay (#6278)
    • Add LitElement version of vaadin-date-picker (#6276)
    • Add Lit version of date-picker overlay content (#6273)
  • date-picker,date-time-picker
    • Add Lit version of date-picker month calendar (#6275)

🔬 Tests

  • custom-field,email-field,password-field
    • Extract validation tests into individual file (#6263)
  • date-picker
    • Update date-picker tests to support async overlay (#6270)
    • Update date-picker unit tests, add missing await (#6265)
    • Skip flaky date-picker has-input-value-changed event test (#6262)