Skip to content

Releases: josdejong/svelte-jsoneditor

v0.23.4

09 May 14:53
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.23.3

06 May 15:40
Compare
Choose a tag to compare

   🚀 Features

  • Update codemirror, ajv, fontawesome, jsonrepair, and dev dependencies  -  by @josdejong (7bd08)

   🐞 Bug Fixes

    View changes on GitHub

v0.23.2

17 Apr 15:49
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.23.1

28 Mar 08:03
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.23.0

13 Mar 11:25
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

  • Status bar not visible when caret is at the start of the document  -  by @josdejong (dca87)
  • Cannot convert an Array into an Object  -  by @josdejong (4b3af)
  • Disable all relevant context menu buttons when readOnly  -  by @josdejong in #411 (c66ee)
  • Context menu not closing when clicking a button in a dropdown menu  -  by @josdejong (e2c41)
  • Disable wrapped line indent when using tabs because that doesn't work well  -  by @josdejong (2a067)
  • Insert an object or array in tree mode in an empty document not working  -  by @josdejong (5382e)
  • Table row actions not disabled in the table mode context menu when having an empty document  -  by @josdejong (71232)
  • Editor not getting focus when clicking inside the welcome screen of table mode  -  by @josdejong (919a3)
    View changes on GitHub

v0.22.0

01 Mar 09:24
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

  • Improve the logic to determine whether a JSON document needs formatting  -  by @josdejong (bb15b)
  • OnCreateMenu and onCreateContextMenu possibly applying mutated changes without returning  -  by @josdejong (da8fd)
  • Add missing property onSelect to interface JSONEditorPropsOptional  -  by @josdejong (4087e)
    View changes on GitHub

v0.21.6

15 Feb 11:23
Compare
Choose a tag to compare

   🚀 Features

  • Upgrade codemirror, jsonrepair, svelte, svelte-simple-modal, and dev dependencies  -  by @josdejong (32557)

   🐞 Bug Fixes

  • Improve the logic to determine whether a JSON document needs formatting  -  by @josdejong (0ca8a)
  • Type definition of JSONEditorPropsOptional.flattenColumns  -  by @josdejong (3a287)
  • Type definition of RenderMenuContext.mode  -  by @josdejong (51a71)
    View changes on GitHub

v0.21.5

05 Feb 19:40
Compare
Choose a tag to compare

   🚀 Features

  • Implement support for vanilla JS components in onRenderValue using Svelte Action  -  by @josdejong in #398 (db482)

   🐞 Bug Fixes

    View changes on GitHub

v0.21.4

24 Jan 10:39
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.21.3

19 Jan 14:41
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub