@syncfusion/ej2-angular-ribbon 31.2.2 → 31.2.12

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 CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 31.1.22 (2025-10-01)
6
+
5
7
  ### Ribbon
6
8
 
7
9
  #### Bug Fixes
package/README.md CHANGED
@@ -15,7 +15,7 @@ The [Angular Ribbon](https://www.syncfusion.com/angular-components/angular-ribbo
15
15
  <p align="center">
16
16
  Trusted by the world's leading companies
17
17
  <a href="https://www.syncfusion.com">
18
- <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
18
+ <img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
19
19
  </a>
20
20
  </p>
21
21
 
@@ -46,6 +46,14 @@ Ribbon component is also offered in the following list of frameworks.
46
46
  * [KeyTips](https://ej2.syncfusion.com/angular/documentation/ribbon/keytip): It enables users to quickly access the tabs or ribbon items by using unique key tips (up to 3 characters), activated with `Alt + Windows/Command keys` and closed or navigated back with the `Esc` key.
47
47
  * [Templates](https://ej2.syncfusion.com/angular/documentation/ribbon/help-pane-template): Customize ribbon items and the help pane content using templates.
48
48
 
49
+ ## Resources
50
+
51
+ * [Ribbon Documentation](https://ej2.syncfusion.com/angular/documentation/ribbon/getting-started)
52
+ * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
53
+ * [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
54
+ * [Road Map](https://www.syncfusion.com/products/roadmap/angular)
55
+ * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
56
+
49
57
  ## Support
50
58
 
51
59
  Product support is available through the following mediums.
@@ -58,7 +66,7 @@ Product support is available through the following mediums.
58
66
 
59
67
  ## License and copyright
60
68
 
61
- > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
69
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
62
70
 
63
71
  > A [free community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
64
72
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-ribbon",
3
- "version": "31.2.2",
3
+ "version": "31.2.12",
4
4
  "description": "Essential JS 2 Component for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
7
7
  "schematics": "./schematics/collection.json",
8
8
  "dependencies": {
9
- "@syncfusion/ej2-base": "~31.2.2",
10
- "@syncfusion/ej2-angular-base": "~31.2.2",
11
- "@syncfusion/ej2-ribbon": "31.2.2"
9
+ "@syncfusion/ej2-base": "~31.2.12",
10
+ "@syncfusion/ej2-angular-base": "~31.2.12",
11
+ "@syncfusion/ej2-ribbon": "31.2.12"
12
12
  },
13
13
  "keywords": [
14
14
  "angular",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-ribbon';
4
- exports.pkgVer = '^31.2.2';
4
+ exports.pkgVer = '^31.2.12';
5
5
  exports.moduleName = 'RibbonModule';
6
- exports.themeVer = '~31.2.2';
6
+ exports.themeVer = '~31.2.12';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-ribbon';
2
- export const pkgVer = '^31.2.2';
2
+ export const pkgVer = '^31.2.12';
3
3
  export const moduleName = 'RibbonModule';
4
- export const themeVer = '~31.2.2';
4
+ export const themeVer = '~31.2.12';