slickgrid-react 3.1.0 → 3.2.1
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/.env +1 -0
- package/CHANGELOG.md +22 -4
- package/package.json +39 -39
package/.env
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
GITHUB_TOKEN=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
|
package/CHANGELOG.md
CHANGED
|
@@ -2,20 +2,38 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## [3.2.1](https://github.com/ghiscoding/slickgrid-react/compare/v3.2.0...v3.2.1) (2023-09-05)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **common:** Select Filter/Editor enableRenderHtml invalid displays ([#202](https://github.com/ghiscoding/slickgrid-react/issues/202)) ([a61c239](https://github.com/ghiscoding/slickgrid-react/commit/a61c2395cee6d98cb44837c85450d6292d92a7e0))
|
|
11
|
+
|
|
12
|
+
# [3.2.0](https://github.com/ghiscoding/slickgrid-react/compare/v3.1.0...v3.2.0) (2023-08-21)
|
|
6
13
|
|
|
7
14
|
|
|
8
15
|
### Features
|
|
9
16
|
|
|
10
|
-
* **
|
|
17
|
+
* **TreeData:** add optional Aggregators for Tree Data totals calc ([#191](https://github.com/ghiscoding/slickgrid-react/issues/191)) ([26bfac5](https://github.com/ghiscoding/slickgrid-react/commit/26bfac59f0ade3dbaba62fb396e40d25461a0f29))
|
|
11
18
|
|
|
19
|
+
# Change Log
|
|
20
|
+
|
|
21
|
+
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
22
|
+
|
|
23
|
+
# [3.1.0](https://github.com/ghiscoding/slickgrid-react/compare/v3.0.2...v3.1.0) (2023-07-21)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Features
|
|
27
|
+
|
|
28
|
+
* **common:** add optional `scrollIntoView` to GridService `addItems` ([#165](https://github.com/ghiscoding/slickgrid-react/issues/165)) ([2c4aa98](https://github.com/ghiscoding/slickgrid-react/commit/2c4aa98202fe037e07b2d1a52ef24a61e5e0af16))
|
|
29
|
+
|
|
12
30
|
## [3.0.2](https://github.com/ghiscoding/slickgrid-react/compare/v3.0.1...v3.0.2) (2023-07-01)
|
|
13
31
|
|
|
14
32
|
|
|
15
33
|
### Bug Fixes
|
|
16
34
|
|
|
17
|
-
* **grouping:** DraggableGrouping could throw when leaving page ([#144](https://github.com/ghiscoding/slickgrid-react/issues/144)) ([2c1c120](https://github.com/ghiscoding/slickgrid-react/commit/2c1c120dc400b081695c05134e8e5d45bb3a7cf5))
|
|
18
|
-
|
|
35
|
+
* **grouping:** DraggableGrouping could throw when leaving page ([#144](https://github.com/ghiscoding/slickgrid-react/issues/144)) ([2c1c120](https://github.com/ghiscoding/slickgrid-react/commit/2c1c120dc400b081695c05134e8e5d45bb3a7cf5))
|
|
36
|
+
|
|
19
37
|
# Change Log
|
|
20
38
|
|
|
21
39
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "slickgrid-react",
|
|
3
|
-
"version": "3.1
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"description": "Slickgrid components made available in React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -91,17 +91,17 @@
|
|
|
91
91
|
]
|
|
92
92
|
},
|
|
93
93
|
"dependencies": {
|
|
94
|
-
"@slickgrid-universal/common": "3.1
|
|
95
|
-
"@slickgrid-universal/custom-footer-component": "3.1
|
|
96
|
-
"@slickgrid-universal/empty-warning-component": "3.1
|
|
97
|
-
"@slickgrid-universal/event-pub-sub": "3.1.0",
|
|
98
|
-
"@slickgrid-universal/pagination-component": "3.1
|
|
94
|
+
"@slickgrid-universal/common": "~3.2.1",
|
|
95
|
+
"@slickgrid-universal/custom-footer-component": "~3.2.1",
|
|
96
|
+
"@slickgrid-universal/empty-warning-component": "~3.2.1",
|
|
97
|
+
"@slickgrid-universal/event-pub-sub": "~3.1.0",
|
|
98
|
+
"@slickgrid-universal/pagination-component": "~3.2.1",
|
|
99
99
|
"dequal": "^2.0.3",
|
|
100
100
|
"dompurify": "^3.0.5",
|
|
101
101
|
"font-awesome": "^4.7.0",
|
|
102
102
|
"i18next": ">=22.5.0",
|
|
103
103
|
"moment-mini": "^2.29.4",
|
|
104
|
-
"regenerator-runtime": "^0.
|
|
104
|
+
"regenerator-runtime": "^0.14.0",
|
|
105
105
|
"sortablejs": "^1.15.0"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
@@ -109,15 +109,15 @@
|
|
|
109
109
|
"@faker-js/faker": "^8.0.2",
|
|
110
110
|
"@fnando/sparkline": "^0.3.10",
|
|
111
111
|
"@popperjs/core": "^2.11.8",
|
|
112
|
-
"@release-it/conventional-changelog": "^7.0.
|
|
113
|
-
"@slickgrid-universal/composite-editor-component": "3.1
|
|
114
|
-
"@slickgrid-universal/custom-tooltip-plugin": "3.1
|
|
115
|
-
"@slickgrid-universal/excel-export": "3.1
|
|
116
|
-
"@slickgrid-universal/graphql": "3.1
|
|
117
|
-
"@slickgrid-universal/odata": "3.1
|
|
118
|
-
"@slickgrid-universal/rxjs-observable": "3.1
|
|
119
|
-
"@slickgrid-universal/text-export": "3.1
|
|
120
|
-
"@testing-library/jest-dom": "^
|
|
112
|
+
"@release-it/conventional-changelog": "^7.0.1",
|
|
113
|
+
"@slickgrid-universal/composite-editor-component": "~3.2.1",
|
|
114
|
+
"@slickgrid-universal/custom-tooltip-plugin": "~3.2.1",
|
|
115
|
+
"@slickgrid-universal/excel-export": "~3.2.1",
|
|
116
|
+
"@slickgrid-universal/graphql": "~3.2.1",
|
|
117
|
+
"@slickgrid-universal/odata": "~3.2.1",
|
|
118
|
+
"@slickgrid-universal/rxjs-observable": "~3.2.1",
|
|
119
|
+
"@slickgrid-universal/text-export": "~3.2.1",
|
|
120
|
+
"@testing-library/jest-dom": "^6.1.2",
|
|
121
121
|
"@testing-library/react": "^14.0.0",
|
|
122
122
|
"@testing-library/user-event": "^14.4.3",
|
|
123
123
|
"@types/bluebird": "^3.5.38",
|
|
@@ -125,38 +125,38 @@
|
|
|
125
125
|
"@types/flatpickr": "^3.1.2",
|
|
126
126
|
"@types/fnando__sparkline": "^0.3.4",
|
|
127
127
|
"@types/i18next-xhr-backend": "^1.4.2",
|
|
128
|
-
"@types/jest": "^29.5.
|
|
129
|
-
"@types/node": "^20.
|
|
130
|
-
"@types/react": "^18.2.
|
|
128
|
+
"@types/jest": "^29.5.4",
|
|
129
|
+
"@types/node": "^20.5.9",
|
|
130
|
+
"@types/react": "^18.2.21",
|
|
131
131
|
"@types/react-dom": "^18.2.7",
|
|
132
|
-
"@types/sortablejs": "^1.15.
|
|
132
|
+
"@types/sortablejs": "^1.15.2",
|
|
133
133
|
"@types/text-encoding-utf-8": "^1.0.2",
|
|
134
|
-
"@types/webpack": "^5.28.
|
|
135
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
136
|
-
"@typescript-eslint/parser": "^6.
|
|
134
|
+
"@types/webpack": "^5.28.2",
|
|
135
|
+
"@typescript-eslint/eslint-plugin": "^6.6.0",
|
|
136
|
+
"@typescript-eslint/parser": "^6.6.0",
|
|
137
137
|
"@webpack-cli/serve": "^2.0.5",
|
|
138
|
-
"bootstrap": "^5.3.
|
|
138
|
+
"bootstrap": "^5.3.1",
|
|
139
139
|
"clean-webpack-plugin": "^4.0.0",
|
|
140
|
-
"concurrently": "^8.2.
|
|
140
|
+
"concurrently": "^8.2.1",
|
|
141
141
|
"copy-webpack-plugin": "^11.0.0",
|
|
142
142
|
"copyfiles": "^2.4.1",
|
|
143
143
|
"css-loader": "^6.8.1",
|
|
144
144
|
"custom-event-polyfill": "^1.0.7",
|
|
145
|
-
"esbuild-loader": "^
|
|
146
|
-
"cypress": "^
|
|
147
|
-
"eslint": "^8.
|
|
148
|
-
"eslint-plugin-import": "^2.
|
|
145
|
+
"esbuild-loader": "^4.0.2",
|
|
146
|
+
"cypress": "^13.1.0",
|
|
147
|
+
"eslint": "^8.48.0",
|
|
148
|
+
"eslint-plugin-import": "^2.28.1",
|
|
149
149
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
150
150
|
"fetch-jsonp": "^1.3.0",
|
|
151
151
|
"font-awesome": "^4.7.0",
|
|
152
152
|
"html-loader": "4.2.0",
|
|
153
153
|
"html-webpack-plugin": "5.5.3",
|
|
154
|
-
"i18next-http-backend": "^2.2.
|
|
154
|
+
"i18next-http-backend": "^2.2.2",
|
|
155
155
|
"isomorphic-fetch": "^3.0.0",
|
|
156
|
-
"jest": "^29.6.
|
|
157
|
-
"jest-cli": "^29.6.
|
|
158
|
-
"jest-environment-jsdom": "^29.6.
|
|
159
|
-
"jest-extended": "^4.0.
|
|
156
|
+
"jest": "^29.6.4",
|
|
157
|
+
"jest-cli": "^29.6.4",
|
|
158
|
+
"jest-environment-jsdom": "^29.6.4",
|
|
159
|
+
"jest-extended": "^4.0.1",
|
|
160
160
|
"jsdom-global": "^3.0.2",
|
|
161
161
|
"mini-css-extract-plugin": "^2.7.6",
|
|
162
162
|
"moment-mini": "^2.29.4",
|
|
@@ -165,13 +165,13 @@
|
|
|
165
165
|
"react": "^18.2.0",
|
|
166
166
|
"react-dom": "^18.2.0",
|
|
167
167
|
"react-i18next": "^12.3.1",
|
|
168
|
-
"react-router-dom": "^6.
|
|
169
|
-
"release-it": "^16.1.
|
|
168
|
+
"react-router-dom": "^6.15.0",
|
|
169
|
+
"release-it": "^16.1.5",
|
|
170
170
|
"rimraf": "^5.0.1",
|
|
171
171
|
"rxjs": "^7.8.1",
|
|
172
|
-
"sass": "^1.
|
|
172
|
+
"sass": "^1.66.1",
|
|
173
173
|
"sass-loader": "^13.3.2",
|
|
174
|
-
"serve": "^14.2.
|
|
174
|
+
"serve": "^14.2.1",
|
|
175
175
|
"style-loader": "3.3.3",
|
|
176
176
|
"ts-jest": "^29.1.1",
|
|
177
177
|
"ts-loader": "^9.4.4",
|
|
@@ -185,6 +185,6 @@
|
|
|
185
185
|
"npm": ">=8.5.0"
|
|
186
186
|
},
|
|
187
187
|
"resolutions": {
|
|
188
|
-
"caniuse-lite": "1.0.
|
|
188
|
+
"caniuse-lite": "1.0.30001527"
|
|
189
189
|
}
|
|
190
190
|
}
|