Releases: josdejong/svelte-jsoneditor
Releases · josdejong/svelte-jsoneditor
v3.3.0
v3.2.0
🚀 Features
- #529 extract nested arrays in table mode - by @josdejong in #529 (592c6)
- #537 truncate large strings - by @josdejong in #538 and #537 (160a9)
🐞 Bug Fixes
- Show the file sizes in KB - by @josdejong in #537 (216b7)
View changes on GitHub
v3.1.1
🐞 Bug Fixes
- Document that v3 requires Svelte 5 - by @josdejong in #499 (9158d)
View changes on GitHub
v3.1.0
🚀 Features
- Implement
createAjvValidatorAsync
- by @iStefo in #522 (24cea) - Update dependencies - by @josdejong (b2674)
View changes on GitHub
v3.0.0
🚀 Features
- Change most methods like
set
,update
,expand
, andcollapse
to synchrounous, fixing #499 - by @josdejong in #524 and #499 (6dd69) - Change most methods like
set
,update
, andexpand
to synchronous, fixing #499 - by @josdejong in #524 and #499 (e0701)
🐞 Bug Fixes
- Upgrade to the latest version of
jsonpath-plus
, fixing a security vulnerability - by @mzner in #523 (393c7) - #512 prevent browser addons from reacting to keydown events like shift+arrow down - by @josdejong in #512 (eef40)
- #518 convert all Svelte examples to Svelte 5 - by @josdejong in #518 (0c3f3)
View changes on GitHub
v2.4.0
🚀 Features
- Enable pasting via the context menu in
tree
andtable
mode - by @josdejong (6c12e)
View changes on GitHub
v2.3.3
🐞 Bug Fixes
- Suppress
[svelte] reactive_declaration_non_reactive_property
warnings during development - by @josdejong (5e057) - Esm-env warning in vanilla-jsoneditor bundle - by @josdejong in #507 (11daf)
View changes on GitHub
v2.3.2
🐞 Bug Fixes
- #506 modal closing when the mouse ends outside it after selecting text in Chrome - by @josdejong in #506 (bbb7d)
- Update dependencies - by @josdejong (1df77)
View changes on GitHub
v2.3.1
🐞 Bug Fixes
- No history being created when clicking action buttons such as format and compact - by @josdejong (a8c32)
View changes on GitHub
v2.3.0
🚀 Features
- Update dependencies (most notably
jsonrepair
) - by @josdejong (d84c3)