All Versions
190
Latest Version
Avg Release Cycle
13 days
Latest Release
102 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v9.0.0
May 24, 2020- ๐ Implemented option
limitDragging
, see #962. This is a breaking change when using a JSON schema: dragging is more restrictive by default in that case. SetlimitDragging: false
to keep the old, non-restricted behavior.
- ๐ Implemented option
-
v8.6.8
May 13, 2020- ๐ Fix #936: too many return characters inserted when pasting formatted text from OpenOffice.
-
v8.6.7
May 10, 2020- ๐ Fix #858: the
dist/jsoneditor.js
bundle containing a link to a non-existing source map. - ๐ Fix #978: in some special cases the caret was jumping to the beginning of the line whilst typing.
- โก๏ธ Update dependencies to
[email protected]
.
- ๐ Fix #858: the
-
v8.6.6
April 21, 2020- ๐ Fix #969: adding a new property to an empty object or array is broken.
Regression introduced in
v8.6.5
.
- ๐ Fix #969: adding a new property to an empty object or array is broken.
Regression introduced in
-
v8.6.5
April 19, 2020- ๐ Fix #964: translation of titles of some context menu items not working.
- โก๏ธ Update dependencies to
[email protected]
,[email protected]
.
-
v8.6.4
March 29, 2020- ๐ Fix #921:
sortObjectKeys
emitsonChange
events. - ๐ Fix #946:
language
not working in modestext
,code
, andpreview
. - โก๏ธ Revert reckoning with the order of object properties when updating an
object (introduced in
v8.6.2
). See #917. - ๐ Implement support for repairing line separate JSON.
- ๐ Fix #921:
-
v8.6.3
March 18, 2020- ๐ Fix #932:
JSONEditor.update
broken, did not always recognize when the input changed. Regression introduced inv8.6.2
.
- ๐ Fix #932:
-
v8.6.2
March 18, 2020- ๐ Fixed #917, #926: Keep order of properties when updating an object.
- ๐ Fixed #928: Custom root name not reflected in path of navigation bar.
- โฌ๏ธ Upgraded to
[email protected]
- ๐ Fixed #917, #926: Keep order of properties when updating an object.
-
v8.6.1
February 17, 2020- ๐ Fixed #908: editor throwing an exception when switching from
'preview'
to'code'
mode.
- ๐ Fixed #908: editor throwing an exception when switching from
-
v8.6.0
February 16, 2020- ๐ Fixed #906: Implemented turning Python objects containing
True
,False
andNone
into valid JSON using repair.
- ๐ Fixed #906: Implemented turning Python objects containing