@syncfusion/ej2-react-ribbon 23.2.7 → 24.1.41
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 -60
- package/dist/ej2-react-ribbon.min.js +2 -2
- package/dist/ej2-react-ribbon.umd.min.js +1 -1
- 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
|
@@ -2,58 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
### Ribbon
|
|
6
|
-
|
|
7
|
-
#### Features
|
|
8
|
-
|
|
9
|
-
`#I512188` - Provided overflow popup open/close event support for the Ribbon overflow popup.
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## 23.2.5 (2023-11-23)
|
|
13
|
-
|
|
14
|
-
### Ribbon
|
|
15
|
-
|
|
16
|
-
#### Bug Fixes
|
|
17
|
-
|
|
18
|
-
`#I516350` - Now the issue with overflow popup button when the items showing inside are in hidden state has been resolved.
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
## 23.1.44 (2023-11-07)
|
|
22
|
-
|
|
23
|
-
### Ribbon
|
|
24
|
-
|
|
25
|
-
#### Bug Fixes
|
|
26
|
-
|
|
27
|
-
`#I509963` - Now the issue with hide/disable method not working properly with the tab items that are not loaded in initial rendering has been resolved.
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
`#I510661` - Now the script issue raised with the createPopupOnClick property enabled in the dropdown item overflow popup has been resolved.
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
## 23.1.43 (2023-10-31)
|
|
34
|
-
|
|
35
|
-
### Ribbon
|
|
36
|
-
|
|
37
|
-
#### Features
|
|
38
|
-
|
|
39
|
-
`#I510343` - Provided custom HTML attributes support for the Ribbon items
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
## 23.1.38 (2023-09-26)
|
|
43
|
-
|
|
44
|
-
### Ribbon
|
|
45
|
-
|
|
46
|
-
#### Bug Fixes
|
|
47
|
-
|
|
48
|
-
`#I491455` - Now, the flickering issue raised when dynamically enable/disable the ribbon item is resolved.
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
`#I499031` - Now, the issue with overflow popup items are arranged in reversal order when being resized is resolved.
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
`#I491455` - Now, the flickering issue raised when dynamically enable/disable the ribbon item is resolved.
|
|
55
|
-
|
|
56
|
-
|
|
57
5
|
## 21.1.35 (2023-03-23)
|
|
58
6
|
|
|
59
7
|
### Ribbon
|
|
@@ -71,11 +19,3 @@ The Ribbon provides a structured and easy-to-use user interface for users to acc
|
|
|
71
19
|
- **Templates** - Customize ribbon items and the help pane content using templates.
|
|
72
20
|
|
|
73
21
|
|
|
74
|
-
## 23.1.41 (2023-10-17)
|
|
75
|
-
|
|
76
|
-
### Ribbon
|
|
77
|
-
|
|
78
|
-
#### Bug Fixes
|
|
79
|
-
|
|
80
|
-
- Now, the issue with ribbon items overflow while dynamically updating their properties has been resolved.
|
|
81
|
-
|