Releases: CarlosNZ/json-edit-react
Releases · CarlosNZ/json-edit-react
v1.9.0
v1.8.1
v1.7.1
v1.7.0
Changelog
- 1.7.0: Implement Search/filtering of data visibility
- 1.6.1: Revert data state on Update Function error
- 1.6.0: Allow a function for
defaultValue
prop - 1.5.0:
- Open/close all descendant nodes by holding "Alt"/"Option" while opening/closing a node
- 1.4.0:
- Style functions for context-dependent styling
- Handle "loose" (JSON5) JSON text input(e.g. non-quoted keys, trailing commas, etc.)
- 1.3.0:
- Custom (dynamic) text
- Add hyperlink Custom component to bundle
- Better indentation of collection nodes (property name lines up with non-collection nodes, not the collapse icon)
v1.2.2
Changelog
- 1.2.2: Allow editing of Custom nodes
- 1.1.0: Don't manage data state within component
- 1.0.0:
- Custom nodes
- Allow editing of keys
- Option to define restrictions on data type selection
- Option to hide array/object item counts
- Improve keyboard interaction
- 0.9.6: Performance improvement by not processing child elements if not visible
- 0.9.4:
- Layout improvements
- Better internal handling of functions in data
- 0.9.3: Bundle as ES6 module
- 0.9.1: Export more Types from the package
- 0.9.0: Initial release