Skip to content

Commit 6253b22

Browse files
committed
[Project] Update project
1 parent 6e0e680 commit 6253b22

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11

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+
214
# 1.1.0
315
## Bug
416
- Fix reset to default in demo

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-editable-json-tree",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "React Editable Json Tree",
55
"main": "dist/JsonTree.js",
66
"scripts": {

0 commit comments

Comments
 (0)