jsoneditor
Advanced tools
Changelog
2022-01-13, version 9.6.0
value
along with the onNodeName
callback, see #1409.
Thanks @brianpos.value
property of the callbacks onNodeName
, onEditable
,
and onClassName
for objects and arrays too (was undefined
before).
Since this can be a heavy recursive operation, the property is changed into
a lazy getter.Changelog
2021-12-29, version 9.5.11
Changelog
2021-12-22, version 9.5.9
Changelog
2021-12-19, version 9.5.8
Changelog
2021-11-06, version 9.5.7
Element.remove
, window.CharacterData.remove
,
and window.DocumentType.remove
. Thanks @caok2709.ace-builds@1.4.13
, vanilla-picker@2.12.1
.Changelog
2021-09-01, version 9.5.5
setMode
not throwing an exception anymore in case of a parse error
(regression since 9.5.4
).Changelog
2021-08-25, version 9.5.4
noreferrer
for window.open, see #1365. Thanks @rajitbanerjee.onError
callback (see #1364).