@syncfusion/ej2-vue-ribbon 23.2.7 → 24.1.44
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 +21 -3
- package/dist/ej2-vue-ribbon.umd.min.js +1 -1
- package/dist/global/ej2-vue-ribbon.min.js +2 -2
- package/package.json +9 -9
- package/styles/bootstrap-dark.css +1 -2071
- package/styles/bootstrap.css +1 -2076
- package/styles/bootstrap4.css +1 -2137
- package/styles/bootstrap5-dark.css +1 -2155
- package/styles/bootstrap5.css +1 -2155
- package/styles/fabric-dark.css +1 -2047
- package/styles/fabric.css +1 -2045
- package/styles/fluent-dark.css +1 -2131
- package/styles/fluent.css +1 -2131
- package/styles/highcontrast-light.css +1 -2054
- package/styles/highcontrast.css +1 -2063
- package/styles/material-dark.css +1 -2116
- package/styles/material.css +1 -2150
- package/styles/material3-dark.css +1 -2178
- package/styles/material3.css +1 -2234
- package/styles/ribbon/bootstrap-dark.css +1 -2071
- package/styles/ribbon/bootstrap.css +1 -2076
- package/styles/ribbon/bootstrap4.css +1 -2137
- package/styles/ribbon/bootstrap5-dark.css +1 -2155
- package/styles/ribbon/bootstrap5.css +1 -2155
- package/styles/ribbon/fabric-dark.css +1 -2047
- package/styles/ribbon/fabric.css +1 -2045
- package/styles/ribbon/fluent-dark.css +1 -2131
- package/styles/ribbon/fluent.css +1 -2131
- package/styles/ribbon/highcontrast-light.css +1 -2054
- package/styles/ribbon/highcontrast.css +1 -2063
- package/styles/ribbon/material-dark.css +1 -2116
- package/styles/ribbon/material.css +1 -2150
- package/styles/ribbon/material3-dark.css +1 -2178
- package/styles/ribbon/material3.css +1 -2234
- package/styles/ribbon/tailwind-dark.css +1 -2128
- package/styles/ribbon/tailwind.css +1 -2128
- package/styles/tailwind-dark.css +1 -2128
- package/styles/tailwind.css +1 -2128
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,27 @@
|
|
|
4
4
|
|
|
5
5
|
### Ribbon
|
|
6
6
|
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
`#I526346` - Fixed the issue with rendering item calculations in a simplified layout when some items are in a hidden state.
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## 24.1.41 (2023-12-18)
|
|
13
|
+
|
|
14
|
+
### Ribbon
|
|
15
|
+
|
|
16
|
+
#### Features
|
|
17
|
+
|
|
18
|
+
- Enhanced the popups UI with added label/header support for items displayed in overflow popups. Check out the demo [here](https://ej2.syncfusion.com/angular/demos/#/material3/ribbon/resize).
|
|
19
|
+
|
|
20
|
+
#### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- `#F185735` - Issue with 'selected' property not updating properly when selecting an item from Ribbon GroupButton has been resolved.
|
|
23
|
+
|
|
24
|
+
## 23.2.7 (2023-12-05)
|
|
25
|
+
|
|
26
|
+
### Ribbon
|
|
27
|
+
|
|
7
28
|
#### Features
|
|
8
29
|
|
|
9
30
|
`#I512188` - Provided overflow popup open/close event support for the Ribbon overflow popup.
|
|
@@ -45,9 +66,6 @@
|
|
|
45
66
|
|
|
46
67
|
#### Bug Fixes
|
|
47
68
|
|
|
48
|
-
`#I491455` - Now, the flickering issue raised when dynamically enable/disable the ribbon item is resolved.
|
|
49
|
-
|
|
50
|
-
|
|
51
69
|
`#I499031` - Now, the issue with overflow popup items are arranged in reversal order when being resized is resolved.
|
|
52
70
|
|
|
53
71
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-ribbon.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 24.1.44
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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
|