We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9409e7 commit f701984Copy full SHA for f701984
CHANGELOG.md
@@ -1,4 +1,13 @@
1
2
+# 1.3.0
3
+## Feature
4
+- Add way to pass plus and minus menu element
5
+- Update Demo website to add custom inputs, ...
6
+
7
+## Fix
8
+- Test if focus exists before using it on inputs
9
+- Add keywords on package.json
10
11
# 1.2.0
12
## Feature
13
- Add possibility to edit 'function'
package.json
@@ -1,6 +1,6 @@
{
"name": "react-editable-json-tree",
- "version": "1.2.0",
+ "version": "1.3.0",
"description": "React Editable Json Tree",
"main": "dist/JsonTree.js",
"scripts": {
0 commit comments