Releases: josdejong/svelte-jsoneditor
Releases · josdejong/svelte-jsoneditor
v1.0.1
🐞 Bug Fixes
- Handle
createQuery
throwing an exception in the TransformModal - by @josdejong (4b1f3)
View changes on GitHub
v1.0.0
🚀 Features
- Improve the expand and selection API's and the internal state, and add a new query language JSON Query - by @josdejong (3a653)
View changes on GitHub
v0.23.8
🐞 Bug Fixes
View changes on GitHub
v0.23.7
🐞 Bug Fixes
- Search and replace in table mode not working - by @josdejong (3f8a3)
View changes on GitHub
v0.23.6
🚀 Features
- Update dependencies
codemirror
,codemirror-indentation-markers
,ajv
,sass
- by @josdejong (1eb5c)
🐞 Bug Fixes
- #436 Ctrl+Click (Cmd+Click) not working on Mac - by @josdejong in #436 (71427)
View changes on GitHub
v0.23.5
🚀 Features
- Upgrade dependencies
codemirror
,ajv
,jsonrepair
, and update dev dependencies - by @josdejong (999ac)
🐞 Bug Fixes
- Make platform detection more robust and future proof - by @SamMousa in #435 (776ff)
- Cleanup wrong classname
jse-readonly-password
attached to all values - by @josdejong (eabbe)
View changes on GitHub
v0.23.4
🐞 Bug Fixes
- Cannot use middle mouse button to scroll - by @josdejong (d0e7f)
- Update
jsonrepair
and other dependencies - by @josdejong (7b906)
View changes on GitHub
v0.23.3
🚀 Features
- Update
codemirror
,ajv
,fontawesome
,jsonrepair
, and dev dependencies - by @josdejong (7bd08)
🐞 Bug Fixes
- Text mode loads partially scrolled down - by @josdejong (56e18)
View changes on GitHub
v0.23.2
🐞 Bug Fixes
- Change text "fullscreen" to "full screen" - by @josdejong (a5641)
- Editor not getting focus when clicking in an empty area in table mode - by @josdejong (0e740)
- #423 error about an invalid selection in text mode when clearing the contents - by @josdejong in #423 (5ed8a)
View changes on GitHub
v0.23.1
🚀 Features
- Update dependencies (
codemirror
,sass
, and dev dependencies) - by @josdejong (abf04) - Pass validation severity into UI - by @anlinguist in #416 (6cd6a)
- Fullscreen support for modals - by @josdejong in #420 (160a7)
🐞 Bug Fixes
- Update dependency
vanilla-picker
and update devDependencies - by @josdejong (b0ba1) - Support pressing Esc to close the CopyPasteModal - by @josdejong (fb77e)