@syncfusion/ej2-angular-ribbon 26.2.7 → 26.2.8
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 +14 -0
- package/package.json +6 -6
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +1 -2749
- package/styles/bootstrap.css +1 -2751
- package/styles/bootstrap4.css +1 -2815
- package/styles/bootstrap5-dark.css +1 -2842
- package/styles/bootstrap5.css +1 -2842
- package/styles/fabric-dark.css +1 -2724
- package/styles/fabric.css +1 -2718
- package/styles/fluent-dark.css +1 -2821
- package/styles/fluent.css +1 -2821
- package/styles/fluent2.css +1 -3894
- package/styles/highcontrast-light.css +1 -2731
- package/styles/highcontrast.css +1 -2736
- package/styles/material-dark.css +1 -2868
- package/styles/material.css +1 -2895
- package/styles/material3-dark.css +1 -2944
- package/styles/material3.css +1 -3056
- package/styles/ribbon/bootstrap-dark.css +1 -2749
- package/styles/ribbon/bootstrap.css +1 -2751
- package/styles/ribbon/bootstrap4.css +1 -2815
- package/styles/ribbon/bootstrap5-dark.css +1 -2842
- package/styles/ribbon/bootstrap5.css +1 -2842
- package/styles/ribbon/fabric-dark.css +1 -2724
- package/styles/ribbon/fabric.css +1 -2718
- package/styles/ribbon/fluent-dark.css +1 -2821
- package/styles/ribbon/fluent.css +1 -2821
- package/styles/ribbon/fluent2.css +1 -3894
- package/styles/ribbon/highcontrast-light.css +1 -2731
- package/styles/ribbon/highcontrast.css +1 -2736
- package/styles/ribbon/material-dark.css +1 -2868
- package/styles/ribbon/material.css +1 -2895
- package/styles/ribbon/material3-dark.css +1 -2944
- package/styles/ribbon/material3.css +1 -3056
- package/styles/ribbon/tailwind-dark.css +1 -2849
- package/styles/ribbon/tailwind.css +1 -2849
- package/styles/tailwind-dark.css +1 -2849
- package/styles/tailwind.css +1 -2849
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Ribbon
|
|
6
|
+
|
|
7
|
+
#### Features
|
|
8
|
+
|
|
9
|
+
- `#I604695` - Now we have provided support for automatically scaling the SVG images when used as icons in ribbon split-button and dropdown-button popups.
|
|
10
|
+
|
|
11
|
+
## 26.2.7 (2024-07-30)
|
|
12
|
+
|
|
13
|
+
### Ribbon
|
|
14
|
+
|
|
15
|
+
#### Features
|
|
16
|
+
|
|
17
|
+
- `#I604471`, `#I604695` - Now we have provided support for automatically scaling SVG images as icons, that are compatible with different Ribbon Layouts.
|
|
18
|
+
|
|
5
19
|
## 26.1.42 (2024-07-16)
|
|
6
20
|
|
|
7
21
|
### Ribbon
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-ribbon@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-ribbon@26.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-ribbon@26.2.7",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-GxUPtdTWxkcPaxHfSCDulzAxWepbvnPeBYErNCz/1yGOB5LsObgI9K9ryMZEKOT/Ydh1XUltaQ0Wg6ulHijrXg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-ribbon",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-ribbon/-/ej2-angular-ribbon-26.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-ribbon/-/ej2-angular-ribbon-26.2.7.tgz",
|
|
23
|
+
"_shasum": "80cf0c3eae4df7efb1566ad91374984179c4df8c",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-ribbon@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~26.2.5",
|
|
35
35
|
"@syncfusion/ej2-base": "~26.2.5",
|
|
36
|
-
"@syncfusion/ej2-ribbon": "26.2.
|
|
36
|
+
"@syncfusion/ej2-ribbon": "26.2.8",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"schematics": "./schematics/collection.json",
|
|
73
73
|
"sideEffects": false,
|
|
74
74
|
"typings": "syncfusion-ej2-angular-ribbon.d.ts",
|
|
75
|
-
"version": "26.2.
|
|
75
|
+
"version": "26.2.8"
|
|
76
76
|
}
|