Skip to content

v24.6.0-alpha5

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 04 Nov 08:46
· 321 commits to main since this release

API Documentation →

Changes Since v24.6.0-alpha4

🚀 New Features

  • dialog
    • Add top and left to Dialog resize event detail (#8064)
    • Add "dragged" event in Dialog (#8047)
    • Add API do define Dialog size programmatically (#8030)
  • upload

🐛 Bug Fixes

  • dashboard
    • Remove null from dashboard section item title type (#8078)
  • grid,virtual-list
    • Exclude items from drag image for large scrollers (#8028)
  • login
    • Exclude unchecked checkboxes from login form submissions (#8068)
  • tabsheet
    • Import src version of vaadin-tabs in tabsheet (#8063)

💅 Polish

  • date-time-picker,time-picker
    • Extract time-picker logic into reusable mixin (#8079)
    • Extract time-picker validateTime helper to avoid duplication (#8076)
    • Extract time-picker formatTime and parseTime helpers (#8073)
  • notification
    • Extract notification logic into reusable mixin (#8083)
  • text-field
    • Remove duplicate property declarations from text-field (#8072)
  • time-picker
    • Update time-picker observer to not use Polymer syntax (#8077)

🚧 Experiments

  • accordion
    • Prepare LitElement based accordion for publishing (#8036)
  • avatar
    • Prepare LitElement based avatar for publishing (#8038)
  • checkbox-group
    • Prepare LitElement based checkbox-group for publishing (#8040)
  • combo-box
    • Prepare LitElement based combo-box for publishing (#8041)
  • context-menu
    • Prepare LitElement based context-menu for publishing (#8042)
  • custom-field
    • Prepare LitElement based custom-field for publishing (#8043)
  • details
    • Prepare LitElement based details for publishing (#8045)
  • email-field
    • Prepare LitElement based email-field for publishing (#8046)
  • horizontal-layout
    • Add Lit based version of vaadin-horizontal-layout (#8075)
  • integer-field
    • Prepare LitElement based integer-field for publishing (#8066)
  • item
    • Prepare LitElement based item for publishing (#8048)
  • list-box
    • Prepare LitElement based list-box for publishing (#8049)
  • menu-bar
    • Prepare LitElement based menu-bar for publishing (#8050)
  • notification
    • Add LitElement based version of vaadin-notification (#8084)
  • number-field
    • Prepare LitElement based number-field for publishing (#8051)
  • progress-bar
    • Prepare LitElement based progress-bar for publishing (#8052)
  • radio-group
    • Prepare LitElement based radio-group for publishing (#8055)
  • scroller
    • Prepare LitElement based scroller for publishing (#8058)
  • split-layout
    • Prepare LitElement based split-layout for publishing (#8059)
  • tabs
    • Prepare LitElement based tabs for publishing (#8060)
  • tabsheet
    • Add Lit based version of vaadin-tabsheet (#7945)
  • text-area
    • Prepare LitElement based text-area for publishing (#8061)
  • time-picker
    • Add LitElement based version of vaadin-time-picker (#8080)
  • upload
    • Prepare LitElement based upload for publishing (#8062)
  • vertical-layout
    • Add Lit based version of vaadin-vertical-layout (#8074)

📝 Documentation

  • upload
    • Update default values in upload i18n (#8037)

🏠 Internal

  • combo-box
    • Move Lit from combo-box devDependencies to dependencies (#8044)
  • time-picker
    • Add missing Lit and dedupe-mixin dependencies to time-picker (#8082)