Skip to content

Releases: josdejong/svelte-jsoneditor

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

v0.21.2

10 Jan 15:53
Compare
Choose a tag to compare

   🚀 Features

  • Update deps codemirror, jsonrepair, sass, svelte-awesome, svelte-select, and more  -  by @josdejong (63ac1)
  • Provide the current selection in onRenderContextMenu  -  by @1pone in #376 (20688)

   🐞 Bug Fixes

    View changes on GitHub

v0.21.1

20 Dec 14:53
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Add a module export again to the svelte-jsoneditor package  -  by @josdejong (0c695)
    View changes on GitHub

v0.21.0

20 Dec 14:38
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.20.0

06 Dec 14:44
Compare
Choose a tag to compare

   🚀 Features

  • Use SCSS variables internally  -  by @SamMousa in #344 (ec4b7)
  • Export one bundle with and one without external dependencies in vanilla-jsoneditor  -  by @josdejong in #353 (9c1ad)
  • Update dependencies codemirror, fontawesome, svelte-awesome, and dev dependencies  -  by @josdejong (75596)

   🐞 Bug Fixes

    View changes on GitHub