Releases: YYsuni/react18-json-view
Releases · YYsuni/react18-json-view
v0.2.8
- 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
- New properties
- className
- style
- matchesURL
- urlRegExp
- customizeCopy
- Large arrays spliting
v0.2.6
- Add new property:
displaySize
- Optimize spacing style (px => em)
- Remove quotes from the copied strings
v0.2.5
- Collapse strings
- Change default collapsed behavior to
directly
- Support three values:
directly
, word
, address
- 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
- New website
- New feature: Advanced customization, which allows you to customize every node.
- Fix ts type hinting
- Fix minor functionality issues.
v0.2.3
- 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
Add 6 color themes (and 6 dark themes), and you can switch the theme
property.
v0.2.1
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
- Add editable mode
- Redesign icons
- Refactoring files and fix misc