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

svelte-jsoneditor

Package Overview
Dependencies
Maintainers
0
Versions
215
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.18.4

Diff

Changelog

Source

0.18.4 (2023-09-19)

Features

  • add indentation on wrapped lines (#295) (367accf)
  • improve welcome screen with action buttons to create an array or object (d4e301f)

Bug Fixes

  • collapsed items section not removed when empty (3d3ad45)
  • creating an array or object or pasting content in the welcome screen not working (7def339)
  • editor not getting focus in table mode when clicking inside an empty area (609983d)
  • select active element on undo only when existing (e5beebf)
  • selection moving to value after renaming the last key of an object (ac31282)
  • some issues with navigating in tree mode using arrow keys (a3f9c92)
  • when inserting a new array or object in an empty editor, set selection inside the array/object (821933e)
  • when inserting a new value by typing somewhere, it doesn't initially have the right color (9f6ea35)
josdejong
published 0.18.3 •

Changelog

Source

0.18.3 (2023-08-30)

Bug Fixes

  • restore the selection when going back when having multiple JSONEditor modals (085a9d3)
  • sometimes multiple cells selected in Table mode (c7705f6)
josdejong
published 0.18.2 •

Changelog

Source

0.18.2 (2023-08-25)

Bug Fixes

  • #304 ReadonlyValue.svelte wrongly importing two moved types (ed8b058)
josdejong
published 0.18.1 •

Changelog

Source

0.18.1 (2023-08-25)

Bug Fixes

  • #300 change the homepage in package.json to the Github repo (b1977e5)
  • #304 missing type JSONPointer internally (e23abbc)
josdejong
published 0.18.0 •

Changelog

Source

0.18.0 (2023-08-21)

⚠ BREAKING CHANGES

    • Upgraded to Svelte 4 providing improved TypeScript types.
  • Dropped re-exporting types and utility functions from immutable-json-patch and svelte. Instead, import them directly from the library itself.
  • Dropped deprecated types FontAwesomeIcon (use IconDefinition instead), DropdownButtonItem, MenuButtonItem, MenuSeparatorItem, MenuSpaceItem, and typeguard isMenuSpaceItem.
  • The vanilla-package does not embed types of dependencies anymore and instead, imports the dependencies and use the types from there.
  • Drop official support for Node.js 16

Features

  • describe breaking changes (962dbf0)
  • upgrade to Svelte 4, improve TypeScript types (4d0451e)
josdejong
published 0.17.10 •

Changelog

Source

0.17.10 (2023-08-16)

Bug Fixes

  • #301 TransformModal broken (regression since v0.17.9) (b13a52f)
josdejong
published 0.17.9 •

Changelog

Source

0.17.9 (2023-08-14)

Bug Fixes

  • #163 implement method .select() and callback onSelect (#299) (69a9698)
  • export all typeguard functions like isMenuButton (53e671d)
  • resolve failed import in example "custom menu buttons" (#287) (8da09a4)
josdejong
published 0.17.8 •

Changelog

Source

0.17.8 (2023-06-21)

Bug Fixes

  • method scrollTo not always expanding an invisible section of an array (bda3922)
  • update dependencies (codemirror, jsonrepair, sass, and others) (3054f96)
josdejong
published 0.17.7 •

Changelog

Source

0.17.7 (2023-06-13)

Bug Fixes

josdejong
published 0.17.6 •

Changelog

Source

0.17.6 (2023-06-12)

Features

  • update dependencies and devDependencies (fc8ef83)

Bug Fixes

  • let createAjvValidator throw an error when the JSON schema contains an error (7cfb233)
  • unused CSS selector ".jse-column-header span.jse-column-sort-icon" (51c1d54)
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