@syncfusion/ej2-layouts 19.4.38 → 19.4.52
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/README.md +1 -1
- package/dist/ej2-layouts.umd.min.js +2 -2
- package/dist/ej2-layouts.umd.min.js.map +1 -1
- package/dist/es6/ej2-layouts.es2015.js +25 -21
- package/dist/es6/ej2-layouts.es2015.js.map +1 -1
- package/dist/es6/ej2-layouts.es5.js +26 -23
- package/dist/es6/ej2-layouts.es5.js.map +1 -1
- package/dist/global/ej2-layouts.min.js +2 -2
- package/dist/global/ej2-layouts.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +6 -6
- package/src/dashboard-layout/dashboard-layout.js +3 -2
- package/src/splitter/splitter.d.ts +1 -0
- package/src/splitter/splitter.js +23 -21
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,22 @@
|
|
2
2
|
|
3
3
|
## [Unreleased]
|
4
4
|
|
5
|
+
## 19.4.47 (2022-01-25)
|
6
|
+
|
7
|
+
### Dashboard Layout
|
8
|
+
|
9
|
+
#### Bug Fixes
|
10
|
+
|
11
|
+
- `#SF-361218` - The issue with "The Dashboard Layout with nested panels throws a script error on page resizing" has been resolved.
|
12
|
+
|
13
|
+
## 19.4.43 (2022-01-18)
|
14
|
+
|
15
|
+
### Splitter
|
16
|
+
|
17
|
+
#### Bug Fixes
|
18
|
+
|
19
|
+
- `#I360945` - Now, the splitter works properly when the target element is passed as a variable in the Splitter constructor.
|
20
|
+
|
5
21
|
## 19.3.43 (2021-09-30)
|
6
22
|
|
7
23
|
### Splitter
|
package/README.md
CHANGED
@@ -124,4 +124,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-javascript-ui-
|
|
124
124
|
|
125
125
|
Check the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/layouts/CHANGELOG.md/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-layout-npm)
|
126
126
|
|
127
|
-
© Copyright
|
127
|
+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|