Skip to content

v24.2.6

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 22 Dec 08:20
· 17 commits to 24.2 since this release

API Documentation →

Changes Since v24.2.5

🐛 Bug Fixes

  • checkbox
    • Add missing change event type to vaadin-checkbox (#6960) (#6963)
  • crud
    • Add missing export for CrudEdit component class (#6930) (#6934)
  • date-picker
    • Stop propagation of click events on overlay (#6987) (#6992)
  • details
    • Add missing export for DetailsSummary component class (#6929) (#6932)
  • overlay
    • Focus overlay on mouseup when focus moves to body (#6887) (#6916)
  • side-nav
    • Add missing a11y-base dependency to side-nav (#6945)
  • split-layout
  • tabsheet
    • Update vaadin-tabsheet type to extend HTMLElement (#6939) (#6941)
  • upload
    • Add missing held property to UploadFile type (#6958) (#6959)

💅 Polish

  • multi-select-combo-box
  • side-nav
    • Remove unused ifDefined import from side-nav (#6953) (#6954)

📝 Documentation

  • grid
    • Fix incorrect type name in deprecation notice (#6988) (#6990)
  • item
    • Add label property JSDoc annotation to vaadin-item (#6919) (#6921)