Skip to content

v24.3.11

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 12 Apr 12:16
· 58 commits to 24.3 since this release

API Documentation →

Changes Since v24.3.10

🐛 Bug Fixes

  • combo-box
    • Postpone virtualizer creation until overlay is opened (#7277) (#7321)
  • component-base
    • Calculate vidxOffset correctly when clientHeight != offsetHeight (#7268) (#7272)
  • context-menu,menu-bar
    • Do not measure overlay boundaries when menu is closed (#7311) (#7315)
  • crud
    • Set role attribute on the CRUD edit dialog overlay (#7310) (#7319)
  • date-picker
  • grid
    • Do not move focus when focused in on grid via clicking (#7323) (#7327)
    • Check if sizer cells are assigned for lazy column rendering (#7292) (#7309)
    • Update grid filter to use input event instead of value-changed (#7275) (#7283)
    • Handle focus button mode columns for reordering (#7273) (#7282)
    • Only create focus button mode div for body cells (#7274) (#7276)
  • grid-pro
  • menu-bar
    • Hide menu-bar tooltip on overlay mouseleave to outside (#7322) (#7326)
    • Postpone menu-bar initial render to prevent re-layout (#7312) (#7320)
  • overlay
    • Only clear overlay root when assigning a renderer if needed (#7313) (#7314)
    • Listen to document scroll in addition to the visual viewport (#7298) (#7299)
    • Update position on visual viewport scroll and resize (#7279) (#7297)
  • select
    • Show placeholder item when an empty item is selected (#7303) (#7304)
    • Make Lumo font custom properties work for vaadin-select (#7296) (#7300)
    • Close select overlay when clicking already selected item (#7288) (#7290)

🔬 Tests

  • date-picker
    • Use formatter from date picker in value commit tests (#7306) (#7307)