Skip to content

v24.3.0-alpha3

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 13 Oct 07:13
· 1558 commits to main since this release

API Documentation →

Changes Since v24.3.0-alpha2

🚀 New Features

  • avatar-group
    • Add className property for adding CSS classes to items (#6622)
  • component-base,grid
    • Add getItemContext method to DataProviderController (#6613)
  • context-menu
    • Add className property for adding CSS classes to items (#5380)
  • grid
    • Grid column header and footer part names (#6629)
  • menu-bar
    • Add className property for adding CSS classes to menu-bar items (#6633)
  • message-list
    • Add className property for adding CSS classes to messages (#6628)
  • select
    • Add className property for adding CSS classes to items (#6617)
  • time-picker
    • Add unparsable-change event (#6604)

🐛 Bug Fixes

  • combo-box
    • Make sure unhidden combo-box items get re-rendered (#6638)
  • field-base
    • Set initial value using property to ensure change is fired (#6606)
  • grid
    • Do not override custom header footer part names (#6632)
    • Defer grid cell-focus event with lazy data provider (#6618)
    • Make auto-width and text-align usable in custom slot (#6602)
  • login
    • Use correct hidden attribute syntax in Lit version (#6631)

💅 Polish

  • accordion
    • Extract panel and heading styles to css literals (#6611)
  • grid
    • Extract grid utility columns logic to separate mixins (#6610)
    • Extract grid tree toggle logic to a separate mixin (#6605)

🔬 Tests

  • message-list
    • Add missing typings tests for message and message-list (#6627)