@syncfusion/ej2-react-grids 19.3.43 → 19.3.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,6 +4,22 @@
4
4
 
5
5
  ### Grid
6
6
 
7
+ #### Bug Fixes
8
+
9
+ - `#I341591` - Grid column `virtualization` does not support dynamic column changes issue has been fixed.
10
+ - `#I330797` - Provided support to set height and width for image when pdf export.
11
+ - `#I341546`, `#I341928` - custom date format filter issue in Excel search box has been fixed.
12
+ - `#I341353` - `No Records To Display` message is split while grouping has been fixed.
13
+ - `#I341339` - Editing issue in `foreignKeyColumn` with `virtualization` has been fixed.
14
+ - `#I342311` - Hierarchy Grid sends request for `childGrid` data when `hierarchyExportMode` as none is resolved.
15
+ - `#I341591` - Aggregate rendering condition order impact the grid performance issue has been fixed.
16
+
17
+ - `#F168181` - Pager template issue has been fixed.
18
+
19
+ ## 19.3.43 (2021-09-30)
20
+
21
+ ### Grid
22
+
7
23
  #### New Features
8
24
 
9
25
  - `#I284744`, `#I289234` - Provided keyboard navigation support for infinite scroll.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-grids.umd.min.js
3
- * version : 19.3.43
3
+ * version : 19.3.44
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "_from": "@syncfusion/ej2-react-grids@*",
3
3
  "_id": "@syncfusion/ej2-react-grids@1.93.2",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-YSAJ+h5blfthI/Z78yrhf9ShnRiBSZMJHzkXRNKG0iG2CjRBaQLe4z8GqAEblxU+X1AbTedOd5+FVrtt7ZgHfQ==",
5
+ "_integrity": "sha512-HjrW99Z0ztxYgp//DjORUYedH+wpn4ZGOGZlCImD3RdidFin/CNqvcmVd6Q05l3XDi40Ffo/LqzXoh8Z0tUvWg==",
6
6
  "_location": "/@syncfusion/ej2-react-grids",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-grids/-/ej2-react-grids-1.93.2.tgz",
23
- "_shasum": "6c0cd54e126d2f24d3d064e9ac0b577c716318db",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-react-grids/-/ej2-react-grids-1.93.2.tgz",
23
+ "_shasum": "0a76fd167ac125ac0828e3dfa898d20849d3b5bd",
24
24
  "_spec": "@syncfusion/ej2-react-grids@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -32,7 +32,7 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~19.3.43",
35
- "@syncfusion/ej2-grids": "19.3.43",
35
+ "@syncfusion/ej2-grids": "19.3.44",
36
36
  "@syncfusion/ej2-react-base": "~19.3.43"
37
37
  },
38
38
  "deprecated": false,
@@ -65,6 +65,6 @@
65
65
  "type": "git",
66
66
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
67
67
  },
68
- "version": "19.3.43",
68
+ "version": "19.3.44",
69
69
  "sideEffects": false
70
70
  }