Skip to content

Releases: cloydlau/json-editor-vue

v0.14.0

14 Apr 05:36
Compare
Choose a tag to compare

   🚀 Features

  • Support keeping the JSON parsed under text mode, add prop debounce and stringified  -  by @cloydlau (3f5c4)

   🐞 Bug Fixes

  • The initial local prop mode is not synchronized with the global one  -  by @cloydlau (9e79f)
  • Only consider the binding value of string type as stringified JSON under text mode  -  by @cloydlau (c71b5)
  • Mode button is not selected when setting mode to undefined  -  by @cloydlau (df61c)
    View changes on GitHub

v0.13.2

10 Apr 01:50
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.13.1

08 Apr 16:38
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

  • Should not trigger UI re-render on user actions  -  by @cloydlau (1740e)
  • jsr: Error[invalid-path]: package path must not contain whitespace (found ' ')  -  by @cloydlau (65c63)
    View changes on GitHub

v0.13.0

04 Apr 10:15
Compare
Choose a tag to compare

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.12.0

19 Jan 07:27
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.11.2

07 Dec 06:15
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.11.1

23 Nov 16:08
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.11.0

25 Oct 06:03
Compare
Choose a tag to compare

   🚀 Features

  • Change vanilla-jsoneditor from peerDependency to dependency  -  by @cloydlau (bce9b)

   🐞 Bug Fixes

    View changes on GitHub

v0.10.19

01 Oct 16:34
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • View is not updated when modelValue/value is modified before onMounted  -  by @cloydlau (dc497)
    View changes on GitHub

v0.10.18

30 Sep 12:37
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Should not change preventUpdatingModelValue when jsonEditor.value is empty  -  by @cloydlau (9763c)
  • Should watch modelValue/value after onChange is available  -  by @cloydlau (7bac7)
    View changes on GitHub