Skip to content

Releases: josdejong/svelte-jsoneditor

v3.10.0

24 Sep 12:34
Compare
Choose a tag to compare

3.10.0 (2025-09-24)

Features

  • add buttons "Expand All" and "Collapse All" to the menu in text mode (#563) (f4dd1ca)
  • update dependencies and devDependencies (10dacf0)
  • upgrade to FontAwesome v7 (c289d32)

v3.9.0

13 Sep 16:07
Compare
Choose a tag to compare

3.9.0 (2025-09-13)

Bug Fixes

  • docs: fixes typo in toJSONContent util docs (#561) (df655d8)

Features

  • support recursive collapse in text mode (#558) (7fbefe8)

v3.8.0

24 Jul 08:49
b0482e4
Compare
Choose a tag to compare

3.8.0 (2025-07-24)

Features

  • add expand/collapse functionality support in TextMode (#554) (b0482e4)

v3.7.0

11 Jul 09:04
Compare
Choose a tag to compare

3.7.0 (2025-07-11)

Features

  • update dependencies (codemirror, jsonrepair, ...) (ebd9273)

v3.6.1

24 Jun 13:31
afccf0e
Compare
Choose a tag to compare

3.6.1 (2025-06-24)

Bug Fixes

  • #550 onRenderContextMenu sometimes passing an outdated version of selection (9499d22)
  • performance issue when renaming an object key, see #543 (#551) (afccf0e)
  • right-click on an object/array tag now correctly opens the ContextMenu (d7983c0)

v3.6.0

18 Jun 13:22
df13584
Compare
Choose a tag to compare

3.6.0 (2025-06-18)

Features

  • show a message after pasting multiline text as an Array, offering to paste as string instead (#549) (df13584)

v3.5.0

23 May 14:17
Compare
Choose a tag to compare

3.5.0 (2025-05-23)

Bug Fixes

  • path selector showing up for arrays with just primitive values (e296a2a)

Features

  • improve sorting for arrays with mixed content types (8ef2ed9)

v3.4.0

23 May 11:39
Compare
Choose a tag to compare

3.4.0 (2025-05-23)

Features

  • upgrade to @jsonquerylang/jsonquery@5 (7cff689)

v3.3.1

02 Apr 16:06
Compare
Choose a tag to compare

3.3.1 (2025-04-02)

Bug Fixes

v3.3.0

28 Mar 14:45
Compare
Choose a tag to compare

3.3.0 (2025-03-28)

Features

  • scroll precisely to search results in large texts (338a807)