slickgrid-react 2.4.0 → 2.5.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/CHANGELOG.md +9 -0
- package/package.json +30 -30
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
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
|
+
# [2.5.0](https://github.com/ghiscoding/slickgrid-react/compare/v2.4.0...v2.5.0) (2023-02-17)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **deps:** update all non-major dependencies ([#43](https://github.com/ghiscoding/slickgrid-react/issues/43)) ([a7c59ef](https://github.com/ghiscoding/slickgrid-react/commit/a7c59efa2b7a83c2b1e72be0686bf3058cac3daa))
|
|
11
|
+
* **deps:** update dependency dompurify to v3 ([#48](https://github.com/ghiscoding/slickgrid-react/issues/48)) ([9f8cb15](https://github.com/ghiscoding/slickgrid-react/commit/9f8cb15111d1db9ebd43fe6fc67ad440843e5160))
|
|
12
|
+
* excel copy buffer should work w/editable grid, fixes [#36](https://github.com/ghiscoding/slickgrid-react/issues/36) ([#52](https://github.com/ghiscoding/slickgrid-react/issues/52)) ([f3c642c](https://github.com/ghiscoding/slickgrid-react/commit/f3c642cfd7f87756e064a1927acefb87b17196fd))
|
|
13
|
+
|
|
5
14
|
# [2.4.0](https://github.com/ghiscoding/slickgrid-react/compare/v2.3.0...v2.4.0) (2023-02-04)
|
|
6
15
|
|
|
7
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "slickgrid-react",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"description": "Slickgrid components made available in React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -76,13 +76,13 @@
|
|
|
76
76
|
]
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"@slickgrid-universal/common": "~2.
|
|
80
|
-
"@slickgrid-universal/custom-footer-component": "~2.
|
|
81
|
-
"@slickgrid-universal/empty-warning-component": "~2.
|
|
82
|
-
"@slickgrid-universal/event-pub-sub": "~2.
|
|
83
|
-
"@slickgrid-universal/pagination-component": "~2.
|
|
79
|
+
"@slickgrid-universal/common": "~2.5.0",
|
|
80
|
+
"@slickgrid-universal/custom-footer-component": "~2.5.0",
|
|
81
|
+
"@slickgrid-universal/empty-warning-component": "~2.5.0",
|
|
82
|
+
"@slickgrid-universal/event-pub-sub": "~2.5.0",
|
|
83
|
+
"@slickgrid-universal/pagination-component": "~2.5.0",
|
|
84
84
|
"dequal": "^2.0.3",
|
|
85
|
-
"dompurify": "^
|
|
85
|
+
"dompurify": "^3.0.0",
|
|
86
86
|
"font-awesome": "^4.7.0",
|
|
87
87
|
"i18next": ">=22.0.0",
|
|
88
88
|
"jquery": "^3.6.3",
|
|
@@ -99,15 +99,15 @@
|
|
|
99
99
|
"@fnando/sparkline": "^0.3.10",
|
|
100
100
|
"@popperjs/core": "^2.11.6",
|
|
101
101
|
"@release-it/conventional-changelog": "^5.1.1",
|
|
102
|
-
"@slickgrid-universal/composite-editor-component": "~2.
|
|
103
|
-
"@slickgrid-universal/custom-tooltip-plugin": "~2.
|
|
104
|
-
"@slickgrid-universal/excel-export": "~2.
|
|
105
|
-
"@slickgrid-universal/graphql": "~2.
|
|
106
|
-
"@slickgrid-universal/odata": "~2.
|
|
107
|
-
"@slickgrid-universal/rxjs-observable": "~2.
|
|
108
|
-
"@slickgrid-universal/text-export": "~2.
|
|
102
|
+
"@slickgrid-universal/composite-editor-component": "~2.5.0",
|
|
103
|
+
"@slickgrid-universal/custom-tooltip-plugin": "~2.5.0",
|
|
104
|
+
"@slickgrid-universal/excel-export": "~2.5.0",
|
|
105
|
+
"@slickgrid-universal/graphql": "~2.5.0",
|
|
106
|
+
"@slickgrid-universal/odata": "~2.5.0",
|
|
107
|
+
"@slickgrid-universal/rxjs-observable": "~2.5.0",
|
|
108
|
+
"@slickgrid-universal/text-export": "~2.5.0",
|
|
109
109
|
"@testing-library/jest-dom": "^5.16.5",
|
|
110
|
-
"@testing-library/react": "^
|
|
110
|
+
"@testing-library/react": "^14.0.0",
|
|
111
111
|
"@testing-library/user-event": "^14.4.3",
|
|
112
112
|
"@types/bluebird": "^3.5.38",
|
|
113
113
|
"@types/dompurify": "^2.4.0",
|
|
@@ -116,14 +116,14 @@
|
|
|
116
116
|
"@types/i18next-xhr-backend": "^1.4.2",
|
|
117
117
|
"@types/jest": "^29.4.0",
|
|
118
118
|
"@types/jquery": "^3.5.16",
|
|
119
|
-
"@types/node": "^18.
|
|
120
|
-
"@types/react": "^18.0.
|
|
121
|
-
"@types/react-dom": "^18.0.
|
|
119
|
+
"@types/node": "^18.13.0",
|
|
120
|
+
"@types/react": "^18.0.28",
|
|
121
|
+
"@types/react-dom": "^18.0.11",
|
|
122
122
|
"@types/sortablejs": "^1.15.0",
|
|
123
123
|
"@types/text-encoding-utf-8": "^1.0.2",
|
|
124
124
|
"@types/webpack": "^5.28.0",
|
|
125
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
126
|
-
"@typescript-eslint/parser": "^5.
|
|
125
|
+
"@typescript-eslint/eslint-plugin": "^5.52.0",
|
|
126
|
+
"@typescript-eslint/parser": "^5.52.0",
|
|
127
127
|
"@webpack-cli/serve": "^2.0.1",
|
|
128
128
|
"babel-loader": "^9.1.2",
|
|
129
129
|
"bootstrap": "^5.2.3",
|
|
@@ -134,9 +134,9 @@
|
|
|
134
134
|
"cross-env": "^7.0.3",
|
|
135
135
|
"css-loader": "6.7.3",
|
|
136
136
|
"custom-event-polyfill": "^1.0.7",
|
|
137
|
-
"cypress": "^12.
|
|
137
|
+
"cypress": "^12.6.0",
|
|
138
138
|
"duplicate-package-checker-webpack-plugin": "^3.0.0",
|
|
139
|
-
"eslint": "^8.
|
|
139
|
+
"eslint": "^8.34.0",
|
|
140
140
|
"eslint-plugin-import": "^2.27.5",
|
|
141
141
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
142
142
|
"file-loader": "6.2.0",
|
|
@@ -146,27 +146,27 @@
|
|
|
146
146
|
"i18next-http-backend": "^2.1.1",
|
|
147
147
|
"isomorphic-fetch": "^3.0.0",
|
|
148
148
|
"istanbul-instrumenter-loader": "^3.0.1",
|
|
149
|
-
"jest": "^29.4.
|
|
150
|
-
"jest-cli": "^29.4.
|
|
151
|
-
"jest-environment-jsdom": "^29.4.
|
|
149
|
+
"jest": "^29.4.3",
|
|
150
|
+
"jest-cli": "^29.4.3",
|
|
151
|
+
"jest-environment-jsdom": "^29.4.3",
|
|
152
152
|
"jest-extended": "^3.2.3",
|
|
153
153
|
"jsdom-global": "^3.0.2",
|
|
154
154
|
"mini-css-extract-plugin": "^2.7.2",
|
|
155
|
-
"minimatch": "^6.
|
|
155
|
+
"minimatch": "^6.2.0",
|
|
156
156
|
"moment-mini": "^2.29.4",
|
|
157
157
|
"npm-check": "^6.0.1",
|
|
158
158
|
"npm-run-all": "^4.1.5",
|
|
159
159
|
"promise-polyfill": "^8.3.0",
|
|
160
160
|
"react": "^18.2.0",
|
|
161
161
|
"react-dom": "^18.2.0",
|
|
162
|
-
"react-i18next": ">=12.1.
|
|
162
|
+
"react-i18next": ">=12.1.5",
|
|
163
163
|
"react-scripts": "^5.0.1",
|
|
164
|
-
"react-router-dom": "^6.8.
|
|
164
|
+
"react-router-dom": "^6.8.1",
|
|
165
165
|
"release-it": "^15.6.0",
|
|
166
166
|
"require-dir": "^1.2.0",
|
|
167
167
|
"rimraf": "^3.0.2",
|
|
168
168
|
"rxjs": "^7.8.0",
|
|
169
|
-
"sass": "^1.58.
|
|
169
|
+
"sass": "^1.58.1",
|
|
170
170
|
"sass-loader": "^13.2.0",
|
|
171
171
|
"serve": "^14.2.0",
|
|
172
172
|
"style-loader": "3.3.1",
|
|
@@ -182,6 +182,6 @@
|
|
|
182
182
|
"npm": ">=6.14.13"
|
|
183
183
|
},
|
|
184
184
|
"resolutions": {
|
|
185
|
-
"caniuse-lite": "1.0.
|
|
185
|
+
"caniuse-lite": "1.0.30001454"
|
|
186
186
|
}
|
|
187
187
|
}
|