Releases: CarlosNZ/json-edit-react
Releases · CarlosNZ/json-edit-react
v1.15.3
25 Jul 08:50
Compare
Sorry, something went wrong.
No results found
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 )
v1.15.0
19 Jul 06:15
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v1.13.1
25 Jun 05:24
Compare
Sorry, something went wrong.
No results found
v1.12.0
19 Jun 10:30
Compare
Sorry, something went wrong.
No results found
v1.11.3
01 Jun 08:01
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v1.9.0
01 May 11:15
Compare
Sorry, something went wrong.
No results found
v1.8.1
11 Mar 10:50
Compare
Sorry, something went wrong.
No results found
1.8.1 : Further improvements/fixes to collection custom nodes, including additional wrapperElement
prop
1.7.2 :
Fix and improve Custom nodes in collections
Include index
in Filter (and other) function input