5.12.1 (2025-01-25)
Bug Fixes
- add missing slick-filter class (a82535e) - by @ghiscoding
- core: using SlickGrid
setOptions()
was overriding object prop (#1821) (0c5210f) - by @ghiscoding - Header Menu was offset when header/footer slots provided (#1812) (320db40) - by @ghiscoding
- inherit color for icon colors on Default Theme (a528da3) - by @ghiscoding
- resizer: add
autoResize.autoHeight
to resize by dataset length (#1820) (f278140) - by @ghiscoding - RowSpan should work with Excel Export and merge cells (#1819) (8b0d4a3) - by @ghiscoding
- styling: slick filters should always be full width in flex (8f4c35d) - by @ghiscoding
- vue: prefer
Ref<Column[]>
to avoid template type mismatch (#1816) (0351a18) - by @ghiscoding - vue: remove column definition defineModel type (#1815) (475baf7) - by @ghiscoding
- vue: show how to use Vue Component in a Formatter (#1817) (5533913) - by @ghiscoding