Skip to content

Releases: jsonnext/codemirror-json-schema

v0.3.1

22 Jul 14:45
Compare
Choose a tag to compare

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

21 Jul 13:02
Compare
Choose a tag to compare

Minor Changes

  • d4cfe11: improve autocompletion with support for allOf, anyOf, oneOf

v0.2.3

21 Jul 11:37
Compare
Choose a tag to compare

Patch Changes

  • 69ab7be: Fix bug on p/npm/yarn install with postinstall

v0.2.2

20 Jul 16:49
b9475b9
Compare
Choose a tag to compare

Patch Changes

v0.2.1

19 Jul 14:59
Compare
Choose a tag to compare

Patch Changes

  • 0b34915: fix: hover format for anyOf

v0.2.0

19 Jul 14:38
Compare
Choose a tag to compare

Minor Changes

  • 3a578e9: move everything codemirror related to a peer dependency. see readme for new install instructions