@syncfusion/ej2-angular-grids 32.2.9 → 33.1.44

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
@@ -4,117 +4,6 @@
4
4
 
5
5
  ### Grid
6
6
 
7
- #### Bug fixes
8
-
9
- - `#I813912` - Resolved an issue where an accessibility warning was thrown due to a missing id attribute in the clipboard feature of the Grid.
10
- - `#I812612` - Resolved an issue where resizing a Grid column using a touchpad on `macOS` caused text content in the Grid to be selected.
11
-
12
- ## 32.2.8 (2025-12-22)
13
-
14
- ### Grid
15
-
16
- #### Bug fixes
17
-
18
- - `#I793520` - Resolved an inconsistency in keyboard navigation when using `Shift+Tab` to focus on the Grid component with column template.
19
- - `#FB72878` - Fixed an issue where the details of the deselected records were not available in the `rowDeselecting` event when clearing the selection using the header checkbox.
20
-
21
- ## 32.2.7 (2026-02-24)
22
-
23
- ### Grid
24
-
25
- #### Bug fixes
26
-
27
- - `#FB72619` - Resolved an issue where `calculatePageSizeByParentHeight` method returned an incorrect value when `showColumnChooser` is enabled in the Grid.
28
- - `#FB72620` - Fixed an issue where the detail indent cell width was altered unexpectedly when executing `autofitColumns` with `auto` resize mode.
29
- - `#FB72588` - Resolved an issue where focus is not restored to the grid cell during repeated navigation using the tab key.
30
-
31
- ## 32.2.5 (2026-02-17)
32
-
33
- ### Grid
34
-
35
- #### Bug fixes
36
-
37
- - `#I806203` - Resolved an issue where initial filtering did not work when applying multiple date values with `greaterthanorequal` and `lessthanorequal` operators.
38
- - `#I807300` - Resolved an issue where a script error occurs during Pdf export when the stacked header has no visible columns.
39
- - `#I792923` - Memory leak issue when deleting a record with `showAddNewRow` enabled has been resolved.
40
-
41
- ## 32.2.3 (2026-02-05)
42
-
43
- ### Grid
44
-
45
- #### Bug fixes
46
-
47
- - `#I804809, #I804836` - The issue where grouping breaks in ascending order when `null/undefined` values are present in a string type column has been resolved.
48
- - `#I803723` - Fixed inconsistent filtered icon appearance across all themes.
49
- - `#I807398` - Resolved an issue where a script error occurred when `allowResizing` is enabled and the last stacked header has no visible columns.
50
- - `#I803667` - Fixed an issue where `getSelectedRecords` returned only the current page records in the `rowSelected` event when `isRowSelectable` is enabled.
51
- - `#I794358` - Provided support to update the grid properties when changing the dataSource and columns through the `changeDataSource` method.
52
-
53
- ## 32.1.25 (2026-01-27)
54
-
55
- ### Grid
56
-
57
- #### Bug fixes
58
-
59
- - `#I795201` - Resolved an issue where the scrollbar position was not retained after toggling columns in the column chooser when using `virtualization` along with lazy load grouping.
60
- - `#I803519` - Fixed an issue where a visual glitch occurred during vertical scrolling when Grid has fixed height and frozen rows.
61
-
62
- ## 32.1.24 (2026-01-20)
63
-
64
- ### Grid
65
-
66
- #### Bug fixes
67
-
68
- - `#I799719` - Resolved an issue where the filter option was shown as enabled in the column menu when the filter item was included in `columnMenuItems` and `allowFiltering` is set to false.
69
- - `#I798391` - Fixed an issue where grid focus behaviour did not work correctly when `enableHeaderFocus` is set to false.
70
-
71
- ## 32.1.23 (2026-01-13)
72
-
73
- ### Grid
74
-
75
- #### Bug fixes
76
-
77
- - `#I797313` - The issue where column visibility was not maintained properly when restoring grid settings through `setProperties` has been resolved.
78
- - `#I795329` - Fixed an issue where the frozen columns in the Grid were not removed when the `frozenColumns` property was set to zero using `setProperties` with `muteOnChange` enabled and the `freezeRefresh` method was called.
79
- - `#I794354` - The issue where `getSelectedRecords` returned an empty array for conditional row selection without paging has been resolved.
80
- - `#I796847` - Resolved an issue where a script error occurred when focus moved away from the Grid and then returned to the `detailTemplate` content.
81
- - `#I797404` - Resolved an issue where the `isEmpty` operator did not filter null or undefined values in string type columns.
82
-
83
- ## 32.1.22 (2026-01-06)
84
-
85
- ### Grid
86
-
87
- #### Bug fixes
88
-
89
- - `#I795454` - The issue where the page refreshes during batch editing when `allowKeyboard` is set to false has been resolved.
90
- - `#I797312` - Resolved an issue where calling `expandAll` or `collapseAll` on grouped columns would throw a script error when the data source was empty.
91
-
92
- ## 32.1.21 (2025-12-30)
93
-
94
- ### Grid
95
-
96
- #### Bug fixes
97
-
98
- - `#I791512` - The issue where the selected row was not visible in the viewport when `virtualization` is enabled in the Grid and a row is selected programmatically using the `selectRow` method with specific index has been resolved.
99
- - `#I793520` - Resolved an inconsistency in keyboard navigation when using `Shift+Tab` to focus on the Grid component with command columns enabled.
100
- - `#I791818` - Resolved an issue where the border of stacked column headers was misaligned when frozen columns are enabled in the Grid.
101
-
102
- ## 32.1.20 (2025-12-23)
103
-
104
- ### Grid
105
-
106
- #### Bug fixes
107
-
108
- - `#I784568` - Resolved an issue where edited values were not saved when using `editTemplate` with `virtualization` in the Grid.
109
- - `#I788221` - Added support for ordering columns by `headerText` in the column chooser.
110
- - `#I782100` - Fixed an issue where the column chooser was not fully visible when the Grid was positioned at the bottom of the page.
111
- - `#I791047` - Fixed an issue where case sensitivity was ignored during lazy load grouping.
112
- - `#I795201` - Resolved an issue where the scrollbar position was not retained after toggling columns in the column chooser.
113
-
114
- ## 32.1.19 (2025-12-16)
115
-
116
- ### Grid
117
-
118
7
  #### Features
