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 6e0e680 commit 6253b22Copy full SHA for 6253b22
CHANGELOG.md
@@ -1,4 +1,16 @@
1
2
+# 1.2.0
3
+## Feature
4
+- Add possibility to edit 'function'
5
+- Add CircleCI build
6
+- Add Node 7 in TravisCI
7
+- Add CSS class on components
8
+- Add 'clear' button on demo for updates
9
+
10
+## Fix
11
+- Fix render performance
12
+- Fix focus error on readOnly mode
13
14
# 1.1.0
15
## Bug
16
- Fix reset to default in demo
package.json
@@ -1,6 +1,6 @@
{
"name": "react-editable-json-tree",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "React Editable Json Tree",
"main": "dist/JsonTree.js",
"scripts": {
0 commit comments