elasticsearch-comrade
elasticsearch-comrade copied to clipboard
Bump jsoneditor from 7.0.5 to 9.9.0 in /client
Bumps jsoneditor from 7.0.5 to 9.9.0.
Changelog
Sourced from jsoneditor's changelog.
2022-06-13, version 9.9.0
- Implemented #968: support for auto-completion based on JSON Schema (#1435). Thanks
@meirotstein
.- Upgrade to the latest version of Ace editor,
v1.6.0
.2022-05-31, version 9.8.0
- Implemented method
editor.expand({ path, isExpand, recursive })
and callbackonExpand({ path, isExpand, recursive })
. Thanks@himanshu520
.- Upgrade to the latest version of Ace editor,
v1.5.3
.2022-03-15, version 9.7.4
- Fix #1421: fix
onBlur
event not firing when focus goes to aniframe
.2022-03-04, version 9.7.3
- Fix #1422: fix
setSchema
not working.2022-02-09, version 9.7.2
- Fix #1419: blurry text preview query on Chrome.
2022-02-09, version 9.7.1
- Fix #1419: blurry text preview on Chrome.
2022-01-30, version 9.7.0
- Implement #1413: show color indicator on readonly fields and in mode
view
.2022-01-13, version 9.6.0
- Pass a new property
value
along with theonNodeName
callback, see #1409. Thanks@brianpos
.- Implement the
value
property of the callbacksonNodeName
,onEditable
, andonClassName
for objects and arrays too (wasundefined
before). Since this can be a heavy recursive operation, the property is changed into a lazy getter.2021-12-29, version 9.5.11
... (truncated)
Commits
07239a7
Make_onSchemaChange
robust against not having aceEditor loadedf6105e4
Publish v9.9.0b2555e2
Upgrade dependencies, fix linting issues6c2da0c
Rename examples to resolve using number 25 twice93ce059
Code editor auto-completion by schema (#1435)78558b7
Merge remote-tracking branch 'origin/develop' into developd74df9c
Update dependencies, publish v9.8.0663cb40
Remove node.js 12 from testingd9c3220
Add support to sync node expand/collapse operations across editors (#1440)cf15a4a
Fix #1439: describe svelte-jsoneditor in the readme- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
Superseded by #890.