Skip to content

v7.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Dec 21:38
· 170 commits to master since this release

7.0.3 (2023-12-16)

⚠️ BREAKING CHANGES

Bug Fixes

  • regression externalResouces should work globally, fix #1329 (72fb260), closes #1320
  • read external resource when required (6e9af2a), closes #1320
  • deps: update all Slickgrid-Universal dependencies (fdc5fa8)

Quick Info

This new release is merging SlickGrid into the project and is dropping the previous external 6pac/slickgrid dependency. The aim of this release is to be standalone, improve best practices & move towards CSP compliance while also making the project leaner. Merging SlickGrid into the projects has a few benefits, the biggest are (easier to troubleshoot, drop unused code, deduplicate code like DOM utils, decrease external dependencies usage and finally a small decrease in build size).

Another great feature in conjunction with this release is a new Documentation website powered by GitBook. This should be more pleasing to read and also easier to receive documentation changes (note that because of the changes from Wiki to GitBook, some of the links might be invalid and if you find any then please submit a PR).

Read the Migration to 7.0 for all the changes


Installation

Please remember that all packages of @slickgrid-universal (v4.0.3) and Angular-Slickgrid (v7.0.3) 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.

  1. review the Slickgrid-Universal changelog
  2. and the Angular-Slickgrid changelog (above)