Skip to content

Releases: YYsuni/react18-json-view

v0.2.9

Choose a tag to compare

@YYsuni YYsuni released this 19 Feb 13:12
  • Add onCollapse, update OnEdit, OnDelete, OnAdd, OnChange
  • Custom icons
  • eval => JSON.parse
  • displayArrayIndex
  • CustomOperation
  • Add nodeMeta to customizeCopy

v0.2.8

Choose a tag to compare

@YYsuni YYsuni released this 06 Apr 15:55
  • New ignoreLargeArray property to avoid large array splitting.
  • Strings no longer collapse on selection.
  • Editable root element.
  • customizeCollapseStringUI feature added.
  • SVG and CSS optimized for better performance.

v0.2.7

Choose a tag to compare

@YYsuni YYsuni released this 17 Jan 12:31
  • New properties
    • className
    • style
    • matchesURL
    • urlRegExp
    • customizeCopy
  • Large arrays spliting

v0.2.6

Choose a tag to compare

@YYsuni YYsuni released this 07 Oct 02:14
  • Add new property: displaySize
  • Optimize spacing style (px => em)
  • Remove quotes from the copied strings

v0.2.5

Choose a tag to compare

@YYsuni YYsuni released this 12 Sep 12:12
  • Collapse strings
    • Change default collapsed behavior to directly
    • Support three values: directly , wordaddress
    • Optimize long string output, collapsed length will depend on the displayed result (Ignore multiple space characters)
  • Ctrl/CMD + Click to edit
  • Fix editing status changed by others' saving
  • Fix recursive quotation marks when eval fails

v0.2.4

Choose a tag to compare

@YYsuni YYsuni released this 06 Sep 01:53
  1. New website
  2. New feature: Advanced customization, which allows you to customize every node.
  3. Fix ts type hinting
  4. Fix minor functionality issues.

v0.2.3

Choose a tag to compare

@YYsuni YYsuni released this 30 Aug 14:53
  • Collapsed function support: You can customize the collapse logic.
  • Editable options support: You can enable certain functionality.
  • Reset default collapseObjectsAfterLength to 99.

v0.2.2

Choose a tag to compare

@YYsuni YYsuni released this 29 Aug 10:09

Add 6 color themes (and 6 dark themes), and you can switch the theme property.

v0.2.1

Choose a tag to compare

@YYsuni YYsuni released this 29 Aug 10:06

Add dark mode. While you import the dark.css, the dark mode will be activated by the dark class or direct dark property. The source selector is :is(.dark .json-view, .dark.json-view).

v0.2.0

Choose a tag to compare

@YYsuni YYsuni released this 29 Aug 09:59
  • Add editable mode
  • Redesign icons
  • Refactoring files and fix misc