Skip to content

Releases: oxyno-zeta/react-editable-json-tree

2.3.0

22 Oct 13:49
d5c9141
Compare
Choose a tag to compare

Feature

  • Support for React 17 and 18

Code

  • Use Parcel to build the library
  • Use create-react-app for the /dev_app/ testing page
    • This used to be located in /dev/ and served with a complicated webpack setup
  • Use yalc to build and test our library in /dev_app/
  • Rewrite the testing page in typescript and with functional components
  • Remove unmaintained dependency react-hotkeys
  • Use GitHub Actions for CI (instead of Circle)

Fix

  • Rewrite a large portion of the README for clarity and fixing some mistakes

Thanks

Special thanks to @Phanabani for this release

2.2.2

13 Aug 09:15
a84cb91
Compare
Choose a tag to compare

Fix

  • Add allowFunctionEvaluation prop to mitigate a security vulnerability
  • Use Function instead of eval for function evaluation

Thanks

Special thanks to @Phanabani for this release

2.2.1

18 Aug 11:27
Compare
Choose a tag to compare

Fix

  • Fix issue #8

2.2.0

27 Feb 23:10
Compare
Choose a tag to compare

Feature

  • Issue #7 (Thanks to @Hawkpath for the idea) : inputElement and textareaElement can be a function that return dynamically element.
  • Raw value from input and textarea element can be now parsed by an external function

2.1.0

22 Jan 16:39
Compare
Choose a tag to compare

Fix

  • Issue #6 : Forgot to change code in "update array" when switch to promise

Feature

  • Add a way to give logger to component to log "catch" promise error

2.0.0

10 Nov 19:43
Compare
Choose a tag to compare

Code

  • Various change to support React V16

1.7.0

13 Jul 18:42
Compare
Choose a tag to compare

Code

  • Add data to "isCollapsed" function

1.6.0

22 Jan 21:58
Compare
Choose a tag to compare

Code

  • Read only with function now

1.5.0

01 Dec 20:54
Compare
Choose a tag to compare

Fix

  • Fix ESLint errors and warning
  • Demo works with IE

Code

  • Update webpack configurations
  • Update Travis CI and Circle CI configuration

Feature

  • Add "before action" on Remove, Update and Add action

1.4.0

22 Nov 22:59
Compare
Choose a tag to compare

Feature

  • Before Remove Action function to perform remove action

Fix

  • Fix variable name in add part
  • Ignore circle.yml in npmignore

Code

  • Update scripts for npm
  • Downgrade eslint plugin version (not working)