Releases: AnyRoad/react-json-view-lite
Releases · AnyRoad/react-json-view-lite
2.5.0
2.4.2
What's Changed
- Fix: beforeExpandChange not delegated by @temme-stefan in #52
New Contributors
- @temme-stefan made their first contribution in #52
Full Changelog: 2.4.1...2.4.2
2.4.1
2.4.0
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
divelement 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