Skip to content

v9.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Aug 16:28
· 45 commits to master since this release

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 by color-...
    • e.g. from text-color-secondary to color-secondary
  • mdi-...px ➝ replaced by font-...px
    • e.g. from mdi-22px to font-22px

Features

Bug Fixes

Performance Improvements