From 609ab6ca57ebf2035e4ccbabf995c5ec32713627 Mon Sep 17 00:00:00 2001 From: Oxyno-zeta Date: Tue, 22 Nov 2016 23:53:01 +0100 Subject: [PATCH] [Project] Update version --- CHANGELOG.md | 12 ++++++++++++ README.md | 1 + package.json | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ce70ec..0ab71c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +# 1.4.0 +## Fix +- Fix variable name in add part +- Ignore circle.yml in npmignore + +## Code +- Update scripts for npm +- Downgrade eslint plugin version (not working) + +## Feature +- Before Remove Action function to perform remove action + # 1.3.1 ## Fix - Fix README for Github diff --git a/README.md b/README.md index e326937..0262cee 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Demo is available here : [Demo](https://oxyno-zeta.github.io/react-editable-json - Read only possibility - Call for global update and delta update - Possibility to give buttons, inputs, ... in parameters +- Possibility to authorize remove action ## How to use ### Install diff --git a/package.json b/package.json index 2fb4a59..d27c46e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-editable-json-tree", - "version": "1.3.1", + "version": "1.4.0", "description": "React Editable Json Tree", "main": "dist/JsonTree.js", "scripts": {