@syncfusion/ej2-vue-layouts 20.1.61 → 20.2.39
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 +16 -0
- package/dist/ej2-vue-layouts.umd.min.js +2 -11
- package/dist/global/ej2-vue-layouts.min.js +2 -2
- package/package.json +8 -8
- package/styles/card/fluent-dark.css +14 -0
- package/styles/card/fluent.css +14 -0
- package/styles/fluent-dark.css +14 -0
- package/styles/fluent.css +14 -0
package/CHANGELOG.md
CHANGED
@@ -6,6 +6,22 @@
|
|
6
6
|
|
7
7
|
#### Bug Fixes
|
8
8
|
|
9
|
+
- `#F171906` - The issue with "Adding dynamic panels after drag causes error in Dashboard Layout" has been resolved.
|
10
|
+
|
11
|
+
## 20.2.38 (2022-07-12)
|
12
|
+
|
13
|
+
### Splitter
|
14
|
+
|
15
|
+
#### Bug Fixes
|
16
|
+
|
17
|
+
- `#F385792` - The issues with the Splitter's first pane resizing to the right and the pane resizing not working properly has been resolved.
|
18
|
+
|
19
|
+
## 20.1.61 (2022-06-21)
|
20
|
+
|
21
|
+
### Dashboard Layout
|
22
|
+
|
23
|
+
#### Bug Fixes
|
24
|
+
|
9
25
|
- `#I382649` - The issue with "When resizing the page to less than `mediaQuery` value then the height was not proper for the Dashboard Layout component" has been resolved.
|
10
26
|
|
11
27
|
## 20.1.58 (2022-05-31)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: ej2-vue-layouts.umd.min.js
|
3
|
-
* version : 20.
|
3
|
+
* version : 20.2.39
|
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
|
@@ -9,16 +9,7 @@
|
|
9
9
|
*/
|
10
10
|
/*!
|
11
11
|
* filename: ej2-vue-layouts.umd.min.js
|
12
|
-
* version :
|
13
|
-
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
14
|
-
* Use of this code is subject to the terms of our license.
|
15
|
-
* A copy of the current license can be obtained at any time by e-mailing
|
16
|
-
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
17
|
-
* applicable laws.
|
18
|
-
*/
|
19
|
-
/*!
|
20
|
-
* filename: ej2-vue-layouts.umd.min.js
|
21
|
-
* version : 19.4.38
|
12
|
+
* version : 19.2.55
|
22
13
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
23
14
|
* Use of this code is subject to the terms of our license.
|
24
15
|
* A copy of the current license can be obtained at any time by e-mailing
|