Releases: josdejong/svelte-jsoneditor
Releases · josdejong/svelte-jsoneditor
v0.21.1
🐞 Bug Fixes
- Add a module export again to the
svelte-jsoneditor
package - by @josdejong (0c695)
View changes on GitHub
v0.21.0
🚀 Features
- Implement
onRenderContextMenu
- by @josdejong in #82 (e53a6) - Change the type of
json
fromJSONValue
tounknown
- by @josdejong in #371 (dc467) - Upgrade to upgrade
@sveltejs/kit@2
,vite-plugin-svelte@3
,vite@5
, andvitest@1
- by @josdejong in #374 (b83e3)
View changes on GitHub
v0.20.0
🚀 Features
- Use SCSS variables internally - by @SamMousa in #344 (ec4b7)
- Export one bundle with and one without external dependencies in
vanilla-jsoneditor
- by @josdejong in #353 (9c1ad) - Update dependencies
codemirror
,fontawesome
,svelte-awesome
, and dev dependencies - by @josdejong (75596)
🐞 Bug Fixes
- Make argument
element
of helper functiononEscape
optional - by @josdejong (6eb9b) - Cleanup a console.log - by @josdejong (005f1)
- Allow
isEditing
property to be true when inreadOnly
mode - by @josdejong in #342 (3b0bd) - Styling issue with a button text color in dark mode - by @josdejong (4ff40)
View changes on GitHub
v0.19.0
🚀 Features
- Additional classes for improved CSS targeting - by @hybridwebdev (4392f)
- Package exports not working in Jest - by @josdejong (77697)
🐞 Bug Fixes
- Wrong font in table mode - by @josdejong (dd448)
- #334 package exports not working in Jest - by @josdejong in #334 (3058c)
View changes on GitHub
v0.18.13
🚀 Features
- Update dependencies (
jsonrepair
,@codemirror/autocomplete
) - by @josdejong (69107)
View changes on GitHub
v0.18.12
🚀 Features
- Update to
jsonrepair@3.4.0
- by @josdejong (9ede6)
🐞 Bug Fixes
- #337 some menu styling issues - by @josdejong in #337 (2eec4)
onChange
event not fired after callingeditor.set(...)
- by @josdejong in #318 (afaca)- Use mono font in JSON Preview - by @josdejong (b07d0)
- #331 changing contents during the
onChange
callback throws a selection error - by @josdejong in #331 (6e511) - Update codemirror and a couple of devDependencies - by @josdejong (71733)
View changes on GitHub
v0.18.11
🚀 Features
- Update codemirror, jsonrepair, and other dependencies - by @josdejong (90d1b)
🐞 Bug Fixes
- #321 editor not accepting JSON created in a different JavaScript realm like an iframe - by @josdejong in #321 (06fb8)
- Bottom margin of welcome screen in tree and table mode - by @josdejong (7d1eb)
- Svelte giving warnings about creating components with unknown properties - by @josdejong (62717)
- Editor sometimes losing track on whether it has focus - by @josdejong (410f9)
View changes on GitHub
v0.18.10
🐞 Bug Fixes
- Rename "whole document" to "document root" and "whole item" to "item root" to prevent confusion - by @josdejong (2699b)
View changes on GitHub
v0.18.9
v0.18.8
🐞 Bug Fixes
- Regression since v0.18.17 not allowing to put the cursor halfway the value when editing a value - by @josdejong (3e34e)