@syncfusion/ej2-react-ribbon 24.1.41 → 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
CHANGED
|
@@ -2,6 +2,79 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Ribbon
|
|
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
|
+
|
|
28
|
+
#### Features
|
|
29
|
+
|
|
30
|
+
`#I512188` - Provided overflow popup open/close event support for the Ribbon overflow popup.
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## 23.2.5 (2023-11-23)
|
|
34
|
+
|
|
35
|
+
### Ribbon
|
|
36
|
+
|
|
37
|
+
#### Bug Fixes
|
|
38
|
+
|
|
39
|
+
`#I516350` - Now the issue with overflow popup button when the items showing inside are in hidden state has been resolved.
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## 23.1.44 (2023-11-07)
|
|
43
|
+
|
|
44
|
+
### Ribbon
|
|
45
|
+
|
|
46
|
+
#### Bug Fixes
|
|
47
|
+
|
|
48
|
+
`#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.
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
`#I510661` - Now the script issue raised with the createPopupOnClick property enabled in the dropdown item overflow popup has been resolved.
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
## 23.1.43 (2023-10-31)
|
|
55
|
+
|
|
56
|
+
### Ribbon
|
|
57
|
+
|
|
58
|
+
#### Features
|
|
59
|
+
|
|
60
|
+
`#I510343` - Provided custom HTML attributes support for the Ribbon items
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
## 23.1.38 (2023-09-26)
|
|
64
|
+
|
|
65
|
+
### Ribbon
|
|
66
|
+
|
|
67
|
+
#### Bug Fixes
|
|
68
|
+
|
|
69
|
+
`#I499031` - Now, the issue with overflow popup items are arranged in reversal order when being resized is resolved.
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
`#I491455` - Now, the flickering issue raised when dynamically enable/disable the ribbon item is resolved.
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
`#I499031` - Now, the issue with overflow popup items are arranged in reversal order when being resized is resolved.
|
|
76
|
+
|
|
77
|
+
|
|
5
78
|
## 21.1.35 (2023-03-23)
|
|
6
79
|
|
|
7
80
|
### Ribbon
|