Skip to content

v9.11.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Nov 19:19
· 58 commits to master since this release

9.11.0 (2025-11-24)

Full Events Typing - React / Vue and now Angular too

This new release brings full type support for all the SlickGrid/DataView/Slickrid-Universal/... events 🚀

React / Vue

For React and Vue, we already had some types available, but many of them were typed as any, there were also a few small typing errors here and there. However with this release all events are now fully typed.

Angular - Strict Templates 👮🏻‍♂️

I wanted to do this for a long time... and now it's finally available, this release brings all event types in Angular-Slickgrid, which in terms, is allowing us to enable Strict Templates. The fact that we now have proper typing with intellisense in View templates is just awesome 🎉

"angularCompilerOptions": {
  "strictTemplates": true
}

If the project is useful to you, please give it a ⭐
Also a side reminder that all frameworks are now under the Slickgrid-Universal umbrella, so please consider starring it, thanks!
Cheers


Features

Bug Fixes