vanilla-jsoneditor
Advanced tools
Changelog
0.11.0 (2022-12-07)
TransformModalCallback
, the property selectedPath
is renamed to rootPath
. The css variables --jse-context-menu-button-*
are renamed to --jse-context-menu-pointer-*
.Changelog
0.10.0 (2022-11-10)
createAjvValidator
is changed from up to three unnamed arguments
createAjvValidator(schema, schemaDefinitions, ajvOptions)
to a single object with options
createAjvValidator({ schema, schemaDefinitions, ajvOptions })
.onCreateAjv
callback for the createAjvValidator
plugin (da3d76c)