Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 2575e60

Browse files
committed
chore(docs): update readme for new 4.0.0 version
1 parent f6fa1de commit 2575e60

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ One of the best javascript datagrid [SlickGrid](https://github.com/mleibman/Slic
2020
[Angular-Slickgrid on NPM](https://www.npmjs.com/package/angular-slickgrid)
2121

2222
### Demo page
23-
`Angular-Slickgrid` works with `Bootstrap 4` and even latest `Bootstrap 5` version, you can see a demo of each one below. There are also 2 new styling Themes, Material & Salesforce are also available and you could also use SVG icons if so take a look at the [Wiki - SVG Icons](https://github.com/ghiscoding/Angular-Slickgrid/wiki/SVG-Icons)
23+
`Angular-Slickgrid` works with all `Bootstrap` versions, you can see a demo of each one below. There are also 2 new styling Themes, Material & Salesforce which are also available. You can also use different SVG icons, you may want to look at the [Wiki - SVG Icons](https://github.com/ghiscoding/Angular-Slickgrid/wiki/SVG-Icons)
2424
- [Bootstrap 5 demo](https://ghiscoding.github.io/Angular-Slickgrid) / [examples repo](https://github.com/ghiscoding/angular-slickgrid-demos/tree/master/bootstrap5-demo-with-translate)
2525
- [Bootstrap 4 demo](https://ghiscoding.github.io/angular-slickgrid-demos) / [examples repo](https://github.com/ghiscoding/angular-slickgrid-demos/tree/master/bootstrap4-demo-with-translate)
2626

@@ -54,10 +54,12 @@ Check out the [Releases](https://github.com/ghiscoding/Angular-Slickgrid/release
5454
## Angular Compatibility
5555
- version `1.x.x` for Angular 4 to 6
5656
- version `2.x.x` for Angular 7+
57-
- version `3.x.x` for Angular 12+ and RxJS 7+
57+
- version `3.x.x` for Angular 12+ and RxJS 7+ ([migration guide to 3.x](https://github.com/ghiscoding/Angular-Slickgrid/wiki/Migration-to-3.x))
5858
- build `target` got bumped to `ES2018` for modern browser **only**
5959
- IE11 is reaching EOL by year end and is **no longer supported**, if you still need to support it then stick with version 2.x
6060
- uses [Slickgrid-Universal](https://github.com/ghiscoding/slickgrid-universal) monorepo
61+
- version `4.x.x` for Angular 13+ and RxJS 7+ (**Ivy only**, [migration guide to 4.x](https://github.com/ghiscoding/Angular-Slickgrid/wiki/Migration-to-4.x))
62+
- for Ivy build only (no more UMD bundle), IE is definitely out of the picture
6163

6264
For Angular 12+ see the instructions below - [Angular 12 with WebPack 5 - polyfill issue](https://github.com/ghiscoding/Angular-Slickgrid#angular-12-with-webpack-5---how-to-fix-polyfill-error)
6365

@@ -67,10 +69,10 @@ If you are facing any issues with `ngx-translate` library while building your An
6769

6870
| Angular Version | @ngx-translate/core |
6971
|-----------------|---------------------|
70-
| 10+ | 13.x+ |
71-
| 9 | 12.x+ |
72-
| 8 | 12.x+ |
73-
| 7 | 11.x+ |
72+
| 13+ (Ivy only) | 14.x+ |
73+
| 10-13 | 13.x+ |
74+
| 8-9 | 12.x+ |
75+
| 7 | 11.x+ |
7476

7577
### Build Warnings (Angular 8+)
7678
You might get warnings about SlickGrid while doing a production build, most of them are fine and the best way to fix them, is to simply remove/ignore the warnings, all you have to do is to add a file named `ngcc.config.js` in your project root (same location as the `angular.json` file) with the following content (you can also see this [commit](https://github.com/ghiscoding/angular-slickgrid-demos/commit/1fe8092bcd2e99ede5ab048f4a7ebe6254e4bee0) which fixes the Angular-Slickgrid-Demos prod build):

0 commit comments

Comments
 (0)