slickgrid-react 3.3.1 → 3.3.2
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 +2 -3
- package/package.json +14 -14
- package/.editorconfig +0 -18
- package/.env +0 -1
- package/.eslintignore +0 -11
- package/.eslintrc +0 -165
- package/.hintrc +0 -11
- package/.release-it.json +0 -27
- package/CHANGELOG.md +0 -221
package/README.md
CHANGED
|
@@ -13,9 +13,6 @@ One of the best JavasSript datagrid [SlickGrid](https://github.com/mleibman/Slic
|
|
|
13
13
|
## Installation
|
|
14
14
|
Refer to the **[Wiki - HOWTO Step by Step](https://github.com/ghiscoding/slickgrid-react/wiki/HOWTO--Step-by-Step)** and/or clone the [Slickgrid-React-Demos](https://github.com/ghiscoding/slickgrid-react-demos) repository. Please consult all Wikis before opening new issues, also consider asking installation and/or general questions on [Stack Overflow](https://stackoverflow.com/search?tab=newest&q=slickgrid) unless you think there's a bug with the library.
|
|
15
15
|
|
|
16
|
-
### License
|
|
17
|
-
[MIT License](LICENSE)
|
|
18
|
-
|
|
19
16
|
### NPM Package
|
|
20
17
|
[slickgrid-react on NPM](https://www.npmjs.com/package/slickgrid-react)
|
|
21
18
|
|
|
@@ -26,6 +23,8 @@ Refer to the **[Wiki - HOWTO Step by Step](https://github.com/ghiscoding/slickgr
|
|
|
26
23
|
#### Working Demos
|
|
27
24
|
For a complete set of working demos (over 30 examples), we strongly suggest you to clone the [Slickgrid-React Demos](https://github.com/ghiscoding/slickgrid-react-demos) repository (instructions are provided in the demo repo). The repo provides multiple demos and they are updated every time a new version is out, so it is updated frequently and is also used as the GitHub live demo page.
|
|
28
25
|
|
|
26
|
+
## License
|
|
27
|
+
[MIT License](LICENSE)
|
|
29
28
|
|
|
30
29
|
### Like it? :star: it
|
|
31
30
|
You like **Slickgrid-React**? Be sure to upvote :star:, and perhaps support me with cafeine :coffee: and feel free to contribute. 👷👷♀️
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "slickgrid-react",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.2",
|
|
4
4
|
"description": "Slickgrid components made available in React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -117,23 +117,23 @@
|
|
|
117
117
|
"@slickgrid-universal/odata": "~3.3.2",
|
|
118
118
|
"@slickgrid-universal/rxjs-observable": "~3.3.2",
|
|
119
119
|
"@slickgrid-universal/text-export": "~3.3.2",
|
|
120
|
-
"@testing-library/jest-dom": "^6.1.
|
|
120
|
+
"@testing-library/jest-dom": "^6.1.4",
|
|
121
121
|
"@testing-library/react": "^14.0.0",
|
|
122
122
|
"@testing-library/user-event": "^14.5.1",
|
|
123
|
-
"@types/bluebird": "^3.5.
|
|
123
|
+
"@types/bluebird": "^3.5.40",
|
|
124
124
|
"@types/dompurify": "^3.0.3",
|
|
125
125
|
"@types/flatpickr": "^3.1.2",
|
|
126
126
|
"@types/fnando__sparkline": "^0.3.5",
|
|
127
127
|
"@types/i18next-xhr-backend": "^1.4.2",
|
|
128
128
|
"@types/jest": "^29.5.5",
|
|
129
|
-
"@types/node": "^20.8.
|
|
130
|
-
"@types/react": "^18.2.
|
|
131
|
-
"@types/react-dom": "^18.2.
|
|
129
|
+
"@types/node": "^20.8.6",
|
|
130
|
+
"@types/react": "^18.2.28",
|
|
131
|
+
"@types/react-dom": "^18.2.13",
|
|
132
132
|
"@types/sortablejs": "^1.15.3",
|
|
133
133
|
"@types/text-encoding-utf-8": "^1.0.3",
|
|
134
134
|
"@types/webpack": "^5.28.3",
|
|
135
|
-
"@typescript-eslint/eslint-plugin": "^6.7.
|
|
136
|
-
"@typescript-eslint/parser": "^6.7.
|
|
135
|
+
"@typescript-eslint/eslint-plugin": "^6.7.5",
|
|
136
|
+
"@typescript-eslint/parser": "^6.7.5",
|
|
137
137
|
"@webpack-cli/serve": "^2.0.5",
|
|
138
138
|
"bootstrap": "^5.3.2",
|
|
139
139
|
"clean-webpack-plugin": "^4.0.0",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"css-loader": "^6.8.1",
|
|
144
144
|
"custom-event-polyfill": "^1.0.7",
|
|
145
145
|
"esbuild-loader": "^4.0.2",
|
|
146
|
-
"cypress": "^13.3.
|
|
146
|
+
"cypress": "^13.3.1",
|
|
147
147
|
"eslint": "^8.51.0",
|
|
148
148
|
"eslint-plugin-import": "^2.28.1",
|
|
149
149
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"jest": "^29.7.0",
|
|
157
157
|
"jest-cli": "^29.7.0",
|
|
158
158
|
"jest-environment-jsdom": "^29.7.0",
|
|
159
|
-
"jest-extended": "^4.0.
|
|
159
|
+
"jest-extended": "^4.0.2",
|
|
160
160
|
"jsdom-global": "^3.0.2",
|
|
161
161
|
"mini-css-extract-plugin": "^2.7.6",
|
|
162
162
|
"moment-mini": "^2.29.4",
|
|
@@ -169,14 +169,14 @@
|
|
|
169
169
|
"release-it": "^16.2.1",
|
|
170
170
|
"rimraf": "^5.0.5",
|
|
171
171
|
"rxjs": "^7.8.1",
|
|
172
|
-
"sass": "^1.69.
|
|
172
|
+
"sass": "^1.69.3",
|
|
173
173
|
"sass-loader": "^13.3.2",
|
|
174
174
|
"serve": "^14.2.1",
|
|
175
175
|
"style-loader": "3.3.3",
|
|
176
176
|
"ts-jest": "^29.1.1",
|
|
177
|
-
"ts-loader": "^9.
|
|
177
|
+
"ts-loader": "^9.5.0",
|
|
178
178
|
"typescript": "^5.2.2",
|
|
179
|
-
"webpack": "^5.
|
|
179
|
+
"webpack": "^5.89.0",
|
|
180
180
|
"webpack-cli": "^5.1.4",
|
|
181
181
|
"webpack-dev-server": "^4.15.1"
|
|
182
182
|
},
|
|
@@ -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.30001547"
|
|
189
189
|
}
|
|
190
190
|
}
|
package/.editorconfig
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# http://editorconfig.org
|
|
2
|
-
root = true
|
|
3
|
-
|
|
4
|
-
[*]
|
|
5
|
-
charset = utf-8
|
|
6
|
-
end_of_line = lf
|
|
7
|
-
indent_style = space
|
|
8
|
-
indent_size = 4
|
|
9
|
-
insert_final_newline = true
|
|
10
|
-
trim_trailing_whitespace = true
|
|
11
|
-
|
|
12
|
-
[*]
|
|
13
|
-
indent_style = space
|
|
14
|
-
indent_size = 2
|
|
15
|
-
|
|
16
|
-
[*.md]
|
|
17
|
-
max_line_length = 0
|
|
18
|
-
trim_trailing_whitespace = false
|
package/.env
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
GITHUB_TOKEN=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
|
package/.eslintignore
DELETED
package/.eslintrc
DELETED
|
@@ -1,165 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"parser": "@typescript-eslint/parser",
|
|
3
|
-
"extends": [
|
|
4
|
-
"plugin:@typescript-eslint/recommended"
|
|
5
|
-
],
|
|
6
|
-
"root": true,
|
|
7
|
-
"env": {
|
|
8
|
-
"browser": true,
|
|
9
|
-
"node": true
|
|
10
|
-
},
|
|
11
|
-
"globals": {
|
|
12
|
-
"Slick": true,
|
|
13
|
-
"_": true
|
|
14
|
-
},
|
|
15
|
-
"parserOptions": {
|
|
16
|
-
"sourceType": "module"
|
|
17
|
-
},
|
|
18
|
-
"plugins": [
|
|
19
|
-
"@typescript-eslint"
|
|
20
|
-
],
|
|
21
|
-
"rules": {
|
|
22
|
-
"@typescript-eslint/adjacent-overload-signatures": "error",
|
|
23
|
-
"@typescript-eslint/ban-ts-comment": "off",
|
|
24
|
-
"@typescript-eslint/ban-ts-ignore": "off",
|
|
25
|
-
"@typescript-eslint/array-type": "off",
|
|
26
|
-
"@typescript-eslint/ban-types": "error",
|
|
27
|
-
"@typescript-eslint/consistent-type-assertions": "off",
|
|
28
|
-
"@typescript-eslint/explicit-function-return-type": "off",
|
|
29
|
-
"@typescript-eslint/explicit-module-boundary-types": "off",
|
|
30
|
-
"@typescript-eslint/no-non-null-assertion": "off",
|
|
31
|
-
"@typescript-eslint/explicit-member-accessibility": [
|
|
32
|
-
"off",
|
|
33
|
-
{
|
|
34
|
-
"accessibility": "explicit"
|
|
35
|
-
}
|
|
36
|
-
],
|
|
37
|
-
"@typescript-eslint/indent": [
|
|
38
|
-
"error",
|
|
39
|
-
2,
|
|
40
|
-
{
|
|
41
|
-
"ObjectExpression": "first",
|
|
42
|
-
"FunctionDeclaration": {
|
|
43
|
-
"parameters": "first"
|
|
44
|
-
},
|
|
45
|
-
"FunctionExpression": {
|
|
46
|
-
"parameters": "first"
|
|
47
|
-
},
|
|
48
|
-
"SwitchCase": 1
|
|
49
|
-
}
|
|
50
|
-
],
|
|
51
|
-
"@typescript-eslint/member-ordering": "off",
|
|
52
|
-
"@typescript-eslint/member-delimiter-style": "off",
|
|
53
|
-
"@typescript-eslint/no-empty-function": "off",
|
|
54
|
-
"@typescript-eslint/no-empty-interface": "off",
|
|
55
|
-
"@typescript-eslint/no-explicit-any": "off",
|
|
56
|
-
"@typescript-eslint/no-misused-new": "error",
|
|
57
|
-
"@typescript-eslint/no-namespace": "error",
|
|
58
|
-
"@typescript-eslint/no-parameter-properties": "off",
|
|
59
|
-
"@typescript-eslint/no-shadow": [
|
|
60
|
-
"error"
|
|
61
|
-
],
|
|
62
|
-
"@typescript-eslint/no-this-alias": "error",
|
|
63
|
-
"@typescript-eslint/no-use-before-define": "off",
|
|
64
|
-
"@typescript-eslint/no-var-requires": "off",
|
|
65
|
-
"@typescript-eslint/no-unused-vars": "off",
|
|
66
|
-
"@typescript-eslint/prefer-for-of": "off",
|
|
67
|
-
"@typescript-eslint/prefer-function-type": "error",
|
|
68
|
-
"@typescript-eslint/prefer-namespace-keyword": "error",
|
|
69
|
-
"@typescript-eslint/space-before-function-paren": [
|
|
70
|
-
"error",
|
|
71
|
-
{
|
|
72
|
-
"anonymous": "always",
|
|
73
|
-
"named": "never",
|
|
74
|
-
"asyncArrow": "always"
|
|
75
|
-
}
|
|
76
|
-
],
|
|
77
|
-
"@typescript-eslint/quotes": [
|
|
78
|
-
2,
|
|
79
|
-
"single",
|
|
80
|
-
{
|
|
81
|
-
"allowTemplateLiterals": true
|
|
82
|
-
}
|
|
83
|
-
],
|
|
84
|
-
"@typescript-eslint/triple-slash-reference": "error",
|
|
85
|
-
"@typescript-eslint/unified-signatures": "error",
|
|
86
|
-
"arrow-parens": [
|
|
87
|
-
"off",
|
|
88
|
-
"as-needed"
|
|
89
|
-
],
|
|
90
|
-
"camelcase": "off",
|
|
91
|
-
"comma-dangle": "off",
|
|
92
|
-
"complexity": "off",
|
|
93
|
-
"constructor-super": "error",
|
|
94
|
-
"curly": "error",
|
|
95
|
-
"dot-notation": "off",
|
|
96
|
-
"eqeqeq": [
|
|
97
|
-
"error"
|
|
98
|
-
],
|
|
99
|
-
"guard-for-in": "error",
|
|
100
|
-
"id-blacklist": "off",
|
|
101
|
-
"id-match": "off",
|
|
102
|
-
"import/no-extraneous-dependencies": "off",
|
|
103
|
-
"import/no-internal-modules": "off",
|
|
104
|
-
"import/order": "off",
|
|
105
|
-
"indent": "off",
|
|
106
|
-
"max-classes-per-file": "off",
|
|
107
|
-
"max-len": "off",
|
|
108
|
-
"new-parens": "error",
|
|
109
|
-
"no-bitwise": "error",
|
|
110
|
-
"no-caller": "error",
|
|
111
|
-
"no-cond-assign": "error",
|
|
112
|
-
"no-console": "off",
|
|
113
|
-
"no-debugger": "error",
|
|
114
|
-
"no-duplicate-case": "error",
|
|
115
|
-
"no-duplicate-imports": "error",
|
|
116
|
-
"no-empty": 1,
|
|
117
|
-
"no-eval": "error",
|
|
118
|
-
"no-extra-bind": "error",
|
|
119
|
-
"no-fallthrough": "off",
|
|
120
|
-
"no-invalid-this": "off",
|
|
121
|
-
"no-new-func": "error",
|
|
122
|
-
"no-new-wrappers": "error",
|
|
123
|
-
"no-redeclare": "error",
|
|
124
|
-
"no-return-await": "error",
|
|
125
|
-
"no-sequences": "error",
|
|
126
|
-
"no-shadow": "off",
|
|
127
|
-
"no-sparse-arrays": "error",
|
|
128
|
-
"no-template-curly-in-string": "error",
|
|
129
|
-
"no-throw-literal": "error",
|
|
130
|
-
"no-trailing-spaces": "error",
|
|
131
|
-
"no-undef-init": "error",
|
|
132
|
-
"no-underscore-dangle": "off",
|
|
133
|
-
"no-unsafe-finally": "error",
|
|
134
|
-
"no-unused-expressions": "off",
|
|
135
|
-
"no-unused-labels": "error",
|
|
136
|
-
"no-unused-vars": "off",
|
|
137
|
-
"no-var": "error",
|
|
138
|
-
"object-shorthand": "error",
|
|
139
|
-
"one-var": [
|
|
140
|
-
"error",
|
|
141
|
-
"never"
|
|
142
|
-
],
|
|
143
|
-
"prefer-const": "error",
|
|
144
|
-
"prefer-object-spread": "error",
|
|
145
|
-
"radix": "error",
|
|
146
|
-
"semi": [
|
|
147
|
-
2,
|
|
148
|
-
"always"
|
|
149
|
-
],
|
|
150
|
-
"space-in-parens": [
|
|
151
|
-
"error"
|
|
152
|
-
],
|
|
153
|
-
"spaced-comment": [
|
|
154
|
-
"error",
|
|
155
|
-
"always",
|
|
156
|
-
{
|
|
157
|
-
"markers": [
|
|
158
|
-
"/"
|
|
159
|
-
]
|
|
160
|
-
}
|
|
161
|
-
],
|
|
162
|
-
"use-isnan": "error",
|
|
163
|
-
"valid-typeof": "off"
|
|
164
|
-
}
|
|
165
|
-
}
|
package/.hintrc
DELETED
package/.release-it.json
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"git": {
|
|
3
|
-
"commitMessage": "chore: release v${version}",
|
|
4
|
-
"tagName": "v${version}"
|
|
5
|
-
},
|
|
6
|
-
"github": {
|
|
7
|
-
"release": true,
|
|
8
|
-
"releaseName": "v${version}"
|
|
9
|
-
},
|
|
10
|
-
"hooks": {
|
|
11
|
-
"before:init": [
|
|
12
|
-
"npm run lint"
|
|
13
|
-
],
|
|
14
|
-
"after:bump": "npm run build",
|
|
15
|
-
"after:git:release": "echo After git push, before GitHub Release",
|
|
16
|
-
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
|
|
17
|
-
},
|
|
18
|
-
"plugins": {
|
|
19
|
-
"@release-it/conventional-changelog": {
|
|
20
|
-
"header": "# Change Log \n\nAll notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.",
|
|
21
|
-
"preset": "angular",
|
|
22
|
-
"ignoreRecommendedBump": true,
|
|
23
|
-
"infile": "CHANGELOG.md"
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
package/CHANGELOG.md
DELETED
|
@@ -1,221 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
4
|
-
|
|
5
|
-
## [3.3.1](https://github.com/ghiscoding/slickgrid-react/compare/v3.3.0...v3.3.1) (2023-10-06)
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
### Bug Fixes
|
|
9
|
-
|
|
10
|
-
* **graphql:** column with complex object could throw null pointer exception ([1a13d2a](https://github.com/ghiscoding/slickgrid-react/commit/1a13d2adc18a150173110e143699af838b21b260))
|
|
11
|
-
|
|
12
|
-
# [3.3.0](https://github.com/ghiscoding/slickgrid-react/compare/v3.2.2...v3.3.0) (2023-10-05)
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
### Features
|
|
16
|
-
|
|
17
|
-
* add pageUp/pageDown/home/end to SlickCellSelection ([#226](https://github.com/ghiscoding/slickgrid-react/issues/226)) ([efc77fe](https://github.com/ghiscoding/slickgrid-react/commit/efc77feb9cfb509b2afaf48dc5285a84c07028d2))
|
|
18
|
-
|
|
19
|
-
## [3.2.2](https://github.com/ghiscoding/slickgrid-react/compare/v3.2.1...v3.2.2) (2023-09-24)
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
### Bug Fixes
|
|
23
|
-
|
|
24
|
-
* bump Slickgrid-Universal w/auto-resize w/o container ([#219](https://github.com/ghiscoding/slickgrid-react/issues/219)) ([4ce1f1f](https://github.com/ghiscoding/slickgrid-react/commit/4ce1f1f8461393e1be78d9218dcc14560449ecb2))
|
|
25
|
-
|
|
26
|
-
## [3.2.1](https://github.com/ghiscoding/slickgrid-react/compare/v3.2.0...v3.2.1) (2023-09-05)
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
### Bug Fixes
|
|
30
|
-
|
|
31
|
-
* **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))
|
|
32
|
-
|
|
33
|
-
# [3.2.0](https://github.com/ghiscoding/slickgrid-react/compare/v3.1.0...v3.2.0) (2023-08-21)
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
### Features
|
|
37
|
-
|
|
38
|
-
* **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))
|
|
39
|
-
|
|
40
|
-
# Change Log
|
|
41
|
-
|
|
42
|
-
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
43
|
-
|
|
44
|
-
# [3.1.0](https://github.com/ghiscoding/slickgrid-react/compare/v3.0.2...v3.1.0) (2023-07-21)
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
### Features
|
|
48
|
-
|
|
49
|
-
* **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))
|
|
50
|
-
|
|
51
|
-
## [3.0.2](https://github.com/ghiscoding/slickgrid-react/compare/v3.0.1...v3.0.2) (2023-07-01)
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
### Bug Fixes
|
|
55
|
-
|
|
56
|
-
* **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))
|
|
57
|
-
|
|
58
|
-
# Change Log
|
|
59
|
-
|
|
60
|
-
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
61
|
-
|
|
62
|
-
## [3.0.1](https://github.com/ghiscoding/slickgrid-react/compare/v3.0.0...v3.0.1) (2023-05-30)
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
### Bug Fixes
|
|
66
|
-
|
|
67
|
-
* prefer ESM module over CJS & prefer TS loaders ([#113](https://github.com/ghiscoding/slickgrid-react/issues/113)) ([3c1d510](https://github.com/ghiscoding/slickgrid-react/commit/3c1d510bcff82b331fbe0e4c47a7aa24fc6ff7e3))
|
|
68
|
-
|
|
69
|
-
# [3.0.0](https://github.com/ghiscoding/slickgrid-react/compare/v2.6.4...v3.0.0) (2023-05-29)
|
|
70
|
-
|
|
71
|
-
### Follow the [Migration 3.x Guide](https://github.com/ghiscoding/slickgrid-react/wiki/Migration-to-3.x)
|
|
72
|
-
### ⚠ BREAKING CHANGES
|
|
73
|
-
|
|
74
|
-
* drop jQuery requirement & use ms-select-vanilla dependency (#109)
|
|
75
|
-
|
|
76
|
-
## [2.6.4](https://github.com/ghiscoding/slickgrid-react/compare/v2.6.3...v2.6.4) (2023-05-20)
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
### Bug Fixes
|
|
80
|
-
|
|
81
|
-
* **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))
|
|
82
|
-
|
|
83
|
-
## [2.6.3](https://github.com/ghiscoding/slickgrid-react/compare/v2.6.2...v2.6.3) (2023-03-23)
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
### Bug Fixes
|
|
87
|
-
|
|
88
|
-
* **deps:** update all non-major dependencies to ~2.6.3 ([#73](https://github.com/ghiscoding/slickgrid-react/issues/73)) ([f1b4c36](https://github.com/ghiscoding/slickgrid-react/commit/f1b4c36253baceef3740a20c2dcd817d1671c952))
|
|
89
|
-
* **presets:** dynamic columns should be auto-inserted with Grid Presets ([#74](https://github.com/ghiscoding/slickgrid-react/issues/74)) ([df7f777](https://github.com/ghiscoding/slickgrid-react/commit/df7f7770c533a0cf3119a094efbd5c26432e5e3d))
|
|
90
|
-
|
|
91
|
-
## [2.6.2](https://github.com/ghiscoding/slickgrid-react/compare/v2.6.1...v2.6.2) (2023-03-03)
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
### Bug Fixes
|
|
95
|
-
|
|
96
|
-
* draggable grouping shouldn't throw when dynamically changing cols ([#62](https://github.com/ghiscoding/slickgrid-react/issues/62)) ([b934d0a](https://github.com/ghiscoding/slickgrid-react/commit/b934d0a30c1331389f91550ec15bca3bbf8633a6))
|
|
97
|
-
|
|
98
|
-
## [2.6.1](https://github.com/ghiscoding/slickgrid-react/compare/v2.6.0...v2.6.1) (2023-02-24)
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
### Bug Fixes
|
|
102
|
-
|
|
103
|
-
* **common:** remove jQuery import to avoid duplicate jQuery load ([1b57443](https://github.com/ghiscoding/slickgrid-react/commit/1b574439670f92c63258b9c0b8150650ebde8046))
|
|
104
|
-
|
|
105
|
-
# [2.6.0](https://github.com/ghiscoding/slickgrid-react/compare/v2.5.0...v2.6.0) (2023-02-24)
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
### Bug Fixes
|
|
109
|
-
|
|
110
|
-
* regression Edit cell mouseout should save & excel copy should work ([#57](https://github.com/ghiscoding/slickgrid-react/issues/57)) ([152bc80](https://github.com/ghiscoding/slickgrid-react/commit/152bc8073f676544c0dbd133b51b4196b55b3665))
|
|
111
|
-
|
|
112
|
-
# [2.5.0](https://github.com/ghiscoding/slickgrid-react/compare/v2.4.0...v2.5.0) (2023-02-17)
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
### Bug Fixes
|
|
116
|
-
|
|
117
|
-
* **deps:** update all non-major dependencies ([#43](https://github.com/ghiscoding/slickgrid-react/issues/43)) ([a7c59ef](https://github.com/ghiscoding/slickgrid-react/commit/a7c59efa2b7a83c2b1e72be0686bf3058cac3daa))
|
|
118
|
-
* **deps:** update dependency dompurify to v3 ([#48](https://github.com/ghiscoding/slickgrid-react/issues/48)) ([9f8cb15](https://github.com/ghiscoding/slickgrid-react/commit/9f8cb15111d1db9ebd43fe6fc67ad440843e5160))
|
|
119
|
-
* 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))
|
|
120
|
-
|
|
121
|
-
# [2.4.0](https://github.com/ghiscoding/slickgrid-react/compare/v2.3.0...v2.4.0) (2023-02-04)
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
### Bug Fixes
|
|
125
|
-
|
|
126
|
-
* use DOMPurify correct namespace for dts file ([#45](https://github.com/ghiscoding/slickgrid-react/issues/45)) ([8f2d6c3](https://github.com/ghiscoding/slickgrid-react/commit/8f2d6c3e4374026985eb22062e3e5b86af78efc8))
|
|
127
|
-
|
|
128
|
-
# [2.3.0](https://github.com/ghiscoding/slickgrid-react/compare/v2.2.0...v2.3.0) (2023-02-04)
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
### Features
|
|
132
|
-
|
|
133
|
-
* **dataView:** add option to apply row selection to all pages ([#44](https://github.com/ghiscoding/slickgrid-react/issues/44)) ([d878e4f](https://github.com/ghiscoding/slickgrid-react/commit/d878e4f3401a1f095cbaa6ad24d17a0c33312fce))
|
|
134
|
-
|
|
135
|
-
# [2.2.0](https://github.com/ghiscoding/slickgrid-react/compare/v2.1.2...v2.2.0) (2023-01-22)
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
### Features
|
|
139
|
-
|
|
140
|
-
* **filters:** new flag to disable special chars input filter parsing ([#35](https://github.com/ghiscoding/slickgrid-react/issues/35)) ([aaf7936](https://github.com/ghiscoding/slickgrid-react/commit/aaf7936339bea00395de6300234e469bd989f969))
|
|
141
|
-
|
|
142
|
-
# Change Log
|
|
143
|
-
|
|
144
|
-
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
145
|
-
|
|
146
|
-
## [2.1.2](https://github.com/ghiscoding/slickgrid-react/compare/v2.1.1...v2.1.2) (2022-12-24)
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
### Bug Fixes
|
|
150
|
-
|
|
151
|
-
* **common:** cell selection in Firefox not working ([#28](https://github.com/ghiscoding/slickgrid-react/issues/28)) ([459c127](https://github.com/ghiscoding/slickgrid-react/commit/459c1272a45449003a628fdc5b406a3e3c211219))
|
|
152
|
-
|
|
153
|
-
## [2.1.1](https://github.com/ghiscoding/slickgrid-react/compare/v2.1.0...v2.1.1) (2022-12-22)
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
### Bug Fixes
|
|
157
|
-
|
|
158
|
-
* **styling:** make Grid Menu item full width instead of max-content ([#27](https://github.com/ghiscoding/slickgrid-react/issues/27)) ([530adc4](https://github.com/ghiscoding/slickgrid-react/commit/530adc4a792a897fc49adfab223dec18d120d151))
|
|
159
|
-
|
|
160
|
-
# Change Log
|
|
161
|
-
|
|
162
|
-
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
163
|
-
|
|
164
|
-
# [2.1.0](https://github.com/ghiscoding/slickgrid-react/compare/2.0.4...v2.1.0) (2022-12-22)
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
### Features
|
|
168
|
-
|
|
169
|
-
* **exports:** add auto-detect and Excel custom cell (column) styling ([#25](https://github.com/ghiscoding/slickgrid-react/issues/25)) ([14a8be1](https://github.com/ghiscoding/slickgrid-react/commit/14a8be14cc2075123c74c8a3cdc12f85aa4c1c77))
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
## [2.0.4](https://github.com/ghiscoding/slickgrid-react/compare/2.0.3...2.0.4) (2022-12-09)
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
## [2.0.3](https://github.com/ghiscoding/slickgrid-react/compare/2.0.2...2.0.3) (2022-12-09)
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
## [2.0.2](https://github.com/ghiscoding/slickgrid-react/compare/2.0.1...2.0.2) (2022-12-09)
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
## [2.0.1](https://github.com/ghiscoding/slickgrid-react/compare/2.0.0...2.0.1) (2022-12-09)
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
### Bug Fixes
|
|
189
|
-
|
|
190
|
-
* **build:** component should be <SlickgridReact/> ([#22](https://github.com/ghiscoding/slickgrid-react/issues/22)) ([f11a231](https://github.com/ghiscoding/slickgrid-react/commit/f11a23107f2ac408afc826c642778870f0bae932))
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
# [2.0.0](https://github.com/ghiscoding/slickgrid-react/compare/549862ffff59bac1ad2ad86aae0bfad23ed686b3...2.0.0) (2022-12-08)
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
### Bug Fixes
|
|
198
|
-
|
|
199
|
-
* add missing grid container for HeaderMenu plugin to work correctly ([ca9887e](https://github.com/ghiscoding/slickgrid-react/commit/ca9887e119e6d3d61acace26197e6e299d536c84))
|
|
200
|
-
* **comp:** switch to reusable Slickgrid-Universal Pagination ([549862f](https://github.com/ghiscoding/slickgrid-react/commit/549862ffff59bac1ad2ad86aae0bfad23ed686b3))
|
|
201
|
-
* Custom Events not working out of the box in React ([1a16ae3](https://github.com/ghiscoding/slickgrid-react/commit/1a16ae3491f4efa533a4b43c4aa8b7c137ca45a4))
|
|
202
|
-
* few more small examples fixes ([4ffc694](https://github.com/ghiscoding/slickgrid-react/commit/4ffc69457633e99aef71c7879087e4e2919af22e))
|
|
203
|
-
* fixing few small issues in Examples after adding Cypress E2E tests ([217bf9d](https://github.com/ghiscoding/slickgrid-react/commit/217bf9d7e72ae40f1a02974e681f26494ae51807))
|
|
204
|
-
* Grid Presets should load all presets including pinning ([3253148](https://github.com/ghiscoding/slickgrid-react/commit/32531486c617d16a8e8a01807438f3499c9d8c53))
|
|
205
|
-
* most Examples should now work with Custom Events and i18n ([d3100b2](https://github.com/ghiscoding/slickgrid-react/commit/d3100b21629369d12bc3446f674242be34496969))
|
|
206
|
-
* **pinning:** cols reorder & freezing shouldn't affect order ([#12](https://github.com/ghiscoding/slickgrid-react/issues/12)) ([b6c806b](https://github.com/ghiscoding/slickgrid-react/commit/b6c806b3a24327ad4c54b1e37f4cd7a31b5acc6a))
|
|
207
|
-
* **sorting:** update Slickgrid-Universal, fixes date sort shuffling ([#21](https://github.com/ghiscoding/slickgrid-react/issues/21)) ([2d35508](https://github.com/ghiscoding/slickgrid-react/commit/2d35508d58de82cbdfdefc25b1df67dbcb7bcfcf))
|
|
208
|
-
* **ui:** use correct grid container on Resizer to fix Pagination ([b00dc98](https://github.com/ghiscoding/slickgrid-react/commit/b00dc98153934922e77b9a113f36eb191ed5ab89))
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
### Features
|
|
212
|
-
|
|
213
|
-
* add locale support via react-i18next ([c7c86d0](https://github.com/ghiscoding/slickgrid-react/commit/c7c86d00ac7212aa40c25f6d9b998cbbf71e1c75))
|
|
214
|
-
* add new Example 33 (tooltip) and 34 (trading platform) ([aa4ad8b](https://github.com/ghiscoding/slickgrid-react/commit/aa4ad8bc8975a8c2e76b8bb2ef11a46e6c8f3149))
|
|
215
|
-
* add Slots and fix issue to hide header row when provided ([d9bcded](https://github.com/ghiscoding/slickgrid-react/commit/d9bcdedd993d4ccbbca8e1a1759372c89878e3c1))
|
|
216
|
-
* add Tree Data grid functionality ([6422ae0](https://github.com/ghiscoding/slickgrid-react/commit/6422ae0eca678c878ff4311187f78d3879f8b38c))
|
|
217
|
-
* **core:** BREAKING CHANGE replace jQueryUI by SortableJS ([e4052d6](https://github.com/ghiscoding/slickgrid-react/commit/e4052d62bba7f150b68c2e299fe074dd75729246))
|
|
218
|
-
* **OData:** add `$select` and `$expand` query options ([631434c](https://github.com/ghiscoding/slickgrid-react/commit/631434ccb8051ac7fcd896732b1e6ece3e8f23ef))
|
|
219
|
-
* upgrade to latest Slickgrid-Universal version 1.x ([3a12f0f](https://github.com/ghiscoding/slickgrid-react/commit/3a12f0f516dbeae84daec875914f31d2d223f8d0))
|
|
220
|
-
|
|
221
|
-
### [1.0.0] (2021-09-18)
|