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
- add
useArrowToSlideto Slider Editor (#2238) (a11678b) - by @ghiscoding - add new
autoEditByKeypressto open editor by typing a char, fix #2185 (#2236) (7e3b6e3) - by @ghiscoding - add new Cell/Row override to Hybrid Selection Model (#2229) (1471ebb) - by @ghiscoding
- angular: add all event Types to support Strict Templates (#2243) (3330525) - by @ghiscoding
Bug Fixes
- add full event Types to Slickgrid-React/Vue (4766128) - by @ghiscoding
- add missing .js extension which could fail in WebPack (6a13020) - by @ghiscoding
- Calendar picker focus should be on selected date/month when opening (#2239) (fde21b1) - by @ghiscoding
- deps: update all non-major dependencies (#2225) (095de1b) - by @renovate-bot
- editors: clicking outside multiple select (body) call onCellChanged (#2234) (deb2a13) - by @ghiscoding
- formatting blank date with Tempo shouldn't throw (#2224) (284121c) - by @ghiscoding
- only show Cell Selection drag handle w/using mixed/cell selection (#2242) (8a709e7) - by @ghiscoding
- text selection in grid cells (#2231) (8794deb) - by @ghiscoding
- unable to drag row when the cell formatter renders html elements (#2240) (36e9579) - by @ghiscoding