Update dependency jsoneditor to v10 #162
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.32.5
->10.1.2
Release Notes
josdejong/jsoneditor (jsoneditor)
v10.1.2
Compare Source
mobius1-selectr
from the list with dependencies to getrid of a security vulnerability in its docs.
v10.1.1
Compare Source
(copy)
suffix, the suffix was removed.onValidationError
did not always trigger.ace
.sass
.v10.1.0
Compare Source
ace
andjsonrepair
v10.0.3
Compare Source
ace-builds
,jsonrepair
, andvanilla-picker
.label
instead ofdiv
.Thanks @ppetkow.
v10.0.2
Compare Source
Thanks @jpage-godaddy.
ace
andjsonrepair
.v10.0.1
Compare Source
ace
andjsonrepair
.v10.0.0
Compare Source
ace
andjsonrepair
.v9.10.5
Compare Source
jsonrepair
tov3.1.0
to stay compatible withInternet Explorer 11. Regression introduced in
v9.10.3
. See #1563.v9.10.4
Compare Source
view
, font-size increasingon mobile Webview.
ace
andjsonrepair
.v9.10.3
Compare Source
ace
,jsonrepair
, andvanilla-picker
.v9.10.2
Compare Source
showErrorTable
(see #1515):showErrorTable
showErrorTable: false
was not workingshowErrorTable
was not working forpreview
modeace
andjsonrepair
.v9.10.1
Compare Source
showErrorTable
.v9.10.0
Compare Source
showErrorTable
to customize in which modes the error tableshows up initially (#1497). Thanks @magedhennawy.
v1.15.2
.v3.0.2
.(#1499). Thanks @joshkel.
v9.9.2
Compare Source
2.4.0
to2.4.13
.v9.9.1
Compare Source
v1.10.1
.v9.9.0
Compare Source
Thanks @meirotstein.
v1.6.0
.v9.8.0
Compare Source
editor.expand({ path, isExpand, recursive })
and callbackonExpand({ path, isExpand, recursive })
. Thanks @himanshu520.v1.5.3
.v9.7.4
Compare Source
onBlur
event not firing when focus goes to aniframe
.v9.7.3
Compare Source
setSchema
not working.v9.7.2
Compare Source
v9.7.1
Compare Source
v9.7.0
Compare Source
view
.v9.6.0
Compare Source
value
along with theonNodeName
callback, see #1409.Thanks @brianpos.
value
property of the callbacksonNodeName
,onEditable
,and
onClassName
for objects and arrays too (wasundefined
before).Since this can be a heavy recursive operation, the property is changed into
a lazy getter.
v9.5.11
Compare Source
v9.5.10
Compare Source
v9.5.9
Compare Source
issues in Ace editor. Changed to 14px Consolas on Windows, 14px Menlo on Mac,
see #1392, #1403.
v9.5.8
Compare Source
v9.5.7
Compare Source
Element.remove
,window.CharacterData.remove
,and
window.DocumentType.remove
. Thanks @caok2709.[email protected]
,[email protected]
.v9.5.6
Compare Source
v9.5.5
Compare Source
setMode
not throwing an exception anymore in case of a parse error(regression since
9.5.4
).v9.5.4
Compare Source
noreferrer
for window.open, see #1365. Thanks @rajitbanerjee.contents not triggering the
onError
callback (see #1364).of logging the error in the console (see #1364).
v9.5.3
Compare Source
see #1355. Thanks @mpccolorado.
v9.5.2
Compare Source
script, see #1354. Thanks @esulu.
v9.5.1
Compare Source
v9.5.0
Compare Source
JSONEditor.validate(): Promise<ValidationError[]>
.Thanks @ChrisAcrobat.
v9.4.2
Compare Source
from
code
mode topreview
mode.selectr
to prevent conflicts with tailwind,see #1333. Thanks @mdix.
v9.4.1
Compare Source
v9.4.0
Compare Source
oneOf
,anyOf
,allOf
. Thanks @maufl.refresh()
duringonChange
callback.
v9.3.1
Compare Source
$jse-icons-url
, see #1268. Thanks @ppetkow.v9.3.0
Compare Source
[email protected]
.v9.2.0
Compare Source
Ctrl+\
andCtrl+Shift+\
toCtrl+I
andCtrl+Shift+I
respectively, because not allbrowsers and operating systems support this key combination.
v9.1.10
Compare Source
Thanks @Hagartinger.
[email protected]
).v9.1.9
Compare Source
jsoneditor-minimalist
bundle being too large. Regression sincev9.1.5
(caused by a recent upgrade to Webpack 5). Thanks @cbmgit.
v9.1.8
Compare Source
simple-json-repair
withjsonrepair
(library was renamed).v9.1.7
Compare Source
v9.1.6
Compare Source
additionalProperties
. Thanks @maufl.ajv
.v9.1.5
Compare Source
v9.1.4
Compare Source
Thanks @tanmayrajani.
v9.1.3
Compare Source
[email protected]
.v9.1.2
Compare Source
onEvent
for boolean checkbox and enum selectbox too.onEditable
isinvalid. See #1112.
[email protected]
.library
simple-json-repair
with many improvements.v9.1.1
Compare Source
Thanks @Hagartinger.
[email protected]
).v9.1.0
Compare Source
de
). Thanks @s-a.Ctrl-\
(format) andCtrl-Shift-\
(compact) not workingin
code
mode.[email protected]
.v9.0.5
Compare Source
name
.[email protected]
.v9.0.4
Compare Source
[email protected]
,[email protected]
.main
field inpackage.json
to point to the actualbundled and minified file instead of a node.js index file.
v9.0.3
Compare Source
v9.0.2
in the select boxes in theTransform model not lighlighting the matches correctly.
v9.0.2
Compare Source
Thanks @p3x-robot.
v9.0.1
Compare Source
Thanks @p3x-robot.
find
andfindIndex
in such a waythat they are not iterable.
v9.0.0
Compare Source
limitDragging
, see #962. This is a breaking change whenusing a JSON schema: dragging is more restrictive by default in that case.
Set
limitDragging: false
to keep the old, non-restricted behavior.v8.6.8
Compare Source
from OpenOffice.
v8.6.7
Compare Source
dist/jsoneditor.js
bundle containing a link to anon-existing source map.
line whilst typing.
[email protected]
.v8.6.6
Compare Source
Regression introduced in
v8.6.5
.v8.6.5
Compare Source
[email protected]
,[email protected]
.v8.6.4
Compare Source
sortObjectKeys
emitsonChange
events.language
not working in modestext
,code
, andpreview
.object (introduced in
v8.6.2
). See #917.v8.6.3
Compare Source
JSONEditor.update
broken, did not always recognize when theinput changed. Regression introduced in
v8.6.2
.v8.6.2
Compare Source
[email protected]
v8.6.1
'preview'
to
'code'
mode.v8.6.0
True
,False
and
None
into valid JSON using repair.v8.5.3
Compare Source
code
being broken when customloading an old version of Ace Editor.
v8.5.2
Compare Source
code
not always updating.v8.5.1
Compare Source
v8.5.0
Compare Source
Transform modal. New options
createQuery
,executeQuery
, andqueryDescription
are available for this now. An example is availablein
examples/23_custom_query_language.html
. See #857, #871.code
mode.code
andtext
aftertransforming or sorting.
v8.4.1
Compare Source
console.log
in production code. Oopsie.v7.0.5
Compare Source
[email protected]
.v7.0.4
Compare Source
with bootstrap. See #791. Thanks @dmitry-kulikov.
the git repository of JSONEditor. See #787, #788. Thanks @vishwasnavadak.
v7.0.3
Compare Source
index.js
pointing to non-transpiled code. See #783.v7.0.2
Compare Source
v7.0.1
Compare Source
dist
folder.v6.4.1
Compare Source
v6.4.0
.v6.4.0
Compare Source
code
when the path contained a property with a forward slash, and errors not
clickable in the error table.
sortObjectKeys
broken.v6.3.0
Compare Source
code
,text
, andpreview
whenstatusBar: false
.immediately add the
(copy)
suffix. See #766.name
not working anymore. Regression sincev6.1.0
.autocomplete.trigger: 'focus'
throws an error when opening thecontext menu. Thanks @Thaina.
[email protected]
v6.2.1
Compare Source
v6.2.0
Compare Source
preview
, capable of working with large JSON documentsup to 500 MiB.
code
mode, there was an initial undo action which clearsthe content.
[email protected]
,[email protected]
,[email protected]
.v6.1.0
Compare Source
sort
andtransform
for modescode
andtext
.extract
.v6.0.0
Compare Source
[email protected]
, supporting JSON schemadraft-07 alongside draft-06 and draft-04.
[email protected]
.v5.34.0
Compare Source
filter
andtrigger
.Thanks @Gcaufy.
[email protected]
.v5.33.0
Compare Source
onCreateMenu
,node.path
is null when clickingon an append node or when multiple nodes are selected.
[email protected]
,[email protected]
.Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Pacific/Auckland, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.