Releases: josdejong/svelte-jsoneditor
Releases · josdejong/svelte-jsoneditor
v0.18.1
🐞 Bug Fixes
- #300 change the homepage in package.json to the Github repo - by @josdejong in #300 (b1977)
- #304 missing type
JSONPointer
internally - by @josdejong in #304 (e23ab)
View changes on GitHub
v0.18.0
🚀 Features
- Upgrade to Svelte 4, improve TypeScript types - by @josdejong (4d045)
- Describe breaking changes - by @josdejong (962db)
View changes on GitHub
v0.17.10
🐞 Bug Fixes
- #301 TransformModal broken (regression since
v0.17.9
) - by @josdejong in #301 (b13a5)
View changes on GitHub
v0.17.9
🐞 Bug Fixes
- Resolve failed import in example "custom menu buttons" - by @zhangtao25 in #287 (8da09)
- Export all typeguard functions like
isMenuButton
- by @josdejong (53e67) - #163 implement method
.select()
and callbackonSelect
- by @josdejong in #299 and #163 (69a96)
View changes on GitHub
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)