@syncfusion/ej2-angular-grids 26.2.11 → 26.2.12
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 +16 -0
- package/package.json +6 -6
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,22 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#FB60593` - The issue where setting `args.cancel` to true in the `rowDeselecting` event caused a script error when selection persistence was enabled without a checkbox column has been resolved.
|
|
10
|
+
- `#FB60504` - The issue of the grid ignoring the stacked header during printing has been resolved.
|
|
11
|
+
- `#I620165` - Focus issue when `enableColumnVirtualization` is enabled with freeze columns has been resolved.
|
|
12
|
+
- `#FB60430` - The problem with the Shimmer effect behaviour during Pagination has been resolved.
|
|
13
|
+
- `#I621511` - Resolved the script error that occurs when opening the column chooser in adaptive mode.
|
|
14
|
+
- `#I624131` - The issue where the column `autoFit` property was ignored, even with `resizeSettings` mode set to normal when applying other column width property values as auto, has been resolved.
|
|
15
|
+
- `#I621704` - The issue with tab navigation not working properly with the toolbar search has been resolved.
|
|
16
|
+
- `#I621707` - The problem with the layout when using a custom toolbar in `Adaptive UI` has been resolved.
|
|
17
|
+
- `#FB60195`, `#FB60319` - The issue where the hierarchy grid export was not working correctly when passing columns in the export properties has been resolved.
|
|
18
|
+
|
|
19
|
+
## 26.2.11 (2024-08-27)
|
|
20
|
+
|
|
21
|
+
### Grid
|
|
22
|
+
|
|
23
|
+
#### Bug fixes
|
|
24
|
+
|
|
9
25
|
- `#I620569` - XSS Vulnerability in the `filterByColumn` Method has been resolved.
|
|
10
26
|
- `#I618398` - The issue with the 'Blanks' filter option has been resolved.
|
|
11
27
|
- `#I604038` - The issue with maintaining text formatting in the edit dialog for a multiline TextBox in the Grid UI has been resolved.
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-grids@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-grids@26.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-grids@26.2.11",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-qH6doiZ9yeZ1wt+LHWvQw8htEm9GdItOS5eIaMN3xOPz55f+Xy63mlq4LmS2YNPr2G7ku7NsElJmH6pLQN3Hnw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-grids",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-26.2.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-26.2.11.tgz",
|
|
23
|
+
"_shasum": "3f0deff335134e5f6e2c9e76357185814d1bcf71",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~26.2.10",
|
|
35
35
|
"@syncfusion/ej2-base": "~26.2.10",
|
|
36
|
-
"@syncfusion/ej2-grids": "26.2.
|
|
36
|
+
"@syncfusion/ej2-grids": "26.2.12",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"schematics": "./schematics/collection.json",
|
|
73
73
|
"sideEffects": false,
|
|
74
74
|
"typings": "syncfusion-ej2-angular-grids.d.ts",
|
|
75
|
-
"version": "26.2.
|
|
75
|
+
"version": "26.2.12"
|
|
76
76
|
}
|