Releases: cloydlau/json-editor-vue
Releases · cloydlau/json-editor-vue
v0.17.3
v0.17.2
No significant changes
View changes on GitHub
v0.17.1
v0.17.0
v0.16.0
v0.15.2
🐞 Bug Fixes
- Should use
parser.parse
to parse the content text whenstringified
is disabled - by @cloydlau (ae5e9)
View changes on GitHub
v0.15.1
v0.15.0
🚨 Breaking Changes
View changes on GitHub
v0.14.0
🚀 Features
- Support keeping the JSON parsed under text mode, add prop
debounce
andstringified
- by @cloydlau (3f5c4)
🐞 Bug Fixes
- The initial local prop
mode
is not synchronized with the global one - by @cloydlau (9e79f) - Only consider the binding value of string type as stringified JSON under text mode - by @cloydlau (c71b5)
- Mode button is not selected when setting
mode
toundefined
- by @cloydlau (df61c)