Releases: hexa1/react-json-editor
Releases · hexa1/react-json-editor
v0.3.3
v0.3.2
- use prop-types package for react 15.5+ compat
v0.3.1
- enhancement/bugfix: refactor to use immutable.js for state management. this makes it much easier to perform mutations on the json being edited without worrying about mutating the original object and without using
clonedeep()everywhere.
v0.2.5
- use
eslint-config-hexa1
v0.2.4
add built files from 0.2.3
v0.2.3
bugfix: fix issue in coerceToType where coercing false to a boolean changes it to true
v0.2.2
- refactored some of the code into lib functions that are easier to unit test
- added tests
- bugfix: fixed removing elements from the root json object
v0.2.1
- feature: add examples
- bugfix: fix styling issue in add element button
- bugfix: when removing element from array, splice instead of replacing with undefined
v0.2.0
- add
dropdownFactoryprop - remove react-select peer dependency
v0.1.0
Initial release