@syncfusion/ej2-react-layouts 22.1.36 → 22.2.5

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,17 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 22.1.37 (2023-07-04)
6
+
7
+ ### Splitter
8
+
9
+ #### Bug Fixes
10
+
11
+ - `#I466016` - The issue with "The Horizontal pane does not retain its size when the window is resized" has been resolved.
12
+ - `#I466016` - The issue with "When including pane background colour, the Splitter resize button disappears" has been resolved.
13
+
14
+ ## 22.1.36 (2023-06-28)
15
+
5
16
  ### Dashboard Layout
6
17
 
7
18
  #### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-layouts.min.js
3
- * version : 22.1.36
3
+ * version : 22.2.5
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 : 22.1.36
3
+ * version : 22.2.5
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@21.1.36",
3
+ "_id": "@syncfusion/ej2-react-layouts@22.1.37",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-F2hE8hAwUl1c/I+Z8IXiuZbpbQbbJTGMhgsdx63nTCx/P9EIpGVLhLhbcN5lQFggsbDETg0R5ravT4eMDkbWtw==",
5
+ "_integrity": "sha512-37cmLImxaDqLrlUCKjQoIsa/9pdDfKcksneBVmwjOP1N1IK7/NNpdsw12SBbfip2uEBNRnw2XudoKiYSxjAUSg==",
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-21.1.36.tgz",
23
- "_shasum": "0897988e0994880ac6a6d52af0fe28438a1552b4",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-layouts/-/ej2-react-layouts-22.1.37.tgz",
23
+ "_shasum": "055f5e366ea880018430cd391e6dde24ef30a6da",
24
24
  "_spec": "@syncfusion/ej2-react-layouts@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~22.1.34",
35
- "@syncfusion/ej2-layouts": "22.1.36",
36
- "@syncfusion/ej2-react-base": "~22.1.34"
34
+ "@syncfusion/ej2-base": "~22.2.5",
35
+ "@syncfusion/ej2-layouts": "22.2.5",
36
+ "@syncfusion/ej2-react-base": "~22.2.5"
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": "22.1.36",
59
+ "version": "22.2.5",
60
60
  "sideEffects": false
61
61
  }