Releases: CarlosNZ/json-edit-react
Releases · CarlosNZ/json-edit-react
v1.15.11
Full Changelog: v1.15.10...v1.15.11
v1.15.10
Full Changelog: v1.15.9...v1.15.10
v1.15.9
What's Changed
Full Changelog: v1.15.4...v1.15.9
v1.15.4
1.15.4: Export additional types
Full Changelog: v1.15.3...v1.15.4
v1.15.3
v1.15.0
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
Small improvements for JSON Schema validation
Full Changelog: v1.13.1...v1.13.2
v1.13.1
v1.12.0
v1.11.3
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