Skip to content

v24.7.0-alpha2

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 18 Dec 09:16
· 11 commits to main since this release

API Documentation →

Changes Since v24.7.0-alpha1

🚀 New Features

  • virtual-list

🐛 Bug Fixes

  • avatar
    • Only set avatar img src attribute if property is defined (#8329)
  • component-base,date-picker,field-base,grid,item,select
    • Do not re-render when setting sync property to the same value (#8223)
  • confirm-dialog
    • Add missing aria-label attribute to Lit confirm-dialog (#8330)
  • custom-field
    • Add missing inputs-wrapper part to Lit based custom-field (#8331)
  • dashboard
    • Add missing section type to dashboard events (#8325)
  • grid
    • Use correct binding for boolean attributes in Lit grid (#8334)
  • grid,virtual-list
    • Hide scroller completely when dragging large grids (#8351)
  • popover
    • Ignore target set while popover is detached until re-attached (#8350)

💅 Polish

  • app-layout
    • Extract app-layout logic into reusable mixin (#8341)
    • Extract app-layout styles into reusable CSS literal (#8339)
  • combo-box,component-base,confirm-dialog,date-picker,date-time-picker,dialog,field-base,grid,login,menu-bar,message-input,multi-select-combo-box,notification,popover,rich-text-editor,select,upload
    • Force Lit to perform first render synchronously (#8290)
  • crud
    • Fix crud grid hide edit column usage (#8338)
  • custom-field,field-base
    • Make required and invalid properties use sync update (#8332)
  • form-layout
    • Extract form-layout logic into reusable mixins (#8342)
    • Extract form-layout styles into reusable CSS literal (#8340)
  • login
    • Use correct property bindings in Lit based login form (#8335)
  • notification
    • Use ifDefined directive for notification theme attribute (#8337)

🚧 Experiments

  • app-layout
    • Add LitElement based version of app-layout (#8344)
  • form-layout
    • Add LitElement based version of vaadin-form-layout (#8343)

📝 Documentation

  • virtual-list
    • Improve virtual list item accessible name generator docs (#8356)

🏠 Internal

  • date-picker,horizontal-layout,icon,vertical-layout
    • Fix year in license headers (#8345)
  • Other
    • Bump nanoid from 3.3.7 to 3.3.8 (#8324)