@syncfusion/ej2-react-gantt 31.2.3 → 31.2.5

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/README.md CHANGED
@@ -14,7 +14,7 @@ The [React Gantt](https://www.syncfusion.com/react-components/react-gantt-chart?
14
14
  <p align="center">
15
15
  Trusted by the world's leading companies
16
16
  <a href="https://www.syncfusion.com">
17
- <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
17
+ <img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
18
18
  </a>
19
19
  </p>
20
20
 
@@ -133,6 +133,14 @@ Gantt component is also offered in the following list of frameworks.
133
133
  * [RTL support](https://ej2.syncfusion.com/react/documentation/gantt/global-local/#right-to-left-rtl): Provides the right-to-left mode which aligns content in the Gantt Chart component from right to left. This improves user experience and accessibility for those who work with RTL languages like Hebrew and Arabic.
134
134
  * [Localization](https://ej2.syncfusion.com/react/documentation/gantt/global-local/#localization): Provides inherent support to localize the UI.
135
135
 
136
+ ## Resources
137
+
138
+ * [AI Coding Assistant](https://ej2.syncfusion.com/react/documentation/ai-coding-assistants/overview)
139
+ * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
140
+ * [What's New](https://www.syncfusion.com/products/whatsnew/react?utm_medium=listing&utm_source=github)
141
+ * [Road Map](https://www.syncfusion.com/products/roadmap/react)
142
+ * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=react&type=all)
143
+
136
144
  ## Support
137
145
 
138
146
  Product support is available through following mediums.
@@ -149,7 +157,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components
149
157
 
150
158
  ## License and copyright
151
159
 
152
- > 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+ [React UI components](https://www.syncfusion.com/react-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).
160
+ > 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+ [React UI components](https://www.syncfusion.com/react-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).
153
161
 
154
162
  > 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.
155
163
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-gantt.min.js
3
- * version : 31.2.3
3
+ * version : 31.2.5
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-gantt.umd.min.js
3
- * version : 31.2.3
3
+ * version : 31.2.5
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-react-gantt",
3
- "version": "31.2.3",
3
+ "version": "31.2.5",
4
4
  "description": "Essential JS 2 Gantt Component for React",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -35,9 +35,9 @@
35
35
  "es2015": "dist/es6/ej2-react-gantt.es2015.js",
36
36
  "readme": "ReadMe.md",
37
37
  "dependencies": {
38
- "@syncfusion/ej2-base": "~31.2.2",
38
+ "@syncfusion/ej2-base": "~31.2.5",
39
39
  "@syncfusion/ej2-react-base": "~31.2.2",
40
- "@syncfusion/ej2-gantt": "31.2.3"
40
+ "@syncfusion/ej2-gantt": "31.2.5"
41
41
  },
42
42
  "devDependencies": {},
43
43
  "sideEffects": false,