Releases: josdejong/svelte-jsoneditor
Releases · josdejong/svelte-jsoneditor
v0.17.8
🐞 Bug Fixes
- Method
scrollTo
not always expanding an invisible section of an array - by @josdejong (bda39) - Update dependencies (
codemirror
,jsonrepair
,sass
, and others) - by @josdejong (3054f)
View changes on GitHub
v0.17.7
🐞 Bug Fixes
- #278 cannot filter debugging output - by @josdejong in #278 (b2317)
View changes on GitHub
v0.17.6
🚀 Features
- Update dependencies and devDependencies - by @josdejong (fc8ef)
🐞 Bug Fixes
- Unused CSS selector
".jse-column-header span.jse-column-sort-icon"
- by @josdejong (51c1d) - Let
createAjvValidator
throw an error when the JSON schema contains an error - by @josdejong (7cfb2)
View changes on GitHub
v0.17.5
🐞 Bug Fixes
- Throw an error when a custom Ajv instance provided via
onCreateAjv
is configured wrongly - by @josdejong (78771) - Keep focus on the editor after clicking a message action button - by @josdejong (aeb5d)
- Start typing in an empty document in tree mode throwing an error - by @josdejong (747f2)
View changes on GitHub
v0.17.4
🐞 Bug Fixes
- #275 flush debounced changes in
text
mode before blur and destroy - by @josdejong in #275 (e8270)
View changes on GitHub
v0.17.3
🚀 Features
- Update dependencies (jsonrepair and dev dependencies) - by @josdejong (d2c42)
View changes on GitHub
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)