@syncfusion/ej2-react-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.
Files changed (38) hide show
  1. package/CHANGELOG.md +24 -11
  2. package/dist/ej2-react-ribbon.min.js +2 -2
  3. package/dist/ej2-react-ribbon.umd.min.js +1 -1
  4. package/package.json +9 -9
  5. package/styles/bootstrap-dark.css +1 -2071
  6. package/styles/bootstrap.css +1 -2076
  7. package/styles/bootstrap4.css +1 -2137
  8. package/styles/bootstrap5-dark.css +1 -2155
  9. package/styles/bootstrap5.css +1 -2155
  10. package/styles/fabric-dark.css +1 -2047
  11. package/styles/fabric.css +1 -2045
  12. package/styles/fluent-dark.css +1 -2131
  13. package/styles/fluent.css +1 -2131
  14. package/styles/highcontrast-light.css +1 -2054
  15. package/styles/highcontrast.css +1 -2063
  16. package/styles/material-dark.css +1 -2116
  17. package/styles/material.css +1 -2150
  18. package/styles/material3-dark.css +1 -2178
  19. package/styles/material3.css +1 -2234
  20. package/styles/ribbon/bootstrap-dark.css +1 -2071
  21. package/styles/ribbon/bootstrap.css +1 -2076
  22. package/styles/ribbon/bootstrap4.css +1 -2137
  23. package/styles/ribbon/bootstrap5-dark.css +1 -2155
  24. package/styles/ribbon/bootstrap5.css +1 -2155
  25. package/styles/ribbon/fabric-dark.css +1 -2047
  26. package/styles/ribbon/fabric.css +1 -2045
  27. package/styles/ribbon/fluent-dark.css +1 -2131
  28. package/styles/ribbon/fluent.css +1 -2131
  29. package/styles/ribbon/highcontrast-light.css +1 -2054
  30. package/styles/ribbon/highcontrast.css +1 -2063
  31. package/styles/ribbon/material-dark.css +1 -2116
  32. package/styles/ribbon/material.css +1 -2150
  33. package/styles/ribbon/material3-dark.css +1 -2178
  34. package/styles/ribbon/material3.css +1 -2234
  35. package/styles/ribbon/tailwind-dark.css +1 -2128
  36. package/styles/ribbon/tailwind.css +1 -2128
  37. package/styles/tailwind-dark.css +1 -2128
  38. 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,15 +66,15 @@
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
 
54
72
  `#I491455` - Now, the flickering issue raised when dynamically enable/disable the ribbon item is resolved.
55
73
 
56
74
 
75
+ `#I499031` - Now, the issue with overflow popup items are arranged in reversal order when being resized is resolved.
76
+
77
+
57
78
  ## 21.1.35 (2023-03-23)
58
79
 
59
80
  ### Ribbon
@@ -71,11 +92,3 @@ The Ribbon provides a structured and easy-to-use user interface for users to acc
71
92
  - **Templates** - Customize ribbon items and the help pane content using templates.
72
93
 
73
94
 
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
-