Files
documentation/node_modules/react-json-view-lite/CHANGELOG.md
2024-03-22 03:47:51 +05:30

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

  1. Property shouldInitiallyExpand has different name shouldExpandNode in order to emphasize that it will be called every time properties change.
  2. If you use custom styles:
    • pointer and expander are no longer used
    • component uses collapseIcon, expandIcon, collapsedContent styles in order to customize expand/collapse icon and collpased content placeholder which were previously hardcode to the , and .... Default style values use ::after pseudo-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 allExpanded and collapseAllNested exported functions which can be used for the shouldInitiallyExpand property
  • Added new separate style for the "pointer" which applied for , and ...