Releases: josdejong/svelte-jsoneditor
Releases · josdejong/svelte-jsoneditor
v2.0.2
🐞 Bug Fixes
- Cannot sort a nested object inside an array - by @josdejong (5ebe9)
- More efficient patch operation for the undo action of moving an item inside an object - by @josdejong (187e9)
- Performance issue of sorting the keys of large objects - by @josdejong (37089)
- Only expand JSON after sort, transform and expand when isn't expanded already - by @josdejong (5d84a)
View changes on GitHub
v2.0.1
🐞 Bug Fixes
- #498 pressing enter when editing a value submits form - by @josdejong in #498 (e8c81)
View changes on GitHub
v2.0.0
v1.1.2
🐞 Bug Fixes
- Method
patch
not working intree
and table mode when the content is text - by @josdejong (5f1c8)
View changes on GitHub
v1.1.1
🐞 Bug Fixes
- List svelte
^3.54.0
as compatible peerDependency alongside4.0.0
- by @josdejong (ba2ae) - Upgrade to svelte-awesome@3.3.5 - by @josdejong (5fe25)
View changes on GitHub
v1.1.0
v1.0.8
v1.0.7
🐞 Bug Fixes
- #488 types
JsonEditor
andCreateJSONEditorProps
not exported invanilla-jsoneditor
- by @josdejong in #488 (337c3) - #489 anchor styling defined in the TransformModal affecting the global style - by @josdejong in #489 (a2135)
View changes on GitHub
v1.0.6
🐞 Bug Fixes
- Type definition of
createJSONEditor
not exported in thevanilla-jsoneditor
library - by @josdejong (e0aee)
View changes on GitHub
v1.0.5
🐞 Bug Fixes
- Key not rendered when the value contains search results and vice versa - by @josdejong (0c41c)