@syncfusion/ej2-react-spreadsheet 31.2.2 → 31.2.4

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
@@ -15,7 +15,7 @@ The [React Spreadsheet](https://www.syncfusion.com/react-ui-components/react-spr
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
 
@@ -136,6 +136,14 @@ Spreadsheet component is also offered in the following list of frameworks.
136
136
  * [Globalization](https://ej2.syncfusion.com/react/documentation/spreadsheet/global-local/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm#localization): Personalize the Spreadsheet component with different languages, as well as culture-specific number, date, and time formatting.
137
137
  * [Accessibility](https://ej2.syncfusion.com/react/documentation/spreadsheet/accessibility/?utm_source=npm&utm_medium=listing&utm_campaign=react-spreadsheet-npm): Provides with built-in accessibility support which helps to access all the Spreadsheet component features through the keyboard, screen readers, or other assistive technology devices.
138
138
 
139
+ ## Resources
140
+
141
+ * [AI Coding Assistant](https://ej2.syncfusion.com/react/documentation/ai-coding-assistants/overview)
142
+ * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
143
+ * [What's New](https://www.syncfusion.com/products/whatsnew/react?utm_medium=listing&utm_source=github)
144
+ * [Road Map](https://www.syncfusion.com/products/roadmap/react)
145
+ * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=react&type=all)
146
+
139
147
  ## Support
140
148
 
141
149
  Product support is available through the following mediums.
@@ -152,7 +160,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components
152
160
 
153
161
  ## License and copyright
154
162
 
155
- > 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).
163
+ > 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).
156
164
 
157
165
  > 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.
158
166
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-spreadsheet.min.js
3
- * version : 31.2.2
3
+ * version : 31.2.4
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-spreadsheet.umd.min.js
3
- * version : 31.2.2
3
+ * version : 31.2.4
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-spreadsheet",
3
- "version": "31.2.2",
3
+ "version": "31.2.4",
4
4
  "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for React",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -18,9 +18,9 @@
18
18
  "es2015": "dist/es6/ej2-react-spreadsheet.es2015.js",
19
19
  "readme": "ReadMe.md",
20
20
  "dependencies": {
21
- "@syncfusion/ej2-base": "~31.2.2",
21
+ "@syncfusion/ej2-base": "~31.2.4",
22
22
  "@syncfusion/ej2-react-base": "~31.2.2",
23
- "@syncfusion/ej2-spreadsheet": "31.2.2"
23
+ "@syncfusion/ej2-spreadsheet": "31.2.4"
24
24
  },
25
25
  "devDependencies": {},
26
26
  "sideEffects": false,