Skip to content

v24.6.8

Choose a tag to compare

@vaadin-bot vaadin-bot released this 14 Apr 06:28
· 19 commits to 24.6 since this release

API Documentation →

Changes Since v24.6.7

🐛 Bug Fixes

  • checkbox,radio-group
    • Ensure input in checkbox and radio-button has opacity: 0 (#8882) (#8888)
  • component-base
    • Use array instead of object in slotStyles by default (#8890) (#8892)
  • component-base,grid,virtual-list
    • Add hostConnected to virtualizer, use it in virtual-list and grid (#8896) (#8906)
  • dialog
    • Only set has-bounds-set attribute on dialog resize (#8830) (#8834)
  • grid
    • Defer scrollToIndex calls until columnTree is available (#8856) (#8864)
  • popover
    • Close popover immediately on mouseleave while opening (#8815) (#8818)
    • Do not prevent closing on backdrop click (#8803) (#8806)
  • upload
    • Use data transfer files if items contain no folders (#8918) (#8922)

🔬 Tests

  • app-layout,avatar-group,checkbox-group,checkbox,confirm-dialog,context-menu,cookie-consent,crud,date-picker,dialog,field-highlighter,grid-pro,grid,icons,item,list-box,login,menu-bar,notification,overlay,popover,radio-group,rich-text-editor,select,tooltip,upload,vaadin-material-styles,vertical-layout
    • Update Chrome version in Material visual tests to 130 (#8415) (#8845)
  • checkbox-group,combo-box,custom-field,date-picker,date-time-picker,multi-select-combo-box,number-field,radio-group,select,text-area,text-field,time-picker
    • Disable error-message animation in Material visual tests (#8396) (#8842)
  • date-time-picker
    • Correctly apply CSS in date-time-picker visual test (#8581) (#8846)
  • time-picker
    • Use fixed overlay height in time-picker visual tests (#8408) (#8843)

🏠 Internal

  • Other
    • Upgrade web-test-runner dependency versions (#8835) (#8841)