Skip to content

Releases: CarlosNZ/json-edit-react

v1.9.0

01 May 11:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.1...v1.9.0

v1.8.1

11 Mar 10:50
Compare
Choose a tag to compare
  • 1.8.1: Further improvements/fixes to collection custom nodes, including additional wrapperElement prop
    • Add optional id prop
  • 1.7.2:
    • Fix and improve Custom nodes in collections
    • Include index in Filter (and other) function input

v1.7.1

06 Mar 10:03
Compare
Choose a tag to compare

Changelog

  • 1.7.1: Fix and improve Custom nodes in collections

v1.7.0

05 Mar 09:34
Compare
Choose a tag to compare

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

27 Jan 07:37
Compare
Choose a tag to compare

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

v0.9.1

30 May 09:01
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com./CarlosNZ/fig-tree-editor