gridjs-spreadsheet 26.4.0 → 26.4.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gridjs-spreadsheet",
3
- "version": "26.4.0",
3
+ "version": "26.4.2",
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/readme.md CHANGED
@@ -385,6 +385,11 @@ v26.3:
385
385
  v26.4:
386
386
 
387
387
  - Add redaction features
388
+ - Fix paste scroll issue
389
+
390
+ v26.4.1:
391
+
392
+ - Support shape lock
388
393
 
389
394
  ## License
390
395