Skip to content

Commit

Permalink
preparing 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyRoad committed Sep 10, 2023
1 parent 3d2f530 commit b9e1603
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-json-view-lite",
"version": "0.9.8",
"version": "1.0.0",
"description": "JSON viewer component for React focused on performance for large volume input while still providing few customiziation features",
"homepage": "http://anyroad.github.io/react-json-view-lite",
"author": "AnyRoad",
Expand Down

0 comments on commit b9e1603

Please sign in to comment.