Skip to content

Releases: YYsuni/react18-json-view

v0.2.8

06 Apr 15:55
Compare
Choose a tag to compare
  • 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

17 Jan 12:31
Compare
Choose a tag to compare
  • New properties
    • className
    • style
    • matchesURL
    • urlRegExp
    • customizeCopy
  • Large arrays spliting

v0.2.6

07 Oct 02:14
Compare
Choose a tag to compare
  • Add new property: displaySize
  • Optimize spacing style (px => em)
  • Remove quotes from the copied strings

v0.2.5

12 Sep 12:12
Compare
Choose a tag to compare
  • 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

06 Sep 01:53
Compare
Choose a tag to compare
  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

30 Aug 14:53
Compare
Choose a tag to compare
  • 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

29 Aug 10:09
Compare
Choose a tag to compare

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

v0.2.1

29 Aug 10:06
Compare
Choose a tag to compare

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

29 Aug 09:59
Compare
Choose a tag to compare
  • Add editable mode
  • Redesign icons
  • Refactoring files and fix misc