New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

svelte-jsoneditor

Package Overview
Dependencies
Maintainers
1
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-jsoneditor - npm Package Versions

1
22

0.20.0

Diff

Changelog

Source

0.20.0 (2023-12-06)

⚠ BREAKING CHANGES

  • When using vanilla-jsoneditor directly in the browser, you now have to import { JSONEditor } from 'vanilla-jsoneditor/standalone.js' instead of import { JSONEditor } from 'vanilla-jsoneditor'. For projects with a build setup (React, Vue, Angular) it should be a drop-in replacement.
  • CSS variables are no longer defined globally, and the file themes/jse-theme-default.css is now removed (replaced by an internal defaults.scss). The provided dark theme still works as-is. The CSS variable --jse-modal-theme-color has been renamed to --jse-modal-editor-theme-color, and --jse-modal-theme-color-highlight has been renamed to --jse-modal-editor-theme-color-highlight.

Features

  • export one bundle with and one without external dependencies in vanilla-jsoneditor (#353) (9c1ad15)
  • update dependencies codemirror, fontawesome, svelte-awesome, and dev dependencies (75596ae)
  • use SCSS variables internally (#344) (ec4b788)

Bug Fixes

  • allow isEditing property to be true when in readOnly mode (see #342) (3b0bdb7)
  • cleanup a console.log (005f189)
  • make argument element of helper function onEscape optional (6eb9b82)
  • styling issue with a button text color in dark mode (4ff40f9)
josdejong
published 0.19.0 •

Changelog

Source

0.19.0 (2023-11-21)

⚠ BREAKING CHANGES

  • Changes in the package exports

Features

  • additional classes for improved CSS targeting (4392f2c)
  • package exports not working in Jest (77697b3)

Bug Fixes

josdejong
published 0.18.13 •

Changelog

Source

0.18.13 (2023-11-13)

Features

  • update dependencies (jsonrepair, @codemirror/autocomplete) (691072a)
josdejong
published 0.18.12 •

Changelog

Source

0.18.12 (2023-11-08)

Features

  • update to jsonrepair@3.4.0 (9ede6ea)

Bug Fixes

  • #331 changing contents during the onChange callback throws a selection error (6e511fa)
  • #337 some menu styling issues (2eec4e6)
  • onChange event not fired after calling editor.set(...) (see #318) (afaca42)
  • update codemirror and a couple of devDependencies (7173333)
  • use mono font in JSON Preview (b07d08d)
josdejong
published 0.18.11 •

Changelog

Source

0.18.11 (2023-10-31)

Features

  • update codemirror, jsonrepair, and other dependencies (90d1b77)

Bug Fixes

  • #321 editor not accepting JSON created in a different JavaScript realm like an iframe (06fb84c)
  • bottom margin of welcome screen in tree and table mode (7d1eb02)
  • editor sometimes losing track on whether it has focus (410f997)
  • svelte giving warnings about creating components with unknown properties (627170a)
josdejong
published 0.18.10 •

Changelog

Source

0.18.10 (2023-10-17)

Bug Fixes

  • rename "whole document" to "document root" and "whole item" to "item root" to prevent confusion (2699b71)
josdejong
published 0.18.9 •

Changelog

Source

0.18.9 (2023-10-11)

Bug Fixes

  • unused CSS selector warnings in Svelte (23b82cc)
josdejong
published 0.18.8 •

Changelog

Source

0.18.8 (2023-10-02)

Bug Fixes

  • regression since v0.18.17 not allowing to put the cursor halfway the value when editing a value (3e34e8d)
josdejong
published 0.18.7 •

Changelog

Source

0.18.7 (2023-09-28)

Bug Fixes

  • #315 cannot paste text in the search box input field in tree mode (a9a2dc3)
josdejong
published 0.18.6 •

Changelog

Source

0.18.6 (2023-09-27)

Bug Fixes

  • broken import due to missing file extension (0f734c5)
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