Skip to content

Commit 2518853

Browse files
committed
release 1.5.0
1 parent e9cbfd8 commit 2518853

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.5.0
2+
3+
### Bug Fixes
4+
5+
- [Fixed](https://github.com/AnyRoad/react-json-view-lite/issues/28): Improves empty objects and empty arrays. Also fixes too wide space between two spans having the `punctuation` class (e.g. `] ,` or `[ ]`)
6+
17
## 1.4.0
28

39
### New Feature

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-json-view-lite",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "JSON viewer component for React focused on performance for large volume input while still providing few customiziation features",
55
"homepage": "https://github.com/AnyRoad/react-json-view-lite",
66
"author": "AnyRoad",

0 commit comments

Comments
 (0)