@syncfusion/ej2-angular-grids 31.2.16 → 31.2.18
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,17 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 31.2.16 (2025-12-02)
|
|
6
|
+
|
|
7
|
+
### Grid
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
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
|
+
- `#I786132` - Resolved a script error that occurred when opening the filter dialog in a grid with `enableInfiniteScrolling` enabled in `filterSettings` while using the `RemoteSaveAdaptor`.
|
|
13
|
+
- `#I788372` - Fixed a script error that occurred when the grid was rendered with `CheckBox` filtering and one column configured with `Menu` filtering, when the filtering action was cancelled in the `actionBegin` event.
|
|
14
|
+
- `#I786004` - The issue where changing the page size via the pager dropdown did not update the page size correctly when the `enableCache` property was set in the `DataManager` within the grid has been resolved.
|
|
15
|
+
|
|
5
16
|
## 31.2.15 (2025-11-25)
|
|
6
17
|
|
|
7
18
|
### Grid
|
|
@@ -10,13 +21,11 @@
|
|
|
10
21
|
|
|
11
22
|
- `#I782616` - The issue where the header was not refreshed after updating the `sortSettings` in the grid has been resolved.
|
|
12
23
|
- `#I783105` - The issue where `currentViewData` was not updated properly after row reordering with remote data has been resolved.
|
|
13
|
-
- `#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.
|
|
14
24
|
- `#I780338` - Resolved an issue where the `hierarchyExportMode` was not working in a hierarchy grid with pagination enabled.
|
|
15
25
|
- `#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.
|
|
16
26
|
|
|
17
27
|
- `#I782616` - The issue where the header was not refreshed after updating the `sortSettings` in the grid has been resolved.
|
|
18
28
|
- `#I783105` - The issue where `currentViewData` was not updated properly after row reordering with remote data has been resolved.
|
|
19
|
-
- `#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.
|
|
20
29
|
- `#I780338` - Resolved an issue where the `hierarchyExportMode` was not working in a hierarchy grid with pagination enabled.
|
|
21
30
|
- `#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.
|
|
22
31
|
- `#I776782` - Resolved an issue where the selected date value in the Syncfusion `DatePicker` within the grid's `editTemplate` was not saved after editing.
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-grids",
|
|
3
|
-
"version": "31.2.
|
|
3
|
+
"version": "31.2.18",
|
|
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",
|
|
7
7
|
"schematics": "./schematics/collection.json",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~31.2.
|
|
9
|
+
"@syncfusion/ej2-base": "~31.2.18",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~31.2.12",
|
|
11
|
-
"@syncfusion/ej2-grids": "31.2.
|
|
11
|
+
"@syncfusion/ej2-grids": "31.2.18"
|
|
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.18';
|
|
5
5
|
exports.moduleName = 'GridModule, PagerModule';
|
|
6
|
-
exports.themeVer = '~31.2.
|
|
6
|
+
exports.themeVer = '~31.2.18';
|