v6.0.0 - jQuery removal
6.0.0 (2023-05-29)
New major official 6.0 release which removes jQuery requirement entirely ππβ
Note Also note that Bootstrap 4.0 still requires jQuery, so you might want to upgrade to Bootstrap 5 if you have not done that yet.
Quick Summary - SlickGrid is now native
Here is our new major (breaking change) version v6.0.0
release, it uses the new Slickgrid-Universal v3.0.0 which dropped jQuery requirement. Also in order to completely remove jQuery, it not only required SlickGrid to be jQuery free but also required us to rewrite the multiple-select 3rd party lib (jQuery based) into a brand new multiple-select-vanilla
lib which is now native and has zero dependencies. Now the entire Angular-Slickgrid / Slickgrid-Universal no longer require jQuery (you can still use jQuery but it's now totally optional) and is now using native browser code, this should lower your build size and also improve the grid performance as well.
Follow the Migration 6.x Guide
β BREAKING CHANGES
- drop jQuery requirement & use ms-select-vanilla dependency (#1150)
Installation
Please remember that all packages of @slickgrid-universal
(v3.0.0
) and Angular-Slickgrid
(v6.0.0
) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki
please remember that Slickgrid-Universal monorepo now contains the biggest portion of the code (~90%), so most of the commits are now happening on that side.
- review the Slickgrid-Universal changelog
- and the Angular-Slickgrid changelog (above)