Skip to content

v24.4.0-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 18 Dec 12:46
· 706 commits to main since this release

API Documentation →

Changes Since v24.3.0

💥 Breaking Changes

  • grid
    • Exclude hidden columns from sorting (#6927)

🐛 Bug Fixes

  • checkbox
    • Add missing change event type to vaadin-checkbox (#6960)
  • component-base
    • Align controller-mixin API visibility (#6951)
  • component-base,grid
    • Ignore data from re-invoked callbacks (#6968)
  • split-layout
    • Allow defining slots in split-layout (#6938)
  • upload
    • Add missing held property to UploadFile type (#6958)

💅 Polish

  • accordion
    • Extract accordion and accordion-panel mixins (#6975)
  • combo-box,multi-select-combo-box
    • Set initially focused index based on _dropdownItems (#6979)
  • component-base
    • Make stateTarget property in typings as protected (#6964)
  • crud
    • Mark _fields property in typings as protected (#6965)
  • multi-select-combo-box
  • side-nav
    • Remove unused ifDefined import from side-nav (#6953)
  • tabsheet

🚧 Experiments

  • accordion
    • Add LitElement based version of vaadin-accordion (#6976)

🔬 Tests

  • component-base
    • Use relative imports in SlotStylesMixin tests (#6955)