React Editable Json Tree Versions Save

React Editable Json Tree

2.3.0

1 year ago

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

1 year ago

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

5 years ago

Fix

  • Fix issue #8

2.2.0

6 years ago

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

6 years ago

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

6 years ago

Code

  • Various change to support React V16

1.7.0

6 years ago

Code

  • Add data to "isCollapsed" function

1.6.0

7 years ago

Code

  • Read only with function now

1.5.0

7 years ago

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

7 years ago

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)