@syncfusion/ej2-vue-layouts 22.2.5 → 23.1.36
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 +0 -39
- package/dist/ej2-vue-layouts.umd.min.js +1 -1
- package/dist/global/ej2-vue-layouts.min.js +2 -2
- package/package.json +9 -9
- package/src/dashboard-layout/dashboardlayout.component.d.ts +3 -1
- package/src/dashboard-layout/panels.directive.d.ts +3 -1
- package/src/splitter/panesettings.directive.d.ts +3 -1
- package/src/splitter/splitter.component.d.ts +3 -1
- package/styles/avatar/material-dark.css +0 -1
- package/styles/avatar/material.css +0 -1
- package/styles/avatar/material3-dark.css +0 -1
- package/styles/avatar/material3-dark.scss +1 -1
- package/styles/avatar/material3.css +0 -1
- package/styles/avatar/material3.scss +1 -1
- package/styles/avatar/tailwind-dark.css +0 -1
- package/styles/avatar/tailwind.css +0 -1
- package/styles/card/material-dark.css +0 -1
- package/styles/card/material.css +0 -1
- package/styles/card/material3-dark.css +0 -1
- package/styles/card/material3-dark.scss +1 -1
- package/styles/card/material3.css +0 -1
- package/styles/card/material3.scss +1 -1
- package/styles/card/tailwind-dark.css +0 -1
- package/styles/card/tailwind.css +0 -1
- package/styles/dashboard-layout/material-dark.css +0 -1
- package/styles/dashboard-layout/material.css +0 -1
- package/styles/dashboard-layout/material3-dark.css +0 -1
- package/styles/dashboard-layout/material3-dark.scss +1 -1
- package/styles/dashboard-layout/material3.css +0 -1
- package/styles/dashboard-layout/material3.scss +1 -1
- package/styles/dashboard-layout/tailwind-dark.css +0 -1
- package/styles/dashboard-layout/tailwind.css +0 -1
- package/styles/material-dark.css +0 -1
- package/styles/material.css +0 -1
- package/styles/material3-dark.css +0 -4
- package/styles/material3.css +0 -1
- package/styles/splitter/material-dark.css +0 -1
- package/styles/splitter/material.css +0 -1
- package/styles/splitter/material3-dark.css +0 -1
- package/styles/splitter/material3-dark.scss +1 -1
- package/styles/splitter/material3.css +0 -1
- package/styles/splitter/material3.scss +1 -1
- package/styles/splitter/tailwind-dark.css +0 -1
- package/styles/splitter/tailwind.css +0 -1
- package/styles/tailwind-dark.css +0 -4
- package/styles/tailwind.css +0 -4
package/CHANGELOG.md
CHANGED
@@ -2,45 +2,6 @@
|
|
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
|
-
|
16
|
-
### Dashboard Layout
|
17
|
-
|
18
|
-
#### Bug Fixes
|
19
|
-
|
20
|
-
- `#I474181` - The issue with Dashboard Layout component while setting panels in row 1 and none at row 0 has been resolved.
|
21
|
-
|
22
|
-
## 21.2.9 (2023-06-06)
|
23
|
-
|
24
|
-
### Dashboard Layout
|
25
|
-
|
26
|
-
#### Bug Fixes
|
27
|
-
|
28
|
-
- `#F182339` - Resolved the panel overlapping issue, when resize it after continuously performing drag and drop actions in Dashboard Layout component.
|
29
|
-
|
30
|
-
### Splitter
|
31
|
-
|
32
|
-
#### Bug Fixes
|
33
|
-
|
34
|
-
- `#I463883` - The issue of "updating the pane setting dynamically with the same value despite manually resizing the pane" has been resolved.
|
35
|
-
|
36
|
-
## 21.2.6 (2023-05-23)
|
37
|
-
|
38
|
-
### Splitter
|
39
|
-
|
40
|
-
#### Bug Fixes
|
41
|
-
|
42
|
-
- `#I451526` - The issue with the "Pane resizing would not works properly" has been resolved.
|
43
|
-
|
44
5
|
## 20.4.48 (2023-02-01)
|
45
6
|
|
46
7
|
### Splitter
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: ej2-vue-layouts.umd.min.js
|
3
|
-
* version :
|
3
|
+
* version : 23.1.36
|
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
|