@syncfusion/ej2-angular-grids 28.1.35 → 28.1.36

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,22 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `I660080` - The issue where export options were not disabled when properties were set to false has been resolved.
10
+ - `I657741` - Escape key does not function correctly for column menu filtering when the type is set to `Menu` has been resolved.
11
+ - `#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.
12
+ - `#I659372` - Fixed an issue where the Select All checkbox would automatically get checked after scrolling and selecting the last record when virtual scrolling was enabled.
13
+ - `#I663580` - The issue with the cell save functionality not working properly on pressing the Enter key when collapsing rows has been resolved.
14
+ - `#I662005` - Fixed an issue where the `pageSize` setting did not work as expected after updating rules using the `QueryBuilder`.
15
+ - `#I660641` - Fixed an issue where the Checkbox Filter dialog was cut off when rendering the grid inside an `Accordion component`, with `filter.type` set to `CheckBox` and `filterSettings.type` set to `Menu`.
16
+ - `#I665951` - Resolved an issue where frozen columns with `ColumnVirtualization` caused a blank space.
17
+ - `#I664685` - The script error that occurred when collapsing all records and then deleting the last record has been fixed.
18
+
19
+ ## 28.1.35 (2024-12-18)
20
+
21
+ ### Grid
22
+
23
+ #### Bug fixes
24
+
9
25
  - `#I659877` - Fixed the issue where the `getSelectedRecords` method retained previous selections when virtual scrolling was enabled.
10
26
  - `#I660588` - The issue of a script error occurring while searching for data after clearing the sorting in the hierarchy grid has been resolved.
11
27
  - `#I660594` - The problem of the vertical scrollbar disappearing when frozen rows are enabled in the responsive grid has been resolved.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-grids@*",
3
- "_id": "@syncfusion/ej2-angular-grids@28.1.33",
3
+ "_id": "@syncfusion/ej2-angular-grids@28.1.35",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-dJOd5d0qr2x1bN8x9Ww3R/bYiRdK9WNvdejSn30oSF6Xk9Hz8DNDKGM/B75R3qUf1AH9qEUfFOXOifc/Z0qzvQ==",
5
+ "_integrity": "sha512-9ozk+5lXI6iBwr7pqdpc0tPKle5t55klxU9xs1zuqi6gfi/ZiTw3ZVXgOEzraQihrmfEnJd0lwVdllIP4l8pnQ==",
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-28.1.33.tgz",
23
- "_shasum": "5c5786fdd768f897119d2135f0da8710f0b2ea18",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-28.1.35.tgz",
23
+ "_shasum": "c2e4636770e1db867faf8ac890e55d06b58bc7b1",
24
24
  "_spec": "@syncfusion/ej2-angular-grids@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_28.1.1/ivypackages/included",
26
26
  "author": {
@@ -33,11 +33,10 @@
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.35"
36
+ "@syncfusion/ej2-grids": "28.1.36"
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",
40
- "devDependencies": {},
41
40
  "es2020": "fesm2020/syncfusion-ej2-angular-grids.mjs",
42
41
  "esm2020": "esm2020/syncfusion-ej2-angular-grids.mjs",
43
42
  "exports": {
@@ -72,5 +71,5 @@
72
71
  "schematics": "./schematics/collection.json",
73
72
  "sideEffects": false,
74
73
  "typings": "syncfusion-ej2-angular-grids.d.ts",
75
- "version": "28.1.35"
74
+ "version": "28.1.36"
76
75
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-grids";
2
- export declare const pkgVer = "^28.1.33";
2
+ export declare const pkgVer = "^28.1.35";
3
3
  export declare const moduleName = "GridModule, PagerModule";
4
- export declare const themeVer = "~28.1.33";
4
+ export declare const themeVer = "~28.1.35";
@@ -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.35';
4
+ exports.pkgVer = '^28.1.36';
5
5
  exports.moduleName = 'GridModule, PagerModule';
6
- exports.themeVer = '~28.1.35';
6
+ exports.themeVer = '~28.1.36';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-grids';
2
- export const pkgVer = '^28.1.35';
2
+ export const pkgVer = '^28.1.36';
3
3
  export const moduleName = 'GridModule, PagerModule';
4
- export const themeVer = '~28.1.35';
4
+ export const themeVer = '~28.1.36';