Skip to content

Releases: hexa1/react-json-editor

v0.3.3

25 Oct 21:35

Choose a tag to compare

  • bump node-sass, commit built files

v0.3.2

25 Oct 21:16

Choose a tag to compare

  • use prop-types package for react 15.5+ compat

v0.3.1

09 Nov 19:16

Choose a tag to compare

  • 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

07 Sep 19:35

Choose a tag to compare

  • use eslint-config-hexa1

v0.2.4

26 Aug 18:28

Choose a tag to compare

add built files from 0.2.3

v0.2.3

26 Aug 18:23

Choose a tag to compare

bugfix: fix issue in coerceToType where coercing false to a boolean changes it to true

v0.2.2

04 Aug 17:17

Choose a tag to compare

  • 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

02 Aug 20:30

Choose a tag to compare

  • 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

02 Aug 17:38

Choose a tag to compare

  • add dropdownFactory prop
  • remove react-select peer dependency

v0.1.0

02 Aug 17:14

Choose a tag to compare

Initial release