@syncfusion/ej2-react-layouts 20.4.42 → 20.4.53

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
@@ -2,6 +2,29 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Dashboard Layout
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I443265` - The issue of the dragStop event being triggered twice has been resolved.
10
+
11
+ ## 20.4.48 (2023-02-01)
12
+
13
+ ### Dashboard Layout
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I423971` - Provided cancel option in Drag Start and Drag Stop events of the Dashboard Layout component.
18
+
19
+ - `#I423971` - Provided cancel option in Drag Start and Drag Stop events of the Dashboard Layout component.
20
+
21
+
22
+ ### Splitter
23
+
24
+ #### Bug Fixes
25
+
26
+ - `#I425916` - Fixed issue with Expand and Collapse event triggering in splitter.
27
+
5
28
  ## 20.4.38 (2022-12-21)
6
29
 
7
30
  ### Dashboard Layout
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-layouts.min.js
3
- * version : 20.4.42
3
+ * version : 20.4.53
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-layouts.umd.min.js
3
- * version : 20.4.42
3
+ * version : 20.4.53
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-layouts@*",
3
- "_id": "@syncfusion/ej2-react-layouts@20.4.40",
3
+ "_id": "@syncfusion/ej2-react-layouts@20.4.48",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-hSnZWptZOjUdOEil9ly3v47X4tqePLuOJBD6GLrhyKHTcxajzwt3yKC6UWgFhZVKeBtfKZHYxFQPnhDI1RPMjA==",
5
+ "_integrity": "sha512-vdUQAGzJUv2K2FqtfYZzGEmEvpZOxPhVObDMR4EkcKIX3Ujy53VO2vQKznyuaCq+ndAsu6LgfTj/em9rgGa6ZQ==",
6
6
  "_location": "/@syncfusion/ej2-react-layouts",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-layouts/-/ej2-react-layouts-20.4.40.tgz",
23
- "_shasum": "0ccd70e1a4a8b48e30d69bbd94ca11447d91be7d",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-layouts/-/ej2-react-layouts-20.4.48.tgz",
23
+ "_shasum": "7b7e7c883d3058c1f76adb18b337c3a588dd579c",
24
24
  "_spec": "@syncfusion/ej2-react-layouts@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.4.42",
35
- "@syncfusion/ej2-layouts": "20.4.42",
36
- "@syncfusion/ej2-react-base": "~20.4.42"
34
+ "@syncfusion/ej2-base": "~20.4.51",
35
+ "@syncfusion/ej2-layouts": "20.4.53",
36
+ "@syncfusion/ej2-react-base": "~20.4.48"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for React",
@@ -56,6 +56,6 @@
56
56
  "type": "git",
57
57
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
58
58
  },
59
- "version": "20.4.42",
59
+ "version": "20.4.53",
60
60
  "sideEffects": false
61
61
  }