Releases: josdejong/svelte-jsoneditor
Releases · josdejong/svelte-jsoneditor
v3.10.0
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
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
3.8.0 (2025-07-24)
Features
- add expand/collapse functionality support in TextMode (#554) (b0482e4)
v3.7.0
3.7.0 (2025-07-11)
Features
- update dependencies (
codemirror
, jsonrepair
, ...) (ebd9273)
v3.6.1
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
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
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
3.4.0 (2025-05-23)
Features
- upgrade to
@jsonquerylang/jsonquery@5
(7cff689)
v3.3.1
3.3.1 (2025-04-02)
Bug Fixes
v3.3.0
3.3.0 (2025-03-28)
Features
- scroll precisely to search results in large texts (338a807)