Skip to content

Releases: AnyRoad/react-json-view-lite

2.3.0

12 Jan 12:53
Compare
Choose a tag to compare

2.2.0

12 Jan 05:38
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

1.4.0

01 May 11:56
Compare
Choose a tag to compare

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

27 Apr 10:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.0...1.3.1

1.3.0

17 Mar 10:21
Compare
Choose a tag to compare

1.2.1

17 Mar 02:39
Compare
Choose a tag to compare

1.2.1

Bug Fixes

  • Fixed component didn't work with React 16 and React 17

Full Changelog: 1.2.0...1.2.1