Skip to content

v24.4.0-alpha19

Pre-release
Pre-release
Compare
Choose a tag to compare
@web-padawan web-padawan released this 03 Apr 09:45
· 304 commits to main since this release

API Documentation →

Changes Since v24.4.0-alpha18

🐛 Bug Fixes

  • component-base
    • Calculate vidxOffset correctly when clientHeight != offsetHeight (#7268)
  • grid
    • Update grid filter to use input event instead of value-changed (#7275)
    • Only create focus button mode div for body cells (#7274)
  • grid-pro
    • Focus editor only after it is ready (#7235)
  • grid-pro,grid
    • Handle focus button mode columns for reordering (#7273)
  • select
    • Close select overlay when clicking already selected item (#7288)

💅 Polish

  • checkbox-group
    • Extract checkbox-group logic to reusable mixin (#7258)
    • Extract checkbox-group styles to reusable css literal (#7259)
  • combo-box
    • Remove obsolete check for filteredItems (#7266)
    • Drop obsolete scroller workaround (#7257)
  • combo-box,multi-select-combo-box
    • Use _shouldFetchData to prevent requests for readonly (#7262)
  • grid
    • Remove useless _filterValue property and related listeners (#7284)

🚧 Experiments

  • combo-box
    • Add LitElement based version of combo-box (#7042)