Skip to content

v24.5.5

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 06 Dec 08:15
· 10 commits to 24.5 since this release

API Documentation →

Changes Since v24.5.4

🐛 Bug Fixes

  • charts
  • context-menu,menu-bar
    • Do not stop click event propagation on menu-bar button (#8272) (#8282)
  • custom-field
  • date-picker
    • Use Math.round to get correct scroller first index (#8278) (#8283)
  • date-picker,grid
    • Force scroller update after revealing a date (#8217) (#8218)
  • form-layout
    • Observe internal layout to avoid problems with fixed height (#8268) (#8279)
  • grid-pro
    • Do not dispatch event on stopedit when editor loading (#8232) (#8240)
  • text-area

💅 Polish

  • menu-bar
    • Extract common sub-menu logic into reusable mixin (#8273) (#8274)
  • tooltip
    • Remove z-index override from tooltip overlay (#8211) (#8212)