Releases: josdejong/svelte-jsoneditor
Releases · josdejong/svelte-jsoneditor
v0.18.7
🐞 Bug Fixes
- #315 cannot paste text in the search box input field in tree mode - by @josdejong in #315 (a9a2d)
View changes on GitHub
v0.18.6
🐞 Bug Fixes
- Broken import due to missing file extension - by @josdejong (0f734)
View changes on GitHub
v0.18.5
🚀 Features
- Update dependencies, most notably
jsonrepair
andcodemirror
- by @josdejong (f6306)
🐞 Bug Fixes
- #312 "Show me" button throwing an error when no position was provided in the error message - by @josdejong in #312 (d839e)
- #312 the "Show me" button throwing an error when no position was provided in the error message - by @josdejong in #312 (36d79)
- Update dependencies, most notably
codemirror
andjsonrepair
- by @josdejong (439eb) - Minor styling issues with modals - by @josdejong (97d2d)
View changes on GitHub
v0.18.4
🚀 Features
- Add indentation on wrapped lines - by @fauzi9331 in #295 (367ac)
- Improve welcome screen with action buttons to create an array or object - by @josdejong (d4e30)
🐞 Bug Fixes
- Creating an array or object or pasting content in the welcome screen not working - by @josdejong (7def3)
- Some issues with navigating in
tree
mode using arrow keys - by @josdejong (a3f9c) - When inserting a new array or object in an empty editor, set selection inside the array/object - by @josdejong (82193)
- When inserting a new value by typing somewhere, it doesn't initially have the right color - by @josdejong (9f6ea)
- Selection moving to value after renaming the last key of an object - by @josdejong (ac312)
- Select active element on undo only when existing - by @josdejong (e5bee)
- Editor not getting focus in table mode when clicking inside an empty area - by @josdejong (60998)
- Collapsed items section not removed when empty - by @josdejong (3d3ad)
View changes on GitHub
v0.18.3
🐞 Bug Fixes
- Sometimes multiple cells selected in Table mode - by @josdejong (c7705)
- Restore the selection when going back when having multiple JSONEditor modals - by @josdejong (085a9)
View changes on GitHub
v0.18.2
🐞 Bug Fixes
- #304
ReadonlyValue.svelte
wrongly importing two moved types - by @josdejong in #304 (ed8b0)
View changes on GitHub
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)