gridjs-spreadsheet 24.9.0 → 24.9.1
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/package.json +1 -1
- package/package.json.bak +1 -1
- package/readme.md +6 -0
- package/readme.md.bak +4 -4
- package/xspreadsheet.js +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gridjs-spreadsheet",
|
|
3
|
-
"version": "24.9.
|
|
3
|
+
"version": "24.9.1",
|
|
4
4
|
"description": "this is the client side script for GridJs which is a lightweight, scalable, and customizable toolkit that provides cross-platform web applications, enables convenient development for editing or viewing Excel/Spreadsheet files, offers simple deployment, and provides easy-to-use APIs based on JSON format.",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"main": "xspreadsheet.js",
|
package/package.json.bak
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gridjs-spreadsheet",
|
|
3
3
|
"version": "24.9.0",
|
|
4
|
-
"description": "this is the client side script for
|
|
4
|
+
"description": "this is the client side script for GridJs which is a lightweight, scalable, and customizable toolkit that provides cross-platform web applications, enables convenient development for editing or viewing Excel/Spreadsheet files, offers simple deployment, and provides easy-to-use APIs based on JSON format.",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"main": "xspreadsheet.js",
|
|
7
7
|
"scripts": {
|
package/readme.md
CHANGED
|
@@ -230,6 +230,12 @@ Online documentation is available here:
|
|
|
230
230
|
|
|
231
231
|
Modern browsers(chrome, firefox, Safari).
|
|
232
232
|
|
|
233
|
+
## Version Info
|
|
234
|
+
v24.9.1:
|
|
235
|
+
fix bug that fail to insert column in the new added worksheet
|
|
236
|
+
fix bug that fail to rename worksheet
|
|
237
|
+
support lazy loading
|
|
238
|
+
|
|
233
239
|
## LICENSE
|
|
234
240
|
|
|
235
241
|
MIT
|
package/readme.md.bak
CHANGED
|
@@ -221,10 +221,10 @@ You can ask any question using the [Forum](https://forum.aspose.com/c/cells).
|
|
|
221
221
|
Online documentation is available here:
|
|
222
222
|
- [Developer's Guide C#](https://docs.aspose.com/cells/net/aspose-cells-gridjs/)
|
|
223
223
|
- [API Reference C#](https://docs.aspose.com/cells/net/aspose-cells-gridjs/client/)
|
|
224
|
-
- [Developer's Guide Python](https://docs.aspose.com/cells/net/aspose-cells-gridjs/)
|
|
225
|
-
- [API Reference Python](https://docs.aspose.com/cells/net/aspose-cells-gridjs/client/)
|
|
226
|
-
- [Developer's Guide JAVA](https://docs.aspose.com/cells/
|
|
227
|
-
- [API Reference JAVA](https://docs.aspose.com/cells/
|
|
224
|
+
- [Developer's Guide Python](https://docs.aspose.com/cells/python-net/aspose-cells-gridjs/)
|
|
225
|
+
- [API Reference Python](https://docs.aspose.com/cells/python-net/aspose-cells-gridjs/client/)
|
|
226
|
+
- [Developer's Guide JAVA](https://docs.aspose.com/cells/java/aspose-cells-gridjs/)
|
|
227
|
+
- [API Reference JAVA](https://docs.aspose.com/cells/java/aspose-cells-gridjs/client/)
|
|
228
228
|
|
|
229
229
|
## Browser Support
|
|
230
230
|
|