Releases: YYsuni/react18-json-view
Releases · YYsuni/react18-json-view
v0.2.9
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
YYsuni
released this
17 Jan 12:31
New properties
className
style
matchesURL
urlRegExp
customizeCopy
Large arrays spliting
v0.2.6
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
YYsuni
released this
12 Sep 12:12
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
Compare
Sorry, something went wrong.
No results found
YYsuni
released this
06 Sep 01:53
New website
New feature: Advanced customization, which allows you to customize every node.
Fix ts type hinting
Fix minor functionality issues.
v0.2.3
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
YYsuni
released this
29 Aug 09:59
Add editable mode
Redesign icons
Refactoring files and fix misc