mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-07 19:25:13 +02:00
2.0 KiB
2.0 KiB
1.3.0
New Feature
1.2.1
Bug Fixes
- Fixed component didn't work with React 16 and React 17
1.2.0
New Feature
1.1.0
New Feature
1.0.1
Bug Fixes
- Fixed collapse/expand button style
1.0.0
Breaking changes
- Property
shouldInitiallyExpand
has different nameshouldExpandNode
in order to emphasize that it will be called every time properties change. - If you use custom styles:
pointer
andexpander
are no longer used- component uses
collapseIcon
,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.
0.9.8
Bug Fixes
0.9.7
New Features
- Added BigInt rendering support
0.9.6
Bug Fixes
- Fixed css style for comma after primitive type value
0.9.5
New Features
- Added minimum a11y support
- Added React 18 to peer dependencies
- Updated dev dependencies versions
- Added storybook
0.9.4
New Features
- Added ability to expand arrays and nested objects by clicking on the
...
part - Added
allExpanded
andcollapseAllNested
exported functions which can be used for theshouldInitiallyExpand
property - Added new separate style for the "pointer" which applied for
▸
,▾
and...