v9.0.0 - ESM-Only & make Slickgrid-Universal central
9.0.0 (2025-05-10)
New Major 9.0 Release
Note
Make sure to follow the Migration Guide for each framework or native JS (aka vanilla). Also note that every framework wrappers and vanilla native code are now all using the same version number which is now v9.0
This new release is now publishing ESM-Only builds and moves every supported framework wrappers directly under Slickgrid-Universal which is much easier to maintain. There are other breaking changes which are all detailed in each dedicated Migration Guide, so please make sure to use the correct framework migration link as detailed below.
- Angular-Slickgrid Migration Guide v9.0 - now requires: Angular v19+
- Aurelia-Slickgrid Migration Guide v9.0 - now requires: Aurelia 2 Beta 23 and above
- Slickgrid-React Migration Guide v9.0 - now requires: React v19+
- Slickgrid-Vue Migration Guide v9.0 - now requires: Vue v3.5+
- Native / Vanilla Migration Guide v9.0
If you want to see the full and in-depth list of changes that prompted this new major release, you can take a look at the Roadmap to 9.0 Discussion.
Also note that if you were coming from a framework wrapper (Angular-Slickgrid, Slickgrid-React, ...), then please consider starring ⭐ the Slickgrid-Universal project, since it is now the official roof for everything. Any new changes, bug fixes and anything else will simply all happen in here and only here, it's now the central place for everything (1 ring to rule them all)...🚀🌟
⚠ BREAKING CHANGES
- remove Arrow pointer from Custom Tooltip (#1964)
- prepare next major release v9.0 (#1947)
- see Roadmap to 9.0 Discussion for the full list of changes
Features
- prepare next major release v9.0 (#1947) (0bbc398) - by @ghiscoding
Bug Fixes
- autoHeight should add preHeader height when enabled (#1960) (cbe2f32) - by @ghiscoding
- deps: update all non-major dependencies (#1952) (65b89aa) - by @renovate-bot
- deps: update vuejs dependencies (#1967) (42d8cb1) - by @renovate-bot
- incorrect grid container box size calculation border not showing (#1961) (237ae51) - by @ghiscoding
- remove Arrow pointer from Custom Tooltip (#1964) (018169d) - by @ghiscoding
- Row Detail open/close multiple times should always re-render (#1959) (8b1437c) - by @ghiscoding