Skip to content

Update dependency jsoneditor to v5.34.0#10

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/jsoneditor-5.x-lockfile
Open

Update dependency jsoneditor to v5.34.0#10
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/jsoneditor-5.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented May 14, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jsoneditor (source) 5.11.05.34.0 age adoption passing confidence

Release Notes

josdejong/jsoneditor (jsoneditor)

v5.34.0

Compare Source

  • Extended the autocomplete feature with new options filter and trigger.
    Thanks @​Gcaufy.
  • Removed :hover style on disabled buttons. Thanks @​Gcaufy.
  • Upgraded dependency mobius1-selectr@2.4.12.

v5.33.0

Compare Source

  • Fixed #​697: JSON Schema enum dropdown not working inside an array.
  • Fixed #​698: When using onCreateMenu, node.path is null when clicking
    on an append node or when multiple nodes are selected.
  • Upgraded dependencies to mobius1-selectr@2.4.10, vanilla-picker@2.8.0.
  • Remove :hover style on disabled buttons. Thanks @​Gcaufy.

v5.32.5

Compare Source

  • Fixed a bug in the JMESPath query wizard which didn't correctly handle
    selecting multiple fields.
  • Fixed context menu not working when multiple nodes are selected.

v5.32.4

Compare Source

  • Fixed #​682 and #​687: JSONEditor not being able to handle JSON schema
    validation errors when the root of the document is an Array. Thanks @​DusuWen.

v5.32.3

Compare Source

  • Fixed #​684: const used in bundled library.

v5.32.2

