Skip to content

Releases: ghiscoding/slickgrid-universal

v9.8.0

23 Aug 18:11
Compare
Choose a tag to compare

9.8.0 (2025-08-23)

This new release is now using a new Excel Export Streaming API, which I added in excel-builder-vanilla library that I also support. This new API will help lower memory usage with large datasets but might not necessarily decrease export time (sadly) but it's nonetheless a step in the right direction.

Features

Bug Fixes

v9.7.0

12 Aug 16:28
Compare
Choose a tag to compare

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

v9.6.1

27 Jul 04:44
Compare
Choose a tag to compare

9.6.1 (2025-07-27)

Bug Fixes

v9.6.0

27 Jul 02:46
Compare
Choose a tag to compare

9.6.0 (2025-07-27)

Features

Bug Fixes

Performance Improvements

v9.5.0

19 Jul 17:15
Compare
Choose a tag to compare

9.5.0 (2025-07-19)

Features

Bug Fixes

v9.4.0

12 Jul 15:37
Compare
Choose a tag to compare

9.4.0 (2025-07-12)

Features

Bug Fixes

v9.3.0

05 Jul 17:11
Compare
Choose a tag to compare

9.3.0 (2025-07-05)

This release brings back Salesforce LWC support, most of the fixes were towards that goal but there are other fixes as well. Some patches were also applied to the external Vanilla Calendar to fix an issue with min/max dates. The project is now pretty much complete, I don't really have anything else planned since I think I have achieved nearly everything I wanted to.

Please make sure to star ⭐ the project if you like it and find it useful. Slickgrid-Universal is now the central and unique location for everything related to SlickGrid

Features

Bug Fixes

v9.2.0

14 Jun 21:00
Compare
Choose a tag to compare

9.2.0 (2025-06-14)

Add ms-select closeOnTab and have it work with Tab to focus on next editable cell.

Also if you use and like this project or any of its framework wrappers, please make sure to ⭐ star it. Slickgrid-Universal is now the central location for everything related to SlickGrid, also note that all previous wrappers repos were archived and only Slickgrid-Universal remains 🚀

Features

Bug Fixes

v9.1.0

31 May 15:38
Compare
Choose a tag to compare

9.1.0 (2025-05-31)

Features

Bug Fixes

v9.0.3

16 May 05:45
Compare
Choose a tag to compare

9.0.3 (2025-05-16)

Bug Fixes