File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11
2+ # 1.4.0
3+ ## Fix
4+ - Fix variable name in add part
5+ - Ignore circle.yml in npmignore
6+
7+ ## Code
8+ - Update scripts for npm
9+ - Downgrade eslint plugin version (not working)
10+
11+ ## Feature
12+ - Before Remove Action function to perform remove action
13+
214# 1.3.1
315## Fix
416- Fix README for Github
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Demo is available here : [Demo](https://oxyno-zeta.github.io/react-editable-json
1717- Read only possibility
1818- Call for global update and delta update
1919- Possibility to give buttons, inputs, ... in parameters
20+ - Possibility to authorize remove action
2021
2122## How to use
2223### Install
Original file line number Diff line number Diff line change 11{
22 "name" : " react-editable-json-tree" ,
3- "version" : " 1.3.1 " ,
3+ "version" : " 1.4.0 " ,
44 "description" : " React Editable Json Tree" ,
55 "main" : " dist/JsonTree.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments