@syncfusion/ej2-angular-grids 28.1.36 → 28.1.37
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
|
@@ -6,6 +6,19 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#I662531` - The script error that occurred when autofit was enabled in the Grid, the width of the first column was undefined, and its visibility was set to false has been resolved.
|
|
10
|
+
- `#I661447` - Resolved an issue where templates were not rendered in the printed output of the React Grid.
|
|
11
|
+
- `#I664462` - Resolved the issue where `SelectedRowIndex` was not updating correctly when `allowSelection` was enabled dynamically.
|
|
12
|
+
- `#I666371` - Resolved the issue where the `rowSelected` event was triggered twice when persist selection was enabled.
|
|
13
|
+
- `#FB63898` - The script issue caused by an initial filter query with complex predicates when using the `ODataV4Adaptor` has been resolved.
|
|
14
|
+
- `#I665773` - Fixed the issue where the `Column Menu popup` was not positioned correctly when the `StickyHeader` feature was enabled, and the screen was zoomed.
|
|
15
|
+
|
|
16
|
+
## 28.1.36
|
|
17
|
+
|
|
18
|
+
### Grid
|
|
19
|
+
|
|
20
|
+
#### Bug fixes
|
|
21
|
+
|
|
9
22
|
- `I660080` - The issue where export options were not disabled when properties were set to false has been resolved.
|
|
10
23
|
- `I657741` - Escape key does not function correctly for column menu filtering when the type is set to `Menu` has been resolved.
|
|
11
24
|
- `#FB31658` - The issue of white space appearing during full downward scroll and the occurrence of repeated data with incorrect blocks during slow upward scrolling in virtual scrolling has been resolved.
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-grids@*",
|
|
3
3
|
"_id": "@syncfusion/ej2-angular-grids@28.1.35",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-Rb9dQkyQ2LSwRB84PC/ebsP4SGQSh/8H3X8RInAng++Oxjzy6tV/E6WFJPIpxQDt6WtP1dutS9f9zBW5flDXVg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-grids",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
22
|
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-28.1.35.tgz",
|
|
23
|
-
"_shasum": "
|
|
23
|
+
"_shasum": "a22cccdd7b40724a81d2a50746346ad17fd7c8b2",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_28.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~28.1.33",
|
|
35
35
|
"@syncfusion/ej2-base": "~28.1.33",
|
|
36
|
-
"@syncfusion/ej2-grids": "28.1.
|
|
36
|
+
"@syncfusion/ej2-grids": "28.1.37"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"schematics": "./schematics/collection.json",
|
|
72
72
|
"sideEffects": false,
|
|
73
73
|
"typings": "syncfusion-ej2-angular-grids.d.ts",
|
|
74
|
-
"version": "28.1.
|
|
74
|
+
"version": "28.1.37"
|
|
75
75
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-grids';
|
|
4
|
-
exports.pkgVer = '^28.1.
|
|
4
|
+
exports.pkgVer = '^28.1.37';
|
|
5
5
|
exports.moduleName = 'GridModule, PagerModule';
|
|
6
|
-
exports.themeVer = '~28.1.
|
|
6
|
+
exports.themeVer = '~28.1.37';
|