@syncfusion/ej2-react-ribbon 23.2.5 → 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.
Files changed (38) hide show
  1. package/CHANGELOG.md +0 -51
  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
@@ -2,49 +2,6 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### Ribbon
6
-
7
- #### Bug Fixes
8
-
9
- `#I516350` - Now the issue with overflow popup button when the items showing inside are in hidden state has been resolved.
10
-
11
-
12
- ## 23.1.44 (2023-11-07)
13
-
14
- ### Ribbon
15
-
16
- #### Bug Fixes
17
-
18
- `#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.
19
-
20
-
21
- `#I510661` - Now the script issue raised with the createPopupOnClick property enabled in the dropdown item overflow popup has been resolved.
22
-
23
-
24
- ## 23.1.43 (2023-10-31)
25
-
26
- ### Ribbon
27
-
28
- #### Features
29
-
30
- `#I510343` - Provided custom HTML attributes support for the Ribbon items
31
-
32
-
33
- ## 23.1.38 (2023-09-26)
34
-
35
- ### Ribbon
36
-
37
- #### Bug Fixes
38
-
39
- `#I491455` - Now, the flickering issue raised when dynamically enable/disable the ribbon item is resolved.
40
-
41
-
42
- `#I499031` - Now, the issue with overflow popup items are arranged in reversal order when being resized is resolved.
43
-
44
-
45
- `#I491455` - Now, the flickering issue raised when dynamically enable/disable the ribbon item is resolved.
46
-
47
-
48
5
  ## 21.1.35 (2023-03-23)
49
6
 
50
7
  ### Ribbon
@@ -62,11 +19,3 @@ The Ribbon provides a structured and easy-to-use user interface for users to acc
62
19
  - **Templates** - Customize ribbon items and the help pane content using templates.
63
20
 
64
21
 
65
- ## 23.1.41 (2023-10-17)
66
-
67
- ### Ribbon
68
-
69
- #### Bug Fixes
70
-
71
- - Now, the issue with ribbon items overflow while dynamically updating their properties has been resolved.
72
-