overthesun / simoc-web

This is the web interface to SIMOC
https://ngs.simoc.space/
Other
3 stars 0 forks source link

Bump @json-editor/json-editor from 2.14.1 to 2.15.0 #684

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps @json-editor/json-editor from 2.14.1 to 2.15.0.

Changelog

Sourced from @​json-editor/json-editor's changelog.

2.15.0

  • Added option enforce_const
  • Fixed #1525 select2 setValue append new item
  • Added remove_false_properties object option
  • Updated GitHub workflows
  • Added prompt_paste_max_length_reached option
  • Fixed #1512 "dependencies" autocomplete inside array tables cropping
  • Allow for Base64 custom input attributes
  • Added 'add' and 'switch' events
  • Fixed "dependencies" issues
  • Fixed npm audits and packages upgrades
  • Fixed issue #1541 Failure to parse schema with "default"
  • Fixed rating "undefined" value when type of integer
  • Added meta-schema example to the readme
  • Fixed issue #1514 Cannot use more than one class in "class" option for links
  • Fixed info disable/enable
  • Added options: "has_placeholder_option" and "placeholder_option_text"
  • Fixed issue #1498 Dependant fields not created after JSON update at change of the controlling field
  • Added 'copyRow' event
Commits
  • e5b92d8 2.15.0
  • 28c7921 Updated readme and changelog
  • ce19140 Merge branch 'master' into release
  • 059e09c Merge pull request #1555 from germanbisurgi/feature/enforce-const
  • 29dbe90 Added test for enforce_const
  • 2bcbbbf Use const as default value and disable editor when enforce_const is enabled
  • 661d4c3 Teach enum and select editor that their enums have const value as only value ...
  • c7636e7 Do not override object getDefault() method and added extra check so object pr...
  • 7fb468e Do not override array getDefault() method
  • 1895cfb Added "enforce_const" option (default is false for B.C)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)