vanilla-jsoneditor
Advanced tools
Changelog
0.7.4 (2022-09-12)
text
mode not change json contents directly into text contents, and prevent freezing when loading a large document (#141) (28b2b56)Changelog
0.7.0 (2022-09-01)
onChange
did only fire after a change made by a user. Now, onChange
also fires
after programmatic changes: when changing props or calling patch
, set
, update
.