react-json-view-lite
Advanced tools
Changelog
1.0.0
shouldInitiallyExpand
has different name shouldExpandNode
in order to emphasize that it will be called every time properties change.pointer
and expander
are no longer usedcollapseIcon
, expandIcon
, collapsedContent
styles in order to customize expand/collapse icon and collpased content placeholder which were previously hardcode to the ▸
, ▾
and ...
.
Default style values use ::after
pseudo-classes to set the content.Changelog
0.9.5
Changelog
0.9.4
...
partallExpanded
and collapseAllNested
exported functions which can be used for the shouldInitiallyExpand
property▸
, ▾
and ...