@syncfusion/ej2-angular-grids 31.2.12 → 31.2.15
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,23 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Grid
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I782616` - The issue where the header was not refreshed after updating the `sortSettings` in the grid has been resolved.
|
|
10
|
+
- `#I783105` - The issue where `currentViewData` was not updated properly after row reordering with remote data has been resolved.
|
|
11
|
+
- `#I783563` - The issue where `Add Current Selection to Filter` in Excel style filtering was not working when no existing filter was applied to the grid has been resolved.
|
|
12
|
+
- `#I780338` - Resolved an issue where the `hierarchyExportMode` was not working in a hierarchy grid with pagination enabled.
|
|
13
|
+
- `#I782594` - Resolved an issue where the filter value was not updated properly when filtering was performed immediately in the custom filter dialog on a string column.
|
|
14
|
+
|
|
15
|
+
- `#I782616` - The issue where the header was not refreshed after updating the `sortSettings` in the grid has been resolved.
|
|
16
|
+
- `#I783105` - The issue where `currentViewData` was not updated properly after row reordering with remote data has been resolved.
|
|
17
|
+
- `#I783563` - The issue where `Add Current Selection to Filter` in Excel style filtering was not working when no existing filter was applied to the grid has been resolved.
|
|
18
|
+
- `#I780338` - Resolved an issue where the `hierarchyExportMode` was not working in a hierarchy grid with pagination enabled.
|
|
19
|
+
- `#I782594` - Resolved an issue where the filter value was not updated properly when filtering was performed immediately in the custom filter dialog on a string column.
|
|
20
|
+
- `#I776782` - Resolved an issue where the selected date value in the Syncfusion `DatePicker` within the grid's `editTemplate` was not saved after editing.
|
|
21
|
+
|
|
5
22
|
## 31.2.10 (2025-11-13)
|
|
6
23
|
|
|
7
24
|
### Grid
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-grids",
|
|
3
|
-
"version": "31.2.
|
|
3
|
+
"version": "31.2.15",
|
|
4
4
|
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@syncfusion/ej2-base": "~31.2.12",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~31.2.12",
|
|
11
|
-
"@syncfusion/ej2-grids": "31.2.
|
|
11
|
+
"@syncfusion/ej2-grids": "31.2.15"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"angular",
|
|
@@ -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 = '^31.2.
|
|
4
|
+
exports.pkgVer = '^31.2.15';
|
|
5
5
|
exports.moduleName = 'GridModule, PagerModule';
|
|
6
|
-
exports.themeVer = '~31.2.
|
|
6
|
+
exports.themeVer = '~31.2.15';
|