vanilla-jsoneditor
Advanced tools
Changelog
0.5.0 (2022-07-11)
vanilla-jsoneditor
. Please replace: import { JSONEditor} from "svelte-jsoneditor/dist/jsoneditor.js"
with import { JSONEditor} from "vanilla-jsoneditor"
. Read more about v0.5.0: https://github.com/josdejong/svelte-jsoneditor/blob/main/CHANGELOG.mdChangelog
0.4.0 (2022-07-08)
JSONPath
is changed from Array<string | number>
to Array<string>
,
and some TypeScript types now come from immutable-json-patch
.#105 disable dropdown button when all items are disabled (8698606)
#107 dependency issue with fortawesome building svelte-kit (7ad8e95)
#110 ContextMenu closes when hovering a validation error (#112) (46424bb)
generate a valid sourcemap again (7981a99)
make svelte
a dependency, its type definitions are needed in TypeScript projects (see #19) (acb3acf)
remove the "powered by CodeMirror" text, is listed in readme and webapp footer instead (89d661a)
truncate text preview of invalid JSON in tree mode (67f5790)
make sure the next version will be marked as a breaking change (0737b6c)