@syncfusion/ej2-angular-grids 26.2.10 → 26.2.11
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
|
+
- `#I620569` - XSS Vulnerability in the `filterByColumn` Method has been resolved.
|
|
10
|
+
- `#I618398` - The issue with the 'Blanks' filter option has been resolved.
|
|
11
|
+
- `#I604038` - The issue with maintaining text formatting in the edit dialog for a multiline TextBox in the Grid UI has been resolved.
|
|
12
|
+
- `#I615271` - The issue with selected dropdown value is not saved in the grid when using `editTemplate` has been resolved.
|
|
13
|
+
- `#I902455` - The issue with Dot character search as `NaN` issue has been resolved.
|
|
14
|
+
- `#I621020` - Frozen grid with `columnVirtualization` not properly rendered issue has been resolved.
|
|
15
|
+
- `#I617987` - Double request issue when `pageSize` higher than `totalRecordCount` is resolved.
|
|
16
|
+
- `#I616111` - The issue with the foreign column using a remote data manager, where values were only retrieved when the column was displayed, has been resolved.
|
|
17
|
+
- `#I617475` - When enabling AutoFit for certain columns, the aggregate row becomes misaligned issue has been resolved.
|
|
18
|
+
|
|
19
|
+
## 26.2.10 (2024-08-20)
|
|
20
|
+
|
|
21
|
+
### Grid
|
|
22
|
+
|
|
23
|
+
#### Bug fixes
|
|
24
|
+
|
|
9
25
|
- `#I616688` - The issue with Programmatic open column chooser dialog not opening with `OK` and `Cancel` buttons on adaptive vertical view has been resolved.
|
|
10
26
|
- `#I615860` - The issue where invoking the `getPersistData` method in the `dataBound` event of the Grid removed the `groupCaptionTemplate` has been resolved.
|
|
11
27
|
- `#I614425` - Resolved the issue with the inconsistent `isCountRequired` query in the Excel-like filter when using the `ODataV4Adaptor`.
|
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.10",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-7J2iXNwe6Pd8IArrrv/w5xHB7uSpAxpsEKR4SYPfHJs5Mtv6ofEh5pHkv+I2B6sRCuYlI1jmcr9yyMJ5BR0m0g==",
|
|
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.10.tgz",
|
|
23
|
+
"_shasum": "23eb804cea347941904d5bcf97240439efff1dfb",
|
|
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.11",
|
|
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.11"
|
|
76
76
|
}
|