@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.
Files changed (39) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +6 -6
  3. package/schematics/utils/lib-details.ts +2 -2
  4. package/styles/bootstrap-dark.css +1 -2749
  5. package/styles/bootstrap.css +1 -2751
  6. package/styles/bootstrap4.css +1 -2815
  7. package/styles/bootstrap5-dark.css +1 -2842
  8. package/styles/bootstrap5.css +1 -2842
  9. package/styles/fabric-dark.css +1 -2724
  10. package/styles/fabric.css +1 -2718
  11. package/styles/fluent-dark.css +1 -2821
  12. package/styles/fluent.css +1 -2821
  13. package/styles/fluent2.css +1 -3894
  14. package/styles/highcontrast-light.css +1 -2731
  15. package/styles/highcontrast.css +1 -2736
  16. package/styles/material-dark.css +1 -2868
  17. package/styles/material.css +1 -2895
  18. package/styles/material3-dark.css +1 -2944
  19. package/styles/material3.css +1 -3056
  20. package/styles/ribbon/bootstrap-dark.css +1 -2749
  21. package/styles/ribbon/bootstrap.css +1 -2751
  22. package/styles/ribbon/bootstrap4.css +1 -2815
  23. package/styles/ribbon/bootstrap5-dark.css +1 -2842
  24. package/styles/ribbon/bootstrap5.css +1 -2842
  25. package/styles/ribbon/fabric-dark.css +1 -2724
  26. package/styles/ribbon/fabric.css +1 -2718
  27. package/styles/ribbon/fluent-dark.css +1 -2821
  28. package/styles/ribbon/fluent.css +1 -2821
  29. package/styles/ribbon/fluent2.css +1 -3894
  30. package/styles/ribbon/highcontrast-light.css +1 -2731
  31. package/styles/ribbon/highcontrast.css +1 -2736
  32. package/styles/ribbon/material-dark.css +1 -2868
  33. package/styles/ribbon/material.css +1 -2895
  34. package/styles/ribbon/material3-dark.css +1 -2944
  35. package/styles/ribbon/material3.css +1 -3056
  36. package/styles/ribbon/tailwind-dark.css +1 -2849
  37. package/styles/ribbon/tailwind.css +1 -2849
  38. package/styles/tailwind-dark.css +1 -2849
  39. 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.1.42",
3
+ "_id": "@syncfusion/ej2-angular-ribbon@26.2.7",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-VlUrQXHppB2FKlFbSPBhFVsimn15OmXBm7QStPfXWPXehjh/S2abMAcQjvfYlZh09RYdPhnEKhk7qUU6Wx4wDg==",
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.1.42.tgz",
23
- "_shasum": "71890a0ad7dbc2c1dcc66c2c2b4a9edd830a62a5",
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.7",
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.7"
75
+ "version": "26.2.8"
76
76
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-ribbon';
2
- export const pkgVer = '^26.1.42';
2
+ export const pkgVer = '^26.2.7';
3
3
  export const moduleName = 'RibbonModule';
4
- export const themeVer = '~26.1.42';
4
+ export const themeVer = '~26.2.7';