Skip to content

Versions Compatibility Table

Ghislain B. edited this page Sep 14, 2024 · 73 revisions

Aurelia-Slickgrid and Slickgrid-Universal

Whenever you want to update your Aurelia-Slickgrid, you should also always update all your Slickgrid-Universal packages (if any) at the same time as your Aurelia-Slickgrid and it should be all good. If you have problem with older versions, take a look at the list of compatible versions below.

Why do Aurelia-Slickgrid and Slickgrid-Universal versions have to go hand in hand?

I believe the biggest reason is because Aurelia-Slickgrid extends (GridOption) interface from Slickgrid-Universal and TypeScript seems to be detecting invalid types and throwing a bunch of errors when they're not updated the same day, I never figured out why or how to fix this problem (if you know please provide a PR).

Aurelia-Slickgrid Aurelia Slickgrid-Universal Migration Guide Release Date
8.7.0 Aurelia 2.beta.21 5.7.0
8.5.2 Aurelia 2.beta.21 5.5.2
8.4.0 Aurelia 2.beta.20 5.4.0
8.3.2 Aurelia 2.beta.19 5.3.4
8.2.0 Aurelia 2.beta.19 5.2.0
8.1.0 Aurelia 2.beta.18 5.1.0
8.0.0 Aurelia 2.beta.16 5.0.0 Migration Guide to 8.x 2024-05-09
7.7.0 Aurelia 2.beta.15 4.7.0
7.6.1 Aurelia 2.beta.14 4.6.1
7.5.0 4.5.0
7.4.1 4.4.1
7.3.0 4.3.0
7.2.1 4.2.0
7.1.0 4.1.0
7.0.2 Aurelia 2 4.0.2 Migration Guide to 7.x 2023-12-19
6.6.5 3.7.2
6.6.2 3.6.0
6.5.1 3.5.1
6.4.0 3.4.2
6.3.1 3.3.2
6.1.0 3.1.0
6.0.1 3.0.1 Migration Guide to v6.x 2023-05-29
5.6.4 2.6.4
5.5.0 2.5.0
5.4.1 2.4.1
5.3.0 2.3.0
5.2.2 2.2.2
5.1.3 2.1.3
5.1.0 2.1.0
5.0.0 2.0.0 Migration Guide to v5.x 2022-10-18
4.3.0 1.4.0
4.2.4 1.3.7
4.1.3 1.2.6
4.0.0 1.1.1 Migration Guide to v4.x 2021-12-11
3.12.0 Aurelia 1 0.19.2 Migration Guide to v3.x 2020-12-20

Contents

Clone this wiki locally