Releases: josdejong/svelte-jsoneditor
Releases · josdejong/svelte-jsoneditor
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)
View changes on GitHub
v1.0.4
🐞 Bug Fixes
- #486 naming conflict for argument
isMac
in the type definitions - by @josdejong in #486 (9fac7)
View changes on GitHub
v1.0.3
🐞 Bug Fixes
- Invalid JSONPath query options could crash the Transform Modal - by @josdejong (c90a5)
View changes on GitHub
v1.0.2
🐞 Bug Fixes
- More robust positioning of the modal by adding
margin: auto
, see #384 - by @josdejong in #384 (23024)
View changes on GitHub
v1.0.1
🐞 Bug Fixes
- Handle
createQuery
throwing an exception in the TransformModal - by @josdejong (4b1f3)
View changes on GitHub
v1.0.0
🚀 Features
- Improve the expand and selection API's and the internal state, and add a new query language JSON Query - by @josdejong (3a653)