json-edit-react

React component for editing/viewing JSON/object data

GPL-3.0 License

Downloads
67.1K
Stars
24

Bot releases are hidden (Show)

json-edit-react - v1.16.3 Latest Release

Published by CarlosNZ about 1 month ago

json-edit-react - v1.16.1

Published by CarlosNZ about 1 month ago

json-edit-react - v1.15.11

Published by CarlosNZ about 2 months ago

json-edit-react - v1.15.10

Published by CarlosNZ about 2 months ago

json-edit-react - v1.15.9

Published by CarlosNZ about 2 months ago

json-edit-react - v1.15.4

Published by CarlosNZ 3 months ago

1.15.4: Export additional types

Full Changelog: https://github.com/CarlosNZ/json-edit-react/compare/v1.15.3...v1.15.4

json-edit-react - v1.15.3

Published by CarlosNZ 3 months ago

  • 1.15.3:
    • Allow UpdateFunction to return true to represent success
    • Refactor collapse animation to improve lag and accuracy
  • 1.15.2:
    • Collapse animation timing is configurable (#96)
    • Bug fix for non-responsive keyboard submit for boolean values (#97)
json-edit-react - v1.15.0

Published by CarlosNZ 3 months ago

What's Changed

  • 1.15.0: Remove (JSON5) from the package, and provided props for passing in any alternative JSON parsing and stringifying methods.
  • 1.14.0:
    • Allow UpdateFunction to return a modified value, not just an error
    • Add setData prop to discourage reliance on internal data state management
    • Refactor state/event management to use less useEffect hooks
  • 1.13.3: Bug fix for when root data value is null #90

Full Changelog: https://github.com/CarlosNZ/json-edit-react/compare/v1.13.2...v1.15.0

json-edit-react - v1.13.2

Published by CarlosNZ 4 months ago

Small improvements for JSON Schema validation

Full Changelog: https://github.com/CarlosNZ/json-edit-react/compare/v1.13.1...v1.13.2

json-edit-react - v1.13.1

Published by CarlosNZ 4 months ago

What's Changed

Full Changelog: https://github.com/CarlosNZ/json-edit-react/compare/v1.12.0...v1.13.1

json-edit-react - v1.12.0

Published by CarlosNZ 4 months ago

What's Changed

Full Changelog: https://github.com/CarlosNZ/json-edit-react/compare/v1.11.3...v1.12.0

json-edit-react - v1.11.3

Published by CarlosNZ 5 months ago

What's Changed

  • 1.11.3: Bug fix for invalid state when changing type to Collection node
  • 1.11.0:
    • Improve CSS definitions to prevent properties from being overridden by the host environment's CSS
    • Add rootFontSize prop to set the "base" size for the component

Full Changelog: https://github.com/CarlosNZ/json-edit-react/compare/v1.10.2...v1.11.3

json-edit-react - v1.10.2

Published by CarlosNZ 5 months ago

What's Changed

Full Changelog: https://github.com/CarlosNZ/json-edit-react/compare/v1.9.1...v1.10.2

json-edit-react - v1.9.1

Published by CarlosNZ 6 months ago

Fix #56

json-edit-react - v1.9.0

Published by CarlosNZ 6 months ago

What's Changed

Full Changelog: https://github.com/CarlosNZ/json-edit-react/compare/v1.8.1...v1.9.0

json-edit-react - v1.8.1

Published by CarlosNZ 7 months ago

  • 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
json-edit-react - v1.7.1

Published by CarlosNZ 8 months ago

Changelog

  • 1.7.1: Fix and improve Custom nodes in collections
json-edit-react - v1.7.0

Published by CarlosNZ 8 months ago

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)
json-edit-react - v1.2.2

Published by CarlosNZ 9 months ago

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
json-edit-react - v0.9.1

Published by CarlosNZ over 1 year ago