Compare Source

  • Fixed #​416: Clipped action menu for append nodes.
  • Improve detection of value type in transform modal.
  • Styling improvements in the transform modal.
  • Fix CSS class for default/non-default schema values not applied to enums,
    see (#​666).
  • Fixed #​671: Improved handling of duplicate property names, which could cause
    values to be cleared when used as a controlled component in for example React.

v5.32.1

Compare Source

  • Fixed a regression in parsing JSON paths: numbers where parsed as strings
    instead of a numeric value. See #​679. Thanks @​AdamVig.
  • Fixed using hyphens in the path of custom validation errors (see #​665).
    Thanks @​tobiasfriden.

v5.32.0

Compare Source

  • Implemented support for reckoning with JSON schema default values: custom
    styling can be applied for default and non-default values. Thanks @​AdamVig.
  • Fixed #​667: resolving JSON Schema examples and descriptions did not always
    work for referenced schemas. Thanks @​AdamVig.
  • Fixed #​676: JSON Paths containing array properties with a ] not parsed
    correctly.

v5.31.1

Compare Source

v5.31.0

Compare Source

v5.30.0

Compare Source

  • Implemented a new option onCreateMenu to customize the action menu.
    Thanks @​RobAley.

v5.29.1

Compare Source

  • Fixed #​661: JSONEditor broken on IE11 caused by duplicate JSON entries
    in a translation.

v5.29.0

Compare Source

v5.28.2

Compare Source

  • Fix #​639: Occurrence of non-ES5 const declaration in published code.
    Regression introduced in v5.28.0.

v5.28.1

Compare Source

  • Fix #​637: Vertical white border left/right from the main menu in some
    specific circumstances.
  • Fix #​638: Cannot expand after collapse. Regression introduced in v5.28.0.

v5.28.0

Compare Source

  • Implemented new option maxVisibleChilds to customize the maximum number
    childs that is rendered by default. Thanks @​20goto10.
  • Implemented new option onClassName, allowing customized and dynamic
    styling of nodes. See 20_custom_css_style_for_nodes.html for a demo.
    Thanks @​maestr0.
  • Make the method refresh() public.

v5.27.1

Compare Source

  • Improved navigating deeply nested paths via the navigation bar, see #​619.
    Thanks @​meirotstein.
  • Sdd title from schema description to show the tips for user input.
    Thanks @​tylerchen.
  • Fix JSON Schema not resolving refs $ref, and not creating enum dropdowns.
    Thanks @​tylerchen.

v5.27.0

Compare Source

  • Implemented customizing object and array names via a new option
    onNodeName. Thanks @​bnanchen.
  • Visibility of schema validation errors at the bottom of mode code and text
    are now toggleable. Thanks @​meirotstein.
  • Fixed text of the mode switcher not being translated. Thanks @​antfu.

v5.26.3

Compare Source

  • Fixed #​610: JSON Repair now removes trailing commas.
  • Upgraded devDependency gulp to v4. Thanks @​maestr0.

v5.26.2

Compare Source

  • Fixed dragging and selecting multiple nodes not working
    (regression introduced in v5.26.1).

v5.26.1

Compare Source

  • Fixed .update() throwing an exception when replacing a JSON object
    with null. Thanks @​DullReferenceException.
  • Fixed #​598: Search field can't be focused in object view.

v5.26.0

Compare Source

  • Implemented option mainMenuBar to enable/disable the main menu bar.
    Thanks @​tanmayrajani.

v5.25.0

Compare Source

  • Implemented options enableSort and enableTransform so you can turn off
    these features. Thanks @​tanmayrajani.
  • Fixed #​590: validation failing in code and text mode when status
    bar is disabled.
  • Fixed #​589: the path in the navigation bar is not updated
    when duplicating or removing a node, and neither after an undo/redo action.
  • Fixed duplicate and remove of the action menu of multiple selected
    nodes not working.
  • Fixed not preventing default selection of text when selecting nodes.
  • Fixed #​595: navigation bar path link not working.

v5.24.7

Compare Source

v5.24.6

Compare Source

  • Fix #​548: import JSONEditor from 'jsoneditor' not working in
    TypeScript projects (gave a constructor is undefined error).

v5.24.5

Compare Source

  • Fixed a bug in textmode on IE 11, not loading the editor when
    Promise is undefined.

v5.24.4

Compare Source

  • Fixed #​576: Visualization in mode view when an array
    with more than 100 items is rendered.
  • Fixed JSONEditor not working on IE11: continue and throw console
    errors when Promise is undefined. Regression since v5.23.0.
  • Fixed onClose of color picker not being fired when clicking outside
    the picker to close it.
  • Upgraded dependencies brace, mobius1-selectr, vanilla-picker.
  • Upgraded devDependency mocha.

v5.24.3

Compare Source

  • Fixed color picker not working in ES6 projects.
  • Fixed color picker closing immediately after the first onChange
    event, and onChange events are now debounced like all text inputs.

v5.24.2

Compare Source

  • Improved error and validation messaging in text mode.
    Thanks @​meirotstein.
    • Clicking a message now selects the line where the error occurs.
    • Icon bottom right showing when there are warnings or errors.
  • Fixed field still editable after moving a node from an object
    to an array, changing the field from a property into an index.

v5.24.1

Compare Source

  • Context menu and color picker are now absolutely positioned, and
    can overflow the borders of the editor.
  • Fixed #​568: mode switcher disappearing when selecting the current
    mode again.
  • Fixed transform not creating/removing expand button when the type
    of a node changed.

v5.24.0

Compare Source

  • Implemented a color picker, and allow hooking in a custom color
    picker. new options are colorPicker and onColorPicker.
  • Implemented a timestamp tag displayed right from timestamps,
    with corresponding option timestampTag.

v5.23.1

Compare Source

  • Fixed #​566: transform function broken, regression since v5.20.0.

v5.23.0

Compare Source

  • Implemented support for custom validation using a new onValidate callback.
  • In tree mode, nodes containing a validation error now have a className
    jsoneditor-validation-error which can be used for custom styling.

v5.22.0

Compare Source

  • Implemented onEvent callback triggered when an event occurs in a JSON
    field or value. Thanks @​cristinabarrantes.

v5.21.0

Compare Source

  • Show validation errors inline instead of at the bottom when in code
    mode. Thanks @​meirotstein.
  • Fix #​562: allow $ character in property names of of a JSON schema.

v5.20.0

Compare Source

Good news: JSONEditor is finally framework friendly and can now be easily
integrated in React, Vue, and Angular!

  • Implemented new methods update and updateText, which maintain the state
    of the editor (expanded nodes, search, selection). This makes it easy to
    integrate in frameworks like React.
  • Implemented options onChangeJSON(json) and onChangeText(jsonString).
  • Added two React examples to the examples folder.
  • Fixed menu buttons "Sort" and "Transform" being available in modes view
    and form.

v5.19.2

Compare Source

  • Fixed #​558: scrolling to search results and automatically scrolling up/down
    when dragging an item broken (regression since v5.19.1).

v5.19.1

Compare Source

  • Fixed #​557: inner contents of the scrollable area being displayed outside of
    the editor (on Chrome only).

v5.19.0

Compare Source

  • No more grayed out icons of the context menu, see #​532.
  • Added Sort and Transform buttons to the main menu.
  • Fixes and improvements in the Transform dialog.

v5.18.0

Compare Source

  • Implemented JMESPath support for advanced filtering, sorting, and
    transforming of JSON documents.
  • Implemented a new option modalAnchor to control at which part of the
    screen the modals are displayed.
  • Fixed #​544: JSON Schema errors sometimes not being displayed in the
    editor.

v5.17.1

Compare Source

  • Fixed a bug in a translation text.

v5.17.0

Compare Source

  • Implemented advanced sorting for arrays.

v5.16.0

Compare Source

  • Better handling of JSON documents containing large arrays:
    • Only displays the first 100 items of large arrays,
      with buttons "show more" and "show all" to render more items.
    • Search results are now limited to max 1000 matches,
      and search does no longer expand the paths to all matches
      but only expands the path of the current search result.
  • Fixed index numbers of Array items not being updated after sorting.

v5.15.0

Compare Source

  • Implemented selection API: onSelectionChanged, onTextSelectionChanged,
    getSelection, getTextSelection, setSelection, setTextSelection,
    and getNodesByRange. Thanks @​meirotstein.

v5.14.1

Compare Source

  • Fixed absolute path of css image jsoneditor-icons.svg, which could.
    give issues with webpack plugin "file-loader". Thanks @​landru29.

v5.14.0

Compare Source

  • Implemented support for translations. Thanks @​mariohmol.
  • Fixed a bug sometimes occurring when dragging items from array to
    object, see #​509. Thanks @​43081j.
  • Fixed autocomplete not accepting returned null values, see #​512.
    Thanks @​43081j.
  • Fixed memory inefficiency when working with large JSON Schema's
    generating many errors. Thanks @​43081j.

v5.13.3

Compare Source

  • Fixed a positioning issue with JSON Schema errors in text/code mode.

v5.13.2

Compare Source

  • Fixed view mode opening links in a new tab instead of current tab
    when Ctrl key is not down. Thanks @​LEW21.
  • Fixed #​502: code editor not showing a monospaced font some cases.

v5.13.1

Compare Source

  • Fixed another occurrence of #​494: properties not escaped in the
    navigation bar.

v5.13.0

Compare Source

v5.12.0

Compare Source

  • Implemented #​482: Include caseSensitive option for autocomplete.
    Thanks @​israelito3000.
  • Upgraded dependencies
    • ajv@5.5.2

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants