Skip to content

Releases: CarlosNZ/json-edit-react

v1.15.0

19 Jul 06:15
Compare
Choose a tag to compare

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: v1.13.2...v1.15.0

v1.13.2

26 Jun 12:36
Compare
Choose a tag to compare

Small improvements for JSON Schema validation

Full Changelog: v1.13.1...v1.13.2

v1.13.1

25 Jun 05:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.0...v1.13.1

v1.12.0

19 Jun 10:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.3...v1.12.0

v1.11.3

01 Jun 08:01
Compare
Choose a tag to compare

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: v1.10.2...v1.11.3

v1.10.2

19 May 08:28
Compare
Choose a tag to compare

What's Changed

  • #57 Formatting fixes for long or unbroken strings by @CarlosNZ in #60
  • Restrict editing to one element at a time

Full Changelog: v1.9.1...v1.10.2

v1.9.1

02 May 12:04
Compare
Choose a tag to compare

Fix #56

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