Releases: AnyRoad/react-json-view-lite
Releases · AnyRoad/react-json-view-lite
2.3.0
2.2.0
2.1.0
New Features
- Adds separate style for the expandable elements container (
childFieldsContainer
) - changes style prop to Partial for better forward compatibility support when we add new properties with safe default values
Full Changelog: 2.0.1...2.1.0
2.0.1
Bug Fixes
- Fixes margin and padding for the expandable elements (because
div
element changed to theul
)
What's Changed
- Add LICENSE file to allow Github to show the license correctly by @TomPradat in #35
New Contributors
- @TomPradat made their first contribution in #35
Full Changelog: 2.0.0...2.0.1
2.0.0
Major version upgrade.
Breaking Changes
- Dropped support of React 16 and React 17. Please use versions 1.x.x if your project uses React 16 or React 17.
- Expanding and collapsing nodes with the "space" button changed to navigation and expanding using arrow keys. Left and Right to collapse/expand, Up and Down to move to previous/next collapsable element.
New Features
Full Changelog: 1.5.0...2.0.0
1.5.0
1.4.0
What's Changed
- implement clickToExpandNode; add docs, default style, and test by @gregsadetsky in #27
Full Changelog: 1.3.1...1.4.0
1.3.1
What's Changed
- fix for space bar paging by @gregsadetsky in #25
New Contributors
- @gregsadetsky made their first contribution in #25
Full Changelog: 1.3.0...1.3.1