Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyRoad committed Nov 3, 2023
1 parent 1b88419 commit 24f2897
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.2.0

### New Feature

- [Improved accessibility support](https://github.com/AnyRoad/react-json-view-lite/pull/16)

## 1.1.0

### New Feature
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ Here is the size benchmark (using [bundlephobia.com](https://bundlephobia.com))

### Performance

Performance was mesaures using the [react-component-benchmark](https://github.com/paularmstrong/react-component-benchmark) library. Every component was rendered 50 times using the [300Kb json file](https://github.com/AnyRoad/react-json-view-lite/blob/release/example/src/hugeJson.json) as data source. All numbers are in milliseconds. Tests were performed on Macbook Air M1 16Gb RAM usging Chrome v96.0.4664.110(official build, arm64). Every component was tested 2 times but there was no significant differences in the results.
Performance was mesaured using the [react-component-benchmark](https://github.com/paularmstrong/react-component-benchmark) library. Every component was rendered 50 times using the [300Kb json file](https://github.com/AnyRoad/react-json-view-lite-benchmark/blob/main/src/hugeJson.json) as data source, please refer to source code of the [benchmark project](https://github.com/AnyRoad/react-json-view-lite-benchmark).
All numbers are in milliseconds. Tests were performed on Macbook Air M1 16Gb RAM usging Chrome v96.0.4664.110(official build, arm64). Every component was tested 2 times but there was no significant differences in the results.

| Library | Min | Max | Average | Median | P90 |
| ------------------------ | ----- | ----- | ------- | ------ | ----- |
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "react-json-view-lite",
"version": "1.1.0",
"version": "1.2.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",
"homepage": "https://github.com/AnyRoad/react-json-view-lite",
"author": "AnyRoad",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 24f2897

Please sign in to comment.