Releases: oxyno-zeta/react-editable-json-tree
Releases · oxyno-zeta/react-editable-json-tree
2.3.0
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
- This used to be located in
- 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
Fix
- Add
allowFunctionEvaluation
prop to mitigate a security vulnerability - Use
Function
instead ofeval
for function evaluation
Thanks
Special thanks to @Phanabani for this release
2.2.1
2.2.0
2.1.0
2.0.0
Code
- Various change to support React V16
1.7.0
Code
- Add data to "isCollapsed" function
1.6.0
Code
- Read only with function now
1.5.0
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
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)