Skip to content

v3.0.0 - jQuery removal

Compare
Choose a tag to compare
@ghiscoding ghiscoding released this 29 May 16:49
· 644 commits to master since this release

3.0.0 (2023-05-29)

New major official 3.0 release which removes jQuery requirement entirely 🚀🎉

Quick Summary - SlickGrid is now native

Here is our new major (breaking change) version v3.0.0 release, it uses the new SlickGrid v4.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 Slickgrid-Universal no longer requires 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 3.x Guide


⚠ BREAKING CHANGES

  • drop jQuery requirement & use multiple-select-vanilla dependency (#976)

Features

Bug Fixes