Skip to content

Releases: AnyRoad/react-json-view-lite

2.5.0

06 Sep 07:17

Choose a tag to compare

New Features

  • compactTopLevel property to render an Object without top level "collapse" button and indentation.

Full Changelog: 2.4.2...2.5.0

2.4.2

02 Aug 06:16

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.1...2.4.2

2.4.1

09 Mar 07:00

Choose a tag to compare

2.4.0

06 Mar 12:56

Choose a tag to compare

2.3.0

12 Jan 12:53

Choose a tag to compare

2.2.0

12 Jan 05:38

Choose a tag to compare

What's Changed

  • Fix React SSR hydration mismatch for objects of other realms by @slorber in #44
  • Add React 19 peer dependency by @slorber in #43
  • Add render for the function fields

New Contributors

Full Changelog: 2.1.0...2.2.0

2.1.0

04 Jan 11:00

Choose a tag to compare

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

04 Jan 10:59

Choose a tag to compare

Bug Fixes

  • Fixes margin and padding for the expandable elements (because div element changed to the ul)

What's Changed

  • Add LICENSE file to allow Github to show the license correctly by @TomPradat in #35

New Contributors

Full Changelog: 2.0.0...2.0.1

2.0.0

04 Jan 10:57

Choose a tag to compare

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

01 Sep 06:55

Choose a tag to compare

What's Changed

  • feat: improve empty objects and empty arrays by @AndyOGo in #29

Also fixes too wide space between two spans having the punctuation class (e.g. ] , or [ ])

New Contributors

Full Changelog: 1.4.0...1.5.0