@syncfusion/ej2-react-ribbon 25.2.5 → 26.1.35
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/dist/ej2-react-ribbon.min.js +2 -2
- package/dist/ej2-react-ribbon.umd.min.js +2 -2
- package/dist/ej2-react-ribbon.umd.min.js.map +1 -1
- package/dist/es6/ej2-react-ribbon.es2015.js +5 -5
- package/dist/es6/ej2-react-ribbon.es2015.js.map +1 -1
- package/package.json +9 -9
- package/styles/bootstrap-dark.css +2723 -1
- package/styles/bootstrap.css +2725 -1
- package/styles/bootstrap4.css +2789 -1
- package/styles/bootstrap5-dark.css +2816 -1
- package/styles/bootstrap5.css +2816 -1
- package/styles/fabric-dark.css +2698 -1
- package/styles/fabric.css +2692 -1
- package/styles/fluent-dark.css +2795 -1
- package/styles/fluent.css +2795 -1
- package/styles/fluent2.css +3868 -0
- package/styles/fluent2.scss +1 -0
- package/styles/highcontrast-light.css +2705 -1
- package/styles/highcontrast.css +2710 -1
- package/styles/material-dark.css +2842 -1
- package/styles/material.css +2869 -1
- package/styles/material3-dark.css +2918 -1
- package/styles/material3.css +3030 -1
- package/styles/ribbon/bootstrap-dark.css +2723 -1
- package/styles/ribbon/bootstrap.css +2725 -1
- package/styles/ribbon/bootstrap4.css +2789 -1
- package/styles/ribbon/bootstrap5-dark.css +2816 -1
- package/styles/ribbon/bootstrap5.css +2816 -1
- package/styles/ribbon/fabric-dark.css +2698 -1
- package/styles/ribbon/fabric.css +2692 -1
- package/styles/ribbon/fluent-dark.css +2795 -1
- package/styles/ribbon/fluent.css +2795 -1
- package/styles/ribbon/fluent2.css +3868 -0
- package/styles/ribbon/fluent2.scss +1 -0
- package/styles/ribbon/highcontrast-light.css +2705 -1
- package/styles/ribbon/highcontrast.css +2710 -1
- package/styles/ribbon/material-dark.css +2842 -1
- package/styles/ribbon/material.css +2869 -1
- package/styles/ribbon/material3-dark.css +2918 -1
- package/styles/ribbon/material3.css +3030 -1
- package/styles/ribbon/tailwind-dark.css +2823 -1
- package/styles/ribbon/tailwind.css +2823 -1
- package/styles/tailwind-dark.css +2823 -1
- package/styles/tailwind.css +2823 -1
- package/CHANGELOG.md +0 -115
package/CHANGELOG.md
DELETED
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [Unreleased]
|
|
4
|
-
|
|
5
|
-
### Ribbon
|
|
6
|
-
|
|
7
|
-
#### Bug Fixes
|
|
8
|
-
|
|
9
|
-
- `#I585010` - Now setting the ribbon ID dynamically using `htmlAttributes` breaks the UI with ribbon mode switching has been resolved.
|
|
10
|
-
|
|
11
|
-
## 25.1.41 (2024-04-23)
|
|
12
|
-
|
|
13
|
-
### Ribbon
|
|
14
|
-
|
|
15
|
-
#### Bug Fixes
|
|
16
|
-
|
|
17
|
-
- `#F575011` - Now the script issue raised while interacting a non-active Ribbon items using `updateItem` method has been resolved.
|
|
18
|
-
|
|
19
|
-
## 25.1.35 (2024-03-15)
|
|
20
|
-
|
|
21
|
-
### Ribbon
|
|
22
|
-
|
|
23
|
-
#### Features
|
|
24
|
-
|
|
25
|
-
- **Gallery item** - In addition to the existing built-in items, a new item, gallery, has been added to the Ribbon control. It allows users to perform specific actions by displaying a collection of related items, including icons, content, or images. Check out the demo [here](https://ej2.syncfusion.com/demos/#/material3/ribbon/gallery.html).
|
|
26
|
-
- **Contextual tabs** - The Ribbon control now supports addition of contextual tabs, allows users to display the ribbon tabs on demand based on their needs. Similar to the normal ribbon tabs, it supports adding all built-in and custom ribbon items to execute specific actions. Check out the demo [here](https://ej2.syncfusion.com/demos/#/material3/ribbon/contextual-tab.html).
|
|
27
|
-
- **KeyTips support** - The KeyTips feature enables users to quickly access the tabs or ribbon items by using defined unique key tips (up to 3 characters). To show the KeyTips, press Alt + Windows/Command keys, and close or traverse back by pressing the Esc key. Check out the demo [here](https://ej2.syncfusion.com/demos/#/material3/ribbon/keytip.html).
|
|
28
|
-
|
|
29
|
-
- **Gallery item** - In addition to the existing built-in items, a new item, gallery, has been added to the Ribbon component. It allows users to perform specific actions by displaying a collection of related items, including icons, content, or images. Check out the demo [here](https://ej2.syncfusion.com/react/demos/#/material3/ribbon/gallery).
|
|
30
|
-
- **Contextual tabs** - The Ribbon component now supports addition of contextual tabs, allows users to display the ribbon tabs on demand based on their needs. Similar to the normal ribbon tabs, it supports adding all built-in and custom ribbon items to execute specific actions. Check out the demo [here](https://ej2.syncfusion.com/react/demos/#/material3/ribbon/contextual).
|
|
31
|
-
- **KeyTips support** - The KeyTips feature enables users to quickly access the tabs or ribbon items by using defined unique key tips (up to 3 characters). To show the KeyTips, press Alt + Windows/Command keys, and close or traverse back by pressing the Esc key. Check out the demo [here](https://ej2.syncfusion.com/react/demos/#/material3/ribbon/keytip).
|
|
32
|
-
|
|
33
|
-
## 24.1.41 (2023-12-18)
|
|
34
|
-
|
|
35
|
-
### Ribbon
|
|
36
|
-
|
|
37
|
-
#### Features
|
|
38
|
-
|
|
39
|
-
- 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).
|
|
40
|
-
|
|
41
|
-
#### Bug Fixes
|
|
42
|
-
|
|
43
|
-
- `#F185735` - Issue with 'selected' property not updating properly when selecting an item from Ribbon GroupButton has been resolved.
|
|
44
|
-
|
|
45
|
-
## 23.2.7 (2023-12-05)
|
|
46
|
-
|
|
47
|
-
### Ribbon
|
|
48
|
-
|
|
49
|
-
#### Features
|
|
50
|
-
|
|
51
|
-
`#I512188` - Provided overflow popup open/close event support for the Ribbon overflow popup.
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
## 23.2.5 (2023-11-23)
|
|
55
|
-
|
|
56
|
-
### Ribbon
|
|
57
|
-
|
|
58
|
-
#### Bug Fixes
|
|
59
|
-
|
|
60
|
-
`#I516350` - Now the issue with overflow popup button when the items showing inside are in hidden state has been resolved.
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
## 23.1.44 (2023-11-07)
|
|
64
|
-
|
|
65
|
-
### Ribbon
|
|
66
|
-
|
|
67
|
-
#### Bug Fixes
|
|
68
|
-
|
|
69
|
-
`#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.
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
`#I510661` - Now the script issue raised with the createPopupOnClick property enabled in the dropdown item overflow popup has been resolved.
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
## 23.1.43 (2023-10-31)
|
|
76
|
-
|
|
77
|
-
### Ribbon
|
|
78
|
-
|
|
79
|
-
#### Features
|
|
80
|
-
|
|
81
|
-
`#I510343` - Provided custom HTML attributes support for the Ribbon items
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
## 23.1.38 (2023-09-26)
|
|
85
|
-
|
|
86
|
-
### Ribbon
|
|
87
|
-
|
|
88
|
-
#### Bug Fixes
|
|
89
|
-
|
|
90
|
-
`#I499031` - Now, the issue with overflow popup items are arranged in reversal order when being resized is resolved.
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
`#I491455` - Now, the flickering issue raised when dynamically enable/disable the ribbon item is resolved.
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
`#I499031` - Now, the issue with overflow popup items are arranged in reversal order when being resized is resolved.
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
## 21.1.35 (2023-03-23)
|
|
100
|
-
|
|
101
|
-
### Ribbon
|
|
102
|
-
|
|
103
|
-
The Ribbon provides a structured and easy-to-use user interface for users to access different features and functions through series of tabs, improving user experience and efficiency.
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
**Key features**
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
- **Built-in items** - Several built-in support items, such as buttons, checkboxes, drop-down buttons, split buttons, combo boxes, and color pickers that can be customized and used to execute specific actions.
|
|
110
|
-
- **Modes** - Offers the classic mode that organizes items and groups in a traditional form, and simplified mode that organizes items and groups into a single row for improved usability and reduced clutter.
|
|
111
|
-
- **Tooltip** - Provide additional information when a user hovers over a ribbon item, improving user experience and increasing the usability of the application.
|
|
112
|
-
- **File menu** - A built-in menu that to add file related actions easily.
|
|
113
|
-
- **Templates** - Customize ribbon items and the help pane content using templates.
|
|
114
|
-
|
|
115
|
-
|