@syncfusion/ej2-angular-ribbon 26.1.41 → 26.1.42
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 +8 -0
- package/package.json +7 -7
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +1 -0
- package/styles/bootstrap.css +1 -0
- package/styles/bootstrap4.css +1 -0
- package/styles/bootstrap5-dark.css +1 -0
- package/styles/bootstrap5.css +1 -0
- package/styles/fabric-dark.css +1 -0
- package/styles/fabric.css +1 -0
- package/styles/fluent-dark.css +1 -0
- package/styles/fluent.css +1 -0
- package/styles/fluent2.css +1 -0
- package/styles/highcontrast-light.css +1 -0
- package/styles/highcontrast.css +1 -0
- package/styles/material-dark.css +1 -0
- package/styles/material.css +1 -0
- package/styles/material3-dark.css +1 -0
- package/styles/material3.css +1 -0
- package/styles/ribbon/bootstrap-dark.css +1 -0
- package/styles/ribbon/bootstrap.css +1 -0
- package/styles/ribbon/bootstrap4.css +1 -0
- package/styles/ribbon/bootstrap5-dark.css +1 -0
- package/styles/ribbon/bootstrap5.css +1 -0
- package/styles/ribbon/fabric-dark.css +1 -0
- package/styles/ribbon/fabric.css +1 -0
- package/styles/ribbon/fluent-dark.css +1 -0
- package/styles/ribbon/fluent.css +1 -0
- package/styles/ribbon/fluent2.css +1 -0
- package/styles/ribbon/highcontrast-light.css +1 -0
- package/styles/ribbon/highcontrast.css +1 -0
- package/styles/ribbon/material-dark.css +1 -0
- package/styles/ribbon/material.css +1 -0
- package/styles/ribbon/material3-dark.css +1 -0
- package/styles/ribbon/material3.css +1 -0
- package/styles/ribbon/tailwind-dark.css +1 -0
- package/styles/ribbon/tailwind.css +1 -0
- package/styles/tailwind-dark.css +1 -0
- package/styles/tailwind.css +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
### Ribbon
|
|
6
6
|
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I606110` - Now the issue with programmatically updating the Gallery item using `updateItem` method has been resolved.
|
|
10
|
+
|
|
11
|
+
## 26.1.41 (2024-07-09)
|
|
12
|
+
|
|
13
|
+
### Ribbon
|
|
14
|
+
|
|
7
15
|
#### Features
|
|
8
16
|
|
|
9
17
|
- `#I592358` - Now we have provided a new event `ribbonLayoutSwitched`, when the layout is switched between the classic and simplified modes in 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.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-ribbon@26.1.41",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-2zUGDeXZoqkR+BnE53tpFTlIUs356UFc15dNgVPnOflMOO62ns+NhZIOemjCTSzL+cq4juiKHvUvbjhoFp5gdQ==",
|
|
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.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-ribbon/-/ej2-angular-ribbon-26.1.41.tgz",
|
|
23
|
+
"_shasum": "9396077c9daa1522865da9053b422067b141655d",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-ribbon@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~26.1.41",
|
|
35
|
-
"@syncfusion/ej2-base": "~26.1.
|
|
36
|
-
"@syncfusion/ej2-ribbon": "26.1.
|
|
35
|
+
"@syncfusion/ej2-base": "~26.1.42",
|
|
36
|
+
"@syncfusion/ej2-ribbon": "26.1.42",
|
|
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.1.
|
|
75
|
+
"version": "26.1.42"
|
|
76
76
|
}
|
package/styles/bootstrap.css
CHANGED
package/styles/bootstrap4.css
CHANGED
package/styles/bootstrap5.css
CHANGED
package/styles/fabric-dark.css
CHANGED
package/styles/fabric.css
CHANGED
package/styles/fluent-dark.css
CHANGED
package/styles/fluent.css
CHANGED
package/styles/fluent2.css
CHANGED
package/styles/highcontrast.css
CHANGED
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
package/styles/material3.css
CHANGED
package/styles/ribbon/fabric.css
CHANGED
package/styles/ribbon/fluent.css
CHANGED
package/styles/tailwind-dark.css
CHANGED