svelte-jsoneditor
Advanced tools
Changelog
0.3.1 (2021-09-22)
Changelog
0.3.0 (2021-09-11)
json
and text
are replaced by content: { json, text }
getText
, setText
, and updateText
are removed, use get
, set
and update
instead.get
set
, and update
now expect and return a content object { json: JSON } | { text: string }
instead of the json data.content
instead of json
and text
(6b810b7)json
and text
inside content
(f93ce2d)Changelog
0.2.8 (2021-08-20)
editor.updateProps(props)
to change properties after creation (b596155)svelte-select
, sass
) and devDependencies (be32856)Changelog
0.2.7 (2021-08-06)