Skip to content

v24.3.0-alpha10

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 14 Nov 08:20
· 3129 commits to main since this release

API Documentation →

Changes Since v24.3.0-alpha9

🚀 New Features

  • multi-select-combo-box
    • Add auto-expand properties instead of allChipsVisible (#6775)

🐛 Bug Fixes

  • combo-box,multi-select-combo-box
    • Update overlay width when selected items change (#6757)
  • component-base
    • Check origin when matching paths for external URLs (#6764)
  • dialog
    • Force zero padding on no-padding theme variant (#6689)
  • grid
    • Update details row size manually after frame (#6742)
  • rich-text-editor
    • Update Quill to fix disappearing cursor in Safari 17 (#6748)
  • side-nav
    • Make link focusable when path is an empty string (#6767)

💅 Polish

  • button,vaadin-lumo-styles
    • Combine new vaadin-button padding properties (#6739)
  • grid-pro
    • Extract grid pro edit select logic to a separate mixin (#6760)
    • Extract grid edit column logic to a separate mixin (#6759)
    • Use items api in grid-pro edit select (#6747)
  • multi-select-combo-box
    • Rename groupSelectedItems to selectedItemsOnTop (#6754)
  • side-nav
    • Do not use button in not collapsible side-nav (#6738)

🚧 Experiments

  • button
    • Add imports for LitElement-based button (#6773)
  • checkbox
    • Add imports for LitElement-based checkbox (#6774)
  • grid-pro
    • Add imports for lit grid-pro (#6765)
    • Add LitElement based version of vaadin-grid-pro (#6762)

🔬 Tests

  • date-picker
    • Mitigate time-zone related date-picker test issues (#6779)
  • grid-pro
    • Split grid pro tests into common and import files (#6758)

🏠 Internal

  • grid-pro
    • Remove item and list box style imports from grid pro (#6763)