Skip to content

v23.3.26

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 03 Nov 10:17
· 32 commits to 23.3 since this release

API Documentation →

Changes Since v23.3.25

🐛 Bug Fixes

  • combo-box
    • Make sure unhidden combo-box items get re-rendered (#6638) (#6641)
  • field-base
    • Set initial value using property to ensure change is fired (#6606) (#6609)
  • grid
    • Update grid header and footer on column tree change (#6648) (#6657)
    • Defer grid cell-focus event with lazy data provider (#6618) (#6626)
    • Make auto-width and text-align usable in custom slot (#6602) (CP: 23.3) (#6623)

💅 Polish

  • select
    • Use KeyboardMixin to handle select keydown events (#6619)