v9.7.0
9.7.0 (2025-08-12)
Tree Data Lazy Loading (new)
We now have a new Tree Data Lazy Loading (only works with a hierarchical dataset) with a new live Example 35 (or Example 46 if you're using any of the framework wrappers).
CSS Styling Deprecations
There's also some new CSS styling deprecations but only if you're using any of the text-color-...
and/or mdi-...px
. Also, as usual you should expect these deprecations to be removed in the next major (at the moment both old/new approaches are still working). Take a look at the Available Slickgrid Icons for a full list of icons and CSS utilities.
text-color-...
➝ replaced bycolor-...
- e.g. from
text-color-secondary
tocolor-secondary
- e.g. from
mdi-...px
➝ replaced byfont-...px
- e.g. from
mdi-22px
tofont-22px
- e.g. from
Features
- add Grouping to Grid State (#2101) (df23257) - by @ghiscoding
- add Tree Data Lazy Loading option (#2090) (ae7bde8) - by @ghiscoding
Bug Fixes
initiallyCollapsed
should work with hierarchical tree dataset (#2083) (e676246) - by @ghiscoding- deprecate
mdi-...px
(icon size) andtext-color-...
(#2089) (3b24a18) - by @ghiscoding - deps: update all non-major dependencies (#2102) (6c7559c) - by @renovate-bot
- htmlDecode should be able to decode everything (entities/tags) (#2100) (f6763e3) - by @ghiscoding
- htmlDecode should work with number entities
é
isé
(#2086) (757c327) - by @ghiscoding - regression with copy to clipboard with native API (#2088) (0871e97) - by @ghiscoding
- slider styling fixes (4e93f3b) - by @ghiscoding
- styling: icon with mdi-flip-h (or v) should work with mdi-spin (f1d3aa1) - by @ghiscoding
Performance Improvements
- improve perf of expand/collapse all tree data items (#2098) (45c6ead) - by @ghiscoding
- remove any unnecessary IE specific code (#2082) (df942aa) - by @ghiscoding