119
8
 
120
9
  - `#FB3775` - The `ODataV4` functionality has been enhanced, enabling you to invoke custom URLs for data fetching and CRUD actions.
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-grids",
3
- "version": "32.2.9",
3
+ "version": "33.1.44",
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": "~32.2.9",
10
- "@syncfusion/ej2-angular-base": "~32.2.3",
11
- "@syncfusion/ej2-grids": "32.2.9"
9
+ "@syncfusion/ej2-base": "~33.1.44",
10
+ "@syncfusion/ej2-angular-base": "~33.1.44",
11
+ "@syncfusion/ej2-grids": "33.1.44"
12
12
  },
13
13
  "keywords": [
14
14
  "angular",
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-grids";
2
- export declare const pkgVer = "^1.194.0";
2
+ export declare const pkgVer = "^1.193.11";
3
3
  export declare const moduleName = "GridModule, PagerModule";
4
- export declare const themeVer = "~1.194.0";
4
+ export declare const themeVer = "~1.193.11";
@@ -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 = '^32.2.9';
4
+ exports.pkgVer = '^33.1.44';
5
5
  exports.moduleName = 'GridModule, PagerModule';
6
- exports.themeVer = '~32.2.9';
6
+ exports.themeVer = '~33.1.44';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-grids';
2
- export const pkgVer = '^32.2.9';
2
+ export const pkgVer = '^33.1.44';
3
3
  export const moduleName = 'GridModule, PagerModule';
4
- export const themeVer = '~32.2.9';
4
+ export const themeVer = '~33.1.44';