Skip to content

v7.0.3 - Aurelia 2 (official release)

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 04:06
· 366 commits to master since this release

7.0.3 (2023-12-19)

Official Aurelia 2 Support

For real this time, starting with v7.0.3, Aurelia-Slickgrid is now working with Aurelia 2 🚀
A huge thanks to @MaximBalaganskiy he is the main player in getting this possible 👏🏻 🥇

⚠️ BREAKING CHANGES
Aurelia 2 is now required

Quick Info

The biggest change to this release is Aurelia 2 new minimum requirement

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

BREAKING CHANGES

  • migrate to Slickgrid-Universal v4.0 and Aurelia 2, fixes #709

Bug Fixes

  • spreading 2 grids options causes duplicate ext resources (#1126) (00a0be2)
  • add missing types in pkg and fix cjs/esm exports (17eb5e8)

Installation

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