mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-12-07 04:53:50 +01: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
shouldInitiallyExpandhas different nameshouldExpandNodein order to emphasize that it will be called every time properties change. - If you use custom styles:
pointerandexpanderare no longer used- component uses
collapseIcon,expandIcon,collapsedContentstyles in order to customize expand/collapse icon and collpased content placeholder which were previously hardcode to the▸,▾and.... Default style values use::afterpseudo-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
allExpandedandcollapseAllNestedexported functions which can be used for theshouldInitiallyExpandproperty - Added new separate style for the "pointer" which applied for
▸,▾and...