Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vanilla-jsoneditor

Package Overview
Dependencies
Maintainers
0
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vanilla-jsoneditor - npm Package Versions

1
13

0.11.0

Diff

Changelog

Source

0.11.0 (2022-12-07)

⚠ BREAKING CHANGES

  • In the TransformModalCallback, the property selectedPath is renamed to rootPath. The css variables --jse-context-menu-button-* are renamed to --jse-context-menu-pointer-*.

Features

Bug Fixes

  • #187 duplicate id's of svg's (b95ac82)
  • support opening Sort and Transform modals from a JSONEditor modal (4652c1f)
  • unnecessary z-index on the context menu pointer (5a6b2f6)
  • z-index issue with the table header (8f6a7c7)
josdejong
published 0.11.0-beta.3 •

josdejong
published 0.10.4 •

Changelog

Source

0.10.4 (2022-12-05)

Bug Fixes

  • repair modal accidentally showing a mode toggle (798f668)
  • update to lossless-json@2.0.3, fix throwing an error in case of bad characters like a newline (7f7b59e)
josdejong
published 0.11.0-beta.2 •

josdejong
published 0.11.0-beta.1 •

josdejong
published 0.10.2 •

Changelog

Source

0.10.2 (2022-11-17)

Bug Fixes

  • limit the number of rendered validation errors in the overview list (b0ae546)
  • reset the selection instead of clearing it when the selected contents are removed (7c937f5)
josdejong
published 0.10.1 •

Changelog

Source

0.10.1 (2022-11-10)

Bug Fixes

  • improve highlighting color of search matches in dark mode (fb7bdd9)
josdejong
published 0.10.0 •

Changelog

Source

0.10.0 (2022-11-10)

⚠ BREAKING CHANGES

  • The signature of createAjvValidator is changed from up to three unnamed arguments createAjvValidator(schema, schemaDefinitions, ajvOptions) to a single object with options createAjvValidator({ schema, schemaDefinitions, ajvOptions }).

Features

  • implement onCreateAjv callback for the createAjvValidator plugin (da3d76c)

Bug Fixes

  • #188 selected text not visible in text mode when in dark mode (41856da)
  • improve highlighting color of search matches in dark mode (b85c260)
  • negative numbers like -4.1 not highlighted with the right color in tree mode (071c3f9)
josdejong
published 0.9.2 •

Changelog

Source

0.9.2 (2022-11-04)

Bug Fixes

  • incorrect cursor style for ColorPicker & BooleanToggle (#184) (12e60e5)
  • remove root $ prefix from the path in the Sort and Transform modal (50ce3f0)
  • when switching to a different JSON parser, stringify and parse the contents again (2cece4e)
josdejong
published 0.9.1 •

Changelog

Source

0.9.1 (2022-11-02)

Bug Fixes

  • export and document all selection utility functions again (reverting their removal in v0.9.0) (0dd1dee)
  • update codemirror dependencies and all devDependencies (77cbb6d)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc