Skip to content

Commit 609ab6c

Browse files
committed
[Project] Update version
1 parent 7398ed2 commit 609ab6c

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-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.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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

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.3.1",
3+
"version": "1.4.0",
44
"description": "React Editable Json Tree",
55
"main": "dist/JsonTree.js",
66
"scripts": {

0 commit comments

Comments
 (0)