json-edit-react
Advanced tools
Comparing version 1.2.2 to 1.2.4
{ | ||
"name": "json-edit-react", | ||
"version": "1.2.2", | ||
"version": "1.2.4", | ||
"description": "React component for editing or viewing JSON/object data", | ||
@@ -40,2 +40,3 @@ "main": "build/index.cjs.js", | ||
"rollup": "^4.9.6", | ||
"rollup-plugin-bundle-size": "^1.0.3", | ||
"rollup-plugin-dts": "^6.1.0", | ||
@@ -42,0 +43,0 @@ "rollup-plugin-peer-deps-external": "^2.2.4", |
@@ -86,3 +86,3 @@ # json-edit-react | ||
| `onUpdate` | `UpdateFunction` | | A function to run whenever a value is **updated** (edit, delete *or* add) in the editor. See [Update functions](#update-functions). | | ||
| `onUpdate` | `UpdateFunction` | | A function to run whenever a value is **edited**. | | ||
| `onEdit` | `UpdateFunction` | | A function to run whenever a value is **edited**. | | ||
| `onDelete` | `UpdateFunction` | | A function to run whenever a value is **deleted**. | | ||
@@ -89,0 +89,0 @@ | `onAdd` | `UpdateFunction` | | A function to run whenever a new property is **added**. | |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
158172
0
14