@syncfusion/ej2-layouts 19.3.43 → 19.4.38
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/.github/PULL_REQUEST_TEMPLATE/Bug.md +41 -0
- package/.github/PULL_REQUEST_TEMPLATE/Feature.md +27 -0
- package/CHANGELOG.md +2 -8
- 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 +12 -13
- package/dist/es6/ej2-layouts.es2015.js.map +1 -1
- package/dist/es6/ej2-layouts.es5.js +12 -13
- 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 +0 -5
- package/src/splitter/splitter.d.ts +4 -0
- package/src/splitter/splitter.js +12 -8
- package/styles/avatar/_fluent-definition.scss +25 -0
- package/styles/avatar/_layout.scss +5 -5
- package/styles/bootstrap-dark.css +8 -2
- package/styles/bootstrap.css +8 -2
- package/styles/bootstrap4.css +8 -2
- package/styles/bootstrap5-dark.css +8 -2
- package/styles/bootstrap5.css +8 -2
- package/styles/card/_bootstrap-dark-definition.scss +1 -0
- package/styles/card/_bootstrap-definition.scss +1 -0
- package/styles/card/_bootstrap5-definition.scss +1 -0
- package/styles/card/_fabric-dark-definition.scss +1 -0
- package/styles/card/_fabric-definition.scss +1 -0
- package/styles/card/_fluent-definition.scss +124 -0
- package/styles/card/_highcontrast-definition.scss +1 -0
- package/styles/card/_highcontrast-light-definition.scss +1 -0
- package/styles/card/_material-dark-definition.scss +1 -0
- package/styles/card/_material-definition.scss +1 -0
- package/styles/card/_tailwind-definition.scss +1 -0
- package/styles/card/_theme.scss +11 -0
- package/styles/dashboard-layout/_fluent-definition.scss +112 -0
- package/styles/dashboard-layout/_layout.scss +1 -1
- package/styles/dashboard-layout/_theme.scss +1 -1
- package/styles/dashboard-layout/icons/_bootstrap5.scss +1 -1
- package/styles/dashboard-layout/icons/_fluent.scss +81 -0
- package/styles/fabric-dark.css +8 -2
- package/styles/fabric.css +8 -2
- package/styles/highcontrast-light.css +8 -2
- package/styles/highcontrast.css +8 -2
- package/styles/material-dark.css +8 -2
- package/styles/material.css +8 -2
- package/styles/splitter/_bootstrap-dark-definition.scss +4 -1
- package/styles/splitter/_bootstrap-definition.scss +4 -1
- package/styles/splitter/_bootstrap4-definition.scss +4 -1
- package/styles/splitter/_bootstrap5-definition.scss +4 -1
- package/styles/splitter/_fabric-dark-definition.scss +4 -1
- package/styles/splitter/_fabric-definition.scss +4 -1
- package/styles/splitter/_fluent-definition.scss +28 -0
- package/styles/splitter/_highcontrast-definition.scss +4 -1
- package/styles/splitter/_highcontrast-light-definition.scss +4 -1
- package/styles/splitter/_layout.scss +2 -1
- package/styles/splitter/_material-dark-definition.scss +4 -1
- package/styles/splitter/_material-definition.scss +4 -1
- package/styles/splitter/_tailwind-definition.scss +4 -1
- package/styles/splitter/_theme.scss +6 -1
- package/styles/splitter/bootstrap-dark.css +8 -2
- package/styles/splitter/bootstrap.css +8 -2
- package/styles/splitter/bootstrap4.css +8 -2
- package/styles/splitter/bootstrap5-dark.css +8 -2
- package/styles/splitter/bootstrap5.css +8 -2
- package/styles/splitter/fabric-dark.css +8 -2
- package/styles/splitter/fabric.css +8 -2
- package/styles/splitter/highcontrast-light.css +8 -2
- package/styles/splitter/highcontrast.css +8 -2
- package/styles/splitter/icons/_fluent.scss +39 -0
- package/styles/splitter/material-dark.css +8 -2
- package/styles/splitter/material.css +8 -2
- package/styles/splitter/tailwind-dark.css +8 -2
- package/styles/splitter/tailwind.css +8 -2
- package/styles/tailwind-dark.css +8 -2
- package/styles/tailwind.css +8 -2
@@ -0,0 +1,41 @@
|
|
1
|
+
### Bug description
|
2
|
+
|
3
|
+
(Clearly and concisely describe the problem.)
|
4
|
+
|
5
|
+
### Root Cause / Analysis
|
6
|
+
|
7
|
+
(Briefly describe root cause/analysis of the problem. If there is an internal discussion on the forum, provide the link.)
|
8
|
+
|
9
|
+
### Reason for not identifying earlier
|
10
|
+
|
11
|
+
(Explain how it was missed to identify in our earlier testing/development.)
|
12
|
+
|
13
|
+
### Is Breaking issue.?
|
14
|
+
|
15
|
+
(If it is a breaking issue, provide the commit detail which caused this break.)
|
16
|
+
|
17
|
+
### Is reported by customer in incident/forum.?
|
18
|
+
|
19
|
+
(If it is reported by customer, provide the incident or forum details.)
|
20
|
+
|
21
|
+
### Solution Description
|
22
|
+
|
23
|
+
(Describe your code changes in detail for reviewers.)
|
24
|
+
|
25
|
+
### Areas affected and ensured
|
26
|
+
|
27
|
+
(List out the areas are affected by your code changes.)
|
28
|
+
|
29
|
+
### E2E report details against this fix
|
30
|
+
|
31
|
+
(Run E2E locally and mention the details with mail attachment.)
|
32
|
+
|
33
|
+
### Did you included unit test cases.?
|
34
|
+
|
35
|
+
(Provide unit testing spec coverage details.)
|
36
|
+
|
37
|
+
### Is there any API name changes.?
|
38
|
+
|
39
|
+
/label ~bug
|
40
|
+
/assign @ScrumMaster
|
41
|
+
/cc @ProductOwner
|
@@ -0,0 +1,27 @@
|
|
1
|
+
### Feature description
|
2
|
+
|
3
|
+
(Clearly and concisely describe the feature.)
|
4
|
+
|
5
|
+
### Analysis / Design
|
6
|
+
|
7
|
+
(Briefly describe analysis of the feature. If there is an internal discussion on the Forum, provide the link.)
|
8
|
+
|
9
|
+
### Solution Description
|
10
|
+
|
11
|
+
(Describe your code changes in detail for reviewers.)
|
12
|
+
|
13
|
+
### Areas affected and ensured
|
14
|
+
|
15
|
+
(List out the areas are affected by your code changes.)
|
16
|
+
|
17
|
+
### Did you included unit test cases.?
|
18
|
+
|
19
|
+
(Provide unit testing spec coverage details.)
|
20
|
+
|
21
|
+
### Is there any API name changes.?
|
22
|
+
|
23
|
+
(Provide new or update of API details)
|
24
|
+
|
25
|
+
/label ~bug
|
26
|
+
/assign @ScrumMaster
|
27
|
+
/cc @ProductOwner
|
package/CHANGELOG.md
CHANGED
@@ -2,20 +2,14 @@
|
|
2
2
|
|
3
3
|
## [Unreleased]
|
4
4
|
|
5
|
+
## 19.3.43 (2021-09-30)
|
6
|
+
|
5
7
|
### Splitter
|
6
8
|
|
7
9
|
#### Bug Fixes
|
8
10
|
|
9
11
|
- `#I341650` - The issue with "Resize event handler is not properly un-wired, when destroying the splitter component" has been resolved.
|
10
12
|
|
11
|
-
## 19.2.55 (2021-08-11)
|
12
|
-
|
13
|
-
### Dashboard Layout
|
14
|
-
|
15
|
-
#### Bug Fixes
|
16
|
-
|
17
|
-
- `#I306072` - The Floating issue in Dashboard Layout when the scroll bar is in the middle of the page has been resolved.
|
18
|
-
|
19
13
|
## 19.2.48 (2021-07-20)
|
20
14
|
|
21
15
|
### Splitter
|