@syncfusion/ej2-angular-grids 26.2.8 → 26.2.9

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
+ - `#F191300` - When freeze property is enabled the `minWidth` and `maxWidth` set to a column is not working properly issue has been resolved.
10
+ - `#I615679` - search clear action does not reset the `pageSize` issue has been resolved.
11
+ - `#FB59752` - In `rowDrag` event, the dragged data is not properly returned issue has been resolved.
12
+ - `#I617335` - `ResponsiveBack` element not showing when search is aligned left in Toolbar with `AdaptiveUI` issue has been resolved.
13
+ - `#FB59809` - The issue with editing a record of column that contains multiple aggregates throws a script error has been resolved.
14
+ - `#I899326` - The script error related to `adaptiveUI` when selecting records with a toolbar rendered using a `template` has been resolved.
15
+
16
+ ## 26.2.8 (2024-08-06)
17
+
18
+ ### Grid
19
+
20
+ #### Bug fixes
21
+
9
22
  - `#F189384` - Provided comma separation to the pager message for all `locale`.
10
23
  - `#I610850` - Event triggered in case of identical filter data in grid date time type column has been resolved.
11
24
  - `#F189325` - The issue with "Not null", "Null", "Empty", and "Not empty" filters not working with the filter template 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@26.2.7",
3
+ "_id": "@syncfusion/ej2-angular-grids@26.2.8",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-cpAIG5OG6uIH6v6r9H1YdVGMl3NJFo2k0UxGvTcHOM45YC1lAjORgT3yoqOjOr83A3NX3oTnsYSvu7WX8pUapw==",
5
+ "_integrity": "sha512-K6x0puSeFpypXC70W358DQ2OUeoh8P1BcogCl3a3jeJ8nAyC5wdRof8W7U0CWABXvQ0oRrA8SCIwmSWCmhAS8Q==",
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-26.2.7.tgz",
23
- "_shasum": "eab431c59b9b6dc7114a2cd30f1db4f30c8b5440",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-26.2.8.tgz",
23
+ "_shasum": "a2190bee2175e0ed666a61a03d964764a6650612",
24
24
  "_spec": "@syncfusion/ej2-angular-grids@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~26.2.5",
35
35
  "@syncfusion/ej2-base": "~26.2.5",
36
- "@syncfusion/ej2-grids": "26.2.8",
36
+ "@syncfusion/ej2-grids": "26.2.9",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -72,5 +72,5 @@
72
72
  "schematics": "./schematics/collection.json",
73
73
  "sideEffects": false,
74
74
  "typings": "syncfusion-ej2-angular-grids.d.ts",
75
- "version": "26.2.8"
75
+ "version": "26.2.9"
76
76
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-grids';
2
- export const pkgVer = '^26.2.7';
2
+ export const pkgVer = '^26.2.8';
3
3
  export const moduleName = 'GridModule, PagerModule';
4
- export const themeVer = '~26.2.7';
4
+ export const themeVer = '~26.2.8';