angular-slickgrid 3.2.0 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -117,7 +117,7 @@ This is no longer the case. Verify if you need this module and configure a polyf
|
|
|
117
117
|
```
|
|
118
118
|
|
|
119
119
|
### Fully Tested with [Jest](https://jestjs.io/) (Unit Tests) - [Cypress](https://www.cypress.io/) (E2E Tests)
|
|
120
|
-
Angular-Slickgrid and Slickgrid-Universal both have **100%** Unit Test Coverage, we are talking about +13,000 lines of code (+3,000 unit tests) that are fully tested with [Jest](https://jestjs.io/). On the UI side, all Angular-Slickgrid Examples are tested with [Cypress](https://www.cypress.io/), there are over
|
|
120
|
+
Angular-Slickgrid and Slickgrid-Universal both have **100%** Unit Test Coverage, we are talking about +13,000 lines of code (+3,000 unit tests) that are fully tested with [Jest](https://jestjs.io/). On the UI side, all Angular-Slickgrid Examples are tested with [Cypress](https://www.cypress.io/), there are over 500 Cypress E2E tests.
|
|
121
121
|
|
|
122
122
|
## Installation
|
|
123
123
|
Refer to the **[Wiki - HOWTO Step by Step](https://github.com/ghiscoding/angular-slickgrid/wiki/HOWTO---Step-by-Step)** and/or clone the [Angular-Slickgrid Demos](https://github.com/ghiscoding/angular-slickgrid-demos) repository. Please don't open any issue unless you have followed these steps (from the Wiki), and if any of the steps are incorrect or confusing, then please let me know.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "angular-slickgrid",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"description": "Slickgrid components made available in Angular",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"main": "bundles/angular-slickgrid.umd.js",
|
|
19
19
|
"private": false,
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@slickgrid-universal/common": "^0.
|
|
22
|
-
"@slickgrid-universal/custom-footer-component": "^0.
|
|
23
|
-
"@slickgrid-universal/empty-warning-component": "^0.
|
|
24
|
-
"@slickgrid-universal/event-pub-sub": "^0.
|
|
25
|
-
"@slickgrid-universal/pagination-component": "^0.
|
|
26
|
-
"@slickgrid-universal/rxjs-observable": "^0.
|
|
21
|
+
"@slickgrid-universal/common": "^0.19.0",
|
|
22
|
+
"@slickgrid-universal/custom-footer-component": "^0.19.0",
|
|
23
|
+
"@slickgrid-universal/empty-warning-component": "^0.19.0",
|
|
24
|
+
"@slickgrid-universal/event-pub-sub": "^0.19.0",
|
|
25
|
+
"@slickgrid-universal/pagination-component": "^0.19.0",
|
|
26
|
+
"@slickgrid-universal/rxjs-observable": "^0.19.0",
|
|
27
27
|
"@types/dompurify": "^2.3.0",
|
|
28
28
|
"@types/jquery": "^3.5.6",
|
|
29
29
|
"dequal": "^2.0.2",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"typescript": ">=4.3.5"
|
|
43
43
|
},
|
|
44
44
|
"engines": {
|
|
45
|
-
"node": ">=14.
|
|
45
|
+
"node": ">=14.17.0",
|
|
46
46
|
"npm": ">=6.14.8"
|
|
47
47
|
},
|
|
48
48
|
"module": "fesm2015/angular-slickgrid.js",
|