@syncfusion/ej2-react-layouts 21.2.3 → 21.2.9
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,26 @@
|
|
2
2
|
|
3
3
|
## [Unreleased]
|
4
4
|
|
5
|
+
### Dashboard Layout
|
6
|
+
|
7
|
+
#### Bug Fixes
|
8
|
+
|
9
|
+
- `#F182339` - Resolved the panel overlapping issue, when resize it after continuously performing drag and drop actions in Dashboard Layout component.
|
10
|
+
|
11
|
+
### Splitter
|
12
|
+
|
13
|
+
#### Bug Fixes
|
14
|
+
|
15
|
+
- `#I463883` - The issue of "updating the pane setting dynamically with the same value despite manually resizing the pane" has been resolved.
|
16
|
+
|
17
|
+
## 21.2.6 (2023-05-23)
|
18
|
+
|
19
|
+
### Splitter
|
20
|
+
|
21
|
+
#### Bug Fixes
|
22
|
+
|
23
|
+
- `#I451526` - The issue with the "Pane resizing would not works properly" has been resolved.
|
24
|
+
|
5
25
|
## 20.4.48 (2023-02-01)
|
6
26
|
|
7
27
|
### Splitter
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: ej2-react-layouts.min.js
|
3
|
-
* version : 21.2.
|
3
|
+
* version : 21.2.9
|
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 : 21.2.
|
3
|
+
* version : 21.2.9
|
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.2.
|
3
|
+
"_id": "@syncfusion/ej2-react-layouts@21.2.6",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512-
|
5
|
+
"_integrity": "sha512-DNCfZcTCmv+Xcwj+26jouJ0a5+viiORbir4RXQhI3UZfe2sd61s0O4iTWDF6gV+JMGEXx5R3BZtL9uE5nnMAWg==",
|
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.2.
|
23
|
-
"_shasum": "
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-layouts/-/ej2-react-layouts-21.2.6.tgz",
|
23
|
+
"_shasum": "e2d8ce41dfb3baef9b130400569cdd6976305511",
|
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": "~21.2.
|
35
|
-
"@syncfusion/ej2-layouts": "21.2.
|
36
|
-
"@syncfusion/ej2-react-base": "~21.2.
|
34
|
+
"@syncfusion/ej2-base": "~21.2.9",
|
35
|
+
"@syncfusion/ej2-layouts": "21.2.9",
|
36
|
+
"@syncfusion/ej2-react-base": "~21.2.8"
|
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": "21.2.
|
59
|
+
"version": "21.2.9",
|
60
60
|
"sideEffects": false
|
61
61
|
}
|