slickgrid-react 2.6.3 → 2.6.4
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
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
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.6.4](https://github.com/ghiscoding/slickgrid-react/compare/v2.6.3...v2.6.4) (2023-05-20)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **export:** fix negative number exports to Excel ([#108](https://github.com/ghiscoding/slickgrid-react/issues/108)) ([c7f93b3](https://github.com/ghiscoding/slickgrid-react/commit/c7f93b3f9a5f49b4106b3eadd1e186112b348723))
|
|
11
|
+
|
|
5
12
|
## [2.6.3](https://github.com/ghiscoding/slickgrid-react/compare/v2.6.2...v2.6.3) (2023-03-23)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -202,6 +202,6 @@ export declare class SlickgridReact extends React.Component<SlickgridReactProps,
|
|
|
202
202
|
* Once we found the new pointer, we will reassign the "editor" and "collection" to the "internalColumnEditor" so it has newest collection
|
|
203
203
|
*/
|
|
204
204
|
protected updateEditorCollection<T = any>(column: Column<T>, newCollection: T[]): void;
|
|
205
|
-
render(): JSX.Element;
|
|
205
|
+
render(): React.JSX.Element;
|
|
206
206
|
}
|
|
207
207
|
export {};
|
|
@@ -202,6 +202,6 @@ export declare class SlickgridReact extends React.Component<SlickgridReactProps,
|
|
|
202
202
|
* Once we found the new pointer, we will reassign the "editor" and "collection" to the "internalColumnEditor" so it has newest collection
|
|
203
203
|
*/
|
|
204
204
|
protected updateEditorCollection<T = any>(column: Column<T>, newCollection: T[]): void;
|
|
205
|
-
render(): JSX.Element;
|
|
205
|
+
render(): React.JSX.Element;
|
|
206
206
|
}
|
|
207
207
|
export {};
|
|
@@ -202,6 +202,6 @@ export declare class SlickgridReact extends React.Component<SlickgridReactProps,
|
|
|
202
202
|
* Once we found the new pointer, we will reassign the "editor" and "collection" to the "internalColumnEditor" so it has newest collection
|
|
203
203
|
*/
|
|
204
204
|
protected updateEditorCollection<T = any>(column: Column<T>, newCollection: T[]): void;
|
|
205
|
-
render(): JSX.Element;
|
|
205
|
+
render(): React.JSX.Element;
|
|
206
206
|
}
|
|
207
207
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "slickgrid-react",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.4",
|
|
4
4
|
"description": "Slickgrid components made available in React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -76,72 +76,72 @@
|
|
|
76
76
|
]
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"@slickgrid-universal/common": "~2.6.
|
|
80
|
-
"@slickgrid-universal/custom-footer-component": "~2.6.
|
|
81
|
-
"@slickgrid-universal/empty-warning-component": "~2.6.
|
|
82
|
-
"@slickgrid-universal/event-pub-sub": "~2.6.
|
|
83
|
-
"@slickgrid-universal/pagination-component": "~2.6.
|
|
79
|
+
"@slickgrid-universal/common": "~2.6.4",
|
|
80
|
+
"@slickgrid-universal/custom-footer-component": "~2.6.4",
|
|
81
|
+
"@slickgrid-universal/empty-warning-component": "~2.6.4",
|
|
82
|
+
"@slickgrid-universal/event-pub-sub": "~2.6.4",
|
|
83
|
+
"@slickgrid-universal/pagination-component": "~2.6.4",
|
|
84
84
|
"dequal": "^2.0.3",
|
|
85
|
-
"dompurify": "^3.0.
|
|
85
|
+
"dompurify": "^3.0.3",
|
|
86
86
|
"font-awesome": "^4.7.0",
|
|
87
87
|
"i18next": ">=22.0.0",
|
|
88
|
-
"jquery": "^3.
|
|
88
|
+
"jquery": "^3.7.0",
|
|
89
89
|
"moment-mini": "^2.29.4",
|
|
90
90
|
"regenerator-runtime": "^0.13.11",
|
|
91
91
|
"sortablejs": "^1.15.0"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
94
|
"@4tw/cypress-drag-drop": "^2.2.3",
|
|
95
|
-
"@babel/preset-env": "^7.
|
|
95
|
+
"@babel/preset-env": "^7.21.5",
|
|
96
96
|
"@babel/preset-react": "^7.18.6",
|
|
97
|
-
"@babel/preset-typescript": "^7.21.
|
|
98
|
-
"@faker-js/faker": "^
|
|
97
|
+
"@babel/preset-typescript": "^7.21.5",
|
|
98
|
+
"@faker-js/faker": "^8.0.1",
|
|
99
99
|
"@fnando/sparkline": "^0.3.10",
|
|
100
|
-
"@popperjs/core": "^2.11.
|
|
100
|
+
"@popperjs/core": "^2.11.7",
|
|
101
101
|
"@release-it/conventional-changelog": "^5.1.1",
|
|
102
|
-
"@slickgrid-universal/composite-editor-component": "~2.6.
|
|
103
|
-
"@slickgrid-universal/custom-tooltip-plugin": "~2.6.
|
|
104
|
-
"@slickgrid-universal/excel-export": "~2.6.
|
|
105
|
-
"@slickgrid-universal/graphql": "~2.6.
|
|
106
|
-
"@slickgrid-universal/odata": "~2.6.
|
|
107
|
-
"@slickgrid-universal/rxjs-observable": "~2.6.
|
|
108
|
-
"@slickgrid-universal/text-export": "~2.6.
|
|
102
|
+
"@slickgrid-universal/composite-editor-component": "~2.6.4",
|
|
103
|
+
"@slickgrid-universal/custom-tooltip-plugin": "~2.6.4",
|
|
104
|
+
"@slickgrid-universal/excel-export": "~2.6.4",
|
|
105
|
+
"@slickgrid-universal/graphql": "~2.6.4",
|
|
106
|
+
"@slickgrid-universal/odata": "~2.6.4",
|
|
107
|
+
"@slickgrid-universal/rxjs-observable": "~2.6.4",
|
|
108
|
+
"@slickgrid-universal/text-export": "~2.6.4",
|
|
109
109
|
"@testing-library/jest-dom": "^5.16.5",
|
|
110
110
|
"@testing-library/react": "^14.0.0",
|
|
111
111
|
"@testing-library/user-event": "^14.4.3",
|
|
112
112
|
"@types/bluebird": "^3.5.38",
|
|
113
|
-
"@types/dompurify": "^3.0.
|
|
113
|
+
"@types/dompurify": "^3.0.2",
|
|
114
114
|
"@types/flatpickr": "^3.1.2",
|
|
115
115
|
"@types/fnando__sparkline": "^0.3.4",
|
|
116
116
|
"@types/i18next-xhr-backend": "^1.4.2",
|
|
117
|
-
"@types/jest": "^29.5.
|
|
117
|
+
"@types/jest": "^29.5.1",
|
|
118
118
|
"@types/jquery": "^3.5.16",
|
|
119
|
-
"@types/node": "^18.
|
|
120
|
-
"@types/react": "^18.
|
|
121
|
-
"@types/react-dom": "^18.
|
|
119
|
+
"@types/node": "^18.16.12",
|
|
120
|
+
"@types/react": "^18.2.6",
|
|
121
|
+
"@types/react-dom": "^18.2.4",
|
|
122
122
|
"@types/sortablejs": "^1.15.1",
|
|
123
123
|
"@types/text-encoding-utf-8": "^1.0.2",
|
|
124
|
-
"@types/webpack": "^5.28.
|
|
125
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
126
|
-
"@typescript-eslint/parser": "^5.
|
|
127
|
-
"@webpack-cli/serve": "^2.0.
|
|
124
|
+
"@types/webpack": "^5.28.1",
|
|
125
|
+
"@typescript-eslint/eslint-plugin": "^5.59.6",
|
|
126
|
+
"@typescript-eslint/parser": "^5.59.6",
|
|
127
|
+
"@webpack-cli/serve": "^2.0.4",
|
|
128
128
|
"babel-loader": "^9.1.2",
|
|
129
129
|
"bootstrap": "^5.2.3",
|
|
130
130
|
"clean-webpack-plugin": "^4.0.0",
|
|
131
|
-
"concurrently": "^
|
|
131
|
+
"concurrently": "^8.0.1",
|
|
132
132
|
"copy-webpack-plugin": "^11.0.0",
|
|
133
133
|
"copyfiles": "^2.4.1",
|
|
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.
|
|
138
|
-
"eslint": "^8.
|
|
137
|
+
"cypress": "^12.12.0",
|
|
138
|
+
"eslint": "^8.40.0",
|
|
139
139
|
"eslint-plugin-import": "^2.27.5",
|
|
140
140
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
141
141
|
"file-loader": "6.2.0",
|
|
142
142
|
"font-awesome": "^4.7.0",
|
|
143
143
|
"html-loader": "4.2.0",
|
|
144
|
-
"html-webpack-plugin": "5.5.
|
|
144
|
+
"html-webpack-plugin": "5.5.1",
|
|
145
145
|
"i18next-http-backend": "^2.2.0",
|
|
146
146
|
"isomorphic-fetch": "^3.0.0",
|
|
147
147
|
"istanbul-instrumenter-loader": "^3.0.1",
|
|
@@ -151,36 +151,36 @@
|
|
|
151
151
|
"jest-extended": "^3.2.4",
|
|
152
152
|
"jsdom-global": "^3.0.2",
|
|
153
153
|
"mini-css-extract-plugin": "^2.7.5",
|
|
154
|
-
"minimatch": "^
|
|
154
|
+
"minimatch": "^9.0.0",
|
|
155
155
|
"moment-mini": "^2.29.4",
|
|
156
156
|
"npm-check": "^6.0.1",
|
|
157
157
|
"npm-run-all": "^4.1.5",
|
|
158
158
|
"promise-polyfill": "^8.3.0",
|
|
159
159
|
"react": "^18.2.0",
|
|
160
160
|
"react-dom": "^18.2.0",
|
|
161
|
-
"react-i18next": ">=12.2.
|
|
161
|
+
"react-i18next": ">=12.2.2",
|
|
162
162
|
"react-scripts": "^5.0.1",
|
|
163
|
-
"react-router-dom": "^6.
|
|
164
|
-
"release-it": "^15.
|
|
163
|
+
"react-router-dom": "^6.11.1",
|
|
164
|
+
"release-it": "^15.10.3",
|
|
165
165
|
"require-dir": "^1.2.0",
|
|
166
|
-
"rimraf": "^
|
|
167
|
-
"rxjs": "^7.8.
|
|
168
|
-
"sass": "^1.
|
|
169
|
-
"sass-loader": "^13.2.
|
|
166
|
+
"rimraf": "^5.0.0",
|
|
167
|
+
"rxjs": "^7.8.1",
|
|
168
|
+
"sass": "^1.62.1",
|
|
169
|
+
"sass-loader": "^13.2.2",
|
|
170
170
|
"serve": "^14.2.0",
|
|
171
171
|
"style-loader": "3.3.2",
|
|
172
|
-
"ts-jest": "^29.0
|
|
172
|
+
"ts-jest": "^29.1.0",
|
|
173
173
|
"ts-loader": "^9.4.2",
|
|
174
174
|
"typescript": "^4.9.5",
|
|
175
|
-
"webpack": "^5.
|
|
176
|
-
"webpack-cli": "^5.
|
|
177
|
-
"webpack-dev-server": "^4.
|
|
175
|
+
"webpack": "^5.82.1",
|
|
176
|
+
"webpack-cli": "^5.1.1",
|
|
177
|
+
"webpack-dev-server": "^4.15.0"
|
|
178
178
|
},
|
|
179
179
|
"engines": {
|
|
180
|
-
"node": ">=
|
|
181
|
-
"npm": ">=
|
|
180
|
+
"node": ">=v16.15.0",
|
|
181
|
+
"npm": ">=8.5.0"
|
|
182
182
|
},
|
|
183
183
|
"resolutions": {
|
|
184
|
-
"caniuse-lite": "1.0.
|
|
184
|
+
"caniuse-lite": "1.0.30001487"
|
|
185
185
|
}
|
|
186
186
|
}
|