Releases: josdejong/svelte-jsoneditor
Releases · josdejong/svelte-jsoneditor
v0.17.2
🚀 Features
- Update dependencies (codemirror, sass) - by @josdejong (aeb9a)
🐞 Bug Fixes
- #238 editor scrolls the browser page to top on Safari when getting focus - by @josdejong in #238 (20129)
View changes on GitHub
v0.17.1
🚀 Features
- Make the option
askToFormat
configurable - by @josdejong in #252 (5e549)
🐞 Bug Fixes
- #142 cannot select contents in readOnly text mode - by @josdejong in #142 (99922)
- #251 enable search in text mode when readOnly - by @josdejong in #251 (50f88)
- Update dependencies (
jsonrepair
and@codemirror/view
) - by @josdejong (5ff13)
View changes on GitHub
v0.17.0
🚀 Features
- Change
stringifyJSONPath
andparseJSONPath
to have a more human friendly output - by @josdejong (f0f8b) - Update dependencies and devDependencies - by @josdejong (f3228)
- Update dependencies including @sveltejs/package, changing the package structure - by @josdejong in #258 (78603)
View changes on GitHub
v0.16.1
🐞 Bug Fixes
- Give the optional
rootPath
option oftransform
a default value - by @josdejong (b38db) - Change the row numbering in table mode to zero based for consistency - by @josdejong (d9232)