Releases: jsonnext/codemirror-json-schema
Releases · jsonnext/codemirror-json-schema
v0.3.1
Patch Changes
-
#37 1220706
Thanks @acao! - - fix hover on undefined schema props
- configure
above: true
for the hover tooltip, to have vscode-like behavior, and prevent z-index clash with completion on smaller viewports
-
#36 23e5721
Thanks @imolorhe! - fixed autocompletion in object roots, etc, for json4 and json5
v0.3.0
Minor Changes
- d4cfe11: improve autocompletion with support for allOf, anyOf, oneOf
v0.2.3
Patch Changes
- 69ab7be: Fix bug on p/npm/yarn install with postinstall
v0.2.1
Patch Changes
- 0b34915: fix: hover format for anyOf
v0.2.0
Minor Changes
- 3a578e9: move everything codemirror related to a peer dependency. see readme for new install instructions