CCGSRobotics / RoboHUD

The RoboHUD GUI stack developed by CCGS Robotics
https://robohud.readthedocs.io
MIT License
10 stars 4 forks source link

Bump @json-editor/json-editor from 1.3.5 to 2.3.0 #96

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @json-editor/json-editor from 1.3.5 to 2.3.0.

Changelog

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

Unreleased

  • added option max_depth used to specify the maximum depth of level's schema that have to be rendered
  • added option use_default_values used to specify if default values based on the "type" of the property have to be used

2.3.0-dev

  • Removed codeception container, use codeceptjs as node-dev module
  • Enabled Bootstrap 3 theme/icons

2.2.1-current

  • AbstractEditor, AbstractTheme, AbstractIconlib had been removed, re-expose them
  • fix static property #724 #723
  • fix option remove_empty_properties #725 #728

2.2.0

  • Removed Class.js in favour Javascript class declaration.
  • Ability to add style rules for editors (i.e. StarratingEditor)
  • Modified build/CSSToJson.js to generate Javascript modules instead of Json files. This is helpful when importing JSONEditor directly as Javascript module without a build step.
  • Unified how styles are loaded for themes and editors,
    • Style rules are stored in class static property ‘rules’
    • Rules are loaded as ESM Module,
      • Generated @ build stage (stylesheet-filename.css.js) or
      • Written manually.
  • Cleaned src/defaults.js and move resolvers to a separate module, src/resolvers.js
  • Cleaned how default themes, iconlibs, editors and templates are imported to JSONEditor
  • Added ability to attache editors and themes style rules to the shadowRoot if the editor is inside a Web Component.
  • Fix of #701 - editors/number.js and editors/integer.js don't change values when validation is failed
  • Fix of #716 - add ignore for allOf to fall in line with existing ignores of anyOf/oneOf for additionalProperties validation
  • Fix of #714 - Checkboxes inside object tables duplicate labels from heading
  • Added copy button to arrays in table format

2.1.0

  • fixed vulnerability in "http-server" package (origin/feature/merges-20200227, feature/merges-20200227) - using latest node LTS
  • extract css
  • Add webpack plugin to support theme development
  • css-loader can be omitted
  • Fix some eslint warnings
  • Remove comments from css in production mode (germanbisurgi-master) - updated readme
  • lib loader
  • better interactive page
  • codeceptjs output directory added to npm ignore list

2.0.0

  • Fix of #643 - Allow use of themes not compiled directly into the build
  • Removed Themes and IconSets that have not been updated to 2.0 format.
  • Fix of #618 - links are placed AFTER the description. Now places the link BEFORE description (if available) or at bottom of container
  • Changes to Vallilla Colorpicker editor.
  • Added support for 'setValue'
... (truncated)
Commits


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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit bbafa40a and detected 0 issues on this pull request.

View more on Code Climate.