@syncfusion/ej2-react-grids 19.4.53 → 19.4.56

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,35 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I368016` - Foreign key column editing and filtering is not working properly with `virtualization` issue has been fixed.
10
+ - `#I369186` - Aggregate value refresh issue in child grid has been fixed.
11
+
12
+ ## 19.4.55 (2022-03-08)
13
+
14
+ ### Grid
15
+
16
+ #### Bug Fixes
17
+
18
+ - `#I367001` - Inline editing is not working properly when `RowDragandDrop` with frozen columns is fixed.
19
+ - `#I368530` - Aggregates not shown when using `expandAll` and `collapseAll` in grouping issue has been fixed.
20
+ - `#I368787` - `Autofill` removing decimal values in number type columns issue has been fixed.
21
+
22
+ ## 19.4.54 (2022-03-01)
23
+
24
+ ### Grid
25
+
26
+ #### Bug Fixes
27
+
28
+ - `#F172908` - Script error is thrown when column has `sortComparer` set is fixed.
29
+ - `#I367180` - `RowDragandDrop` not working when page size set to `All` has been fixed.
30
+ - `#I365069` - column menu `popup` not closed after filtering using enter key is fixed.
31
+
32
+ ## 19.4.53 (2022-02-22)
33
+
34
+ ### Grid
35
+
36
+ #### Bug Fixes
37
+
9
38
  - `#I364948` - column menu position issue when open last column is fixed.
10
39
  - `#I363675` - Need to set id and aria label for Grid checkboxes accessibility.
11
40
  - `#I366853` - Column menu icon is not showing in bigger tailwind theme.
package/README.md CHANGED
@@ -72,4 +72,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-react-ui-compo
72
72
 
73
73
  Check the changelog [here]((https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/grids/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=react-data-grid-npm)
74
74
 
75
- © Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
75
+ © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-grids.umd.min.js
3
- * version : 19.4.53
3
+ * version : 19.4.56
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
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-grids@*",
3
- "_id": "@syncfusion/ej2-react-grids@19.4.52",
3
+ "_id": "@syncfusion/ej2-react-grids@19.4.55",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-DsTT59IE2hfnBRqcZfay+5SLjetHHQSvxFXl+BWEbwjh0qEReFyMMROirM6Oyn7iYsDvdZwCmeUkKUcuToOvaw==",
5
+ "_integrity": "sha512-DFA8RKoWvCfnzHPhoLEaPZwjR/HUAj2hRX37hnu2JOGzHczdY0/zUqw18vUT2FAJ9y+gXq+qHCgVL4l0GngHuw==",
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-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-19.4.52.tgz",
23
- "_shasum": "323c68638a579deab500610408e8fa1e80c1a07a",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-19.4.55.tgz",
23
+ "_shasum": "b7bf2ff6329571c34daaddbfd875e1c4fb7e050e",
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,8 +32,8 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~19.4.52",
35
- "@syncfusion/ej2-grids": "19.4.53",
36
- "@syncfusion/ej2-react-base": "~19.4.53"
35
+ "@syncfusion/ej2-grids": "19.4.56",
36
+ "@syncfusion/ej2-react-base": "~19.4.56"
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 React",
@@ -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.4.53",
68
+ "version": "19.4.56",
69
69
  "sideEffects": false
70
70
  }