@syncfusion/ej2-react-grids 19.4.53 → 19.4.54

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,16 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#F172908` - Script error is thrown when column has `sortComparer` set is fixed.
10
+ - `#I367180` - `RowDragandDrop` not working when page size set to `All` has been fixed.
11
+ - `#I365069` - column menu `popup` not closed after filtering using enter key is fixed.
12
+
13
+ ## 19.4.53 (2022-02-22)
14
+
15
+ ### Grid
16
+
17
+ #### Bug Fixes
18
+
9
19
  - `#I364948` - column menu position issue when open last column is fixed.
10
20
  - `#I363675` - Need to set id and aria label for Grid checkboxes accessibility.
11
21
  - `#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.54
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.53",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-DsTT59IE2hfnBRqcZfay+5SLjetHHQSvxFXl+BWEbwjh0qEReFyMMROirM6Oyn7iYsDvdZwCmeUkKUcuToOvaw==",
5
+ "_integrity": "sha512-y6n6VS7VtYrXFiAU/PxrAju7AVkDMPl/+Dv1Pz3Cncwd37L9gN7pOQdJxRTgqoLUzFeaPgfLO8ueaST8iFEZaQ==",
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.53.tgz",
23
+ "_shasum": "49aa26bef69026bd456c4ddc6345711474bbd92c",
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.4.52",
35
- "@syncfusion/ej2-grids": "19.4.53",
35
+ "@syncfusion/ej2-grids": "19.4.54",
36
36
  "@syncfusion/ej2-react-base": "~19.4.53"
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.4.53",
68
+ "version": "19.4.54",
69
69
  "sideEffects": false
70
70
  }