Skip to content

Commit 400d242

Browse files
github-actions[bot]pionxzh
authored andcommitted
chore(main): release json-viewer 3.5.0
1 parent 476bf3c commit 400d242

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.4.1"
2+
".": "3.5.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [3.5.0](https://github.com/TexteaInc/json-viewer/compare/json-viewer-v3.4.1...json-viewer-v3.5.0) (2024-08-26)
4+
5+
6+
### Features
7+
8+
* add `data-key-toggle-*` class name for customization ([c1e605a](https://github.com/TexteaInc/json-viewer/commit/c1e605a5647be5821392bf74a396bb5ff95d7e4a))
9+
* add utils `getPathValue` ([194ac43](https://github.com/TexteaInc/json-viewer/commit/194ac430170ce2e9ad21ebbc0b83008981054e26))
10+
* hide colon when key is empty ([c1ce6ed](https://github.com/TexteaInc/json-viewer/commit/c1ce6ed7ea5b5ce9512a100cd6ad5ef1bf5ee4d1))
11+
* passing `path` to `Editor` for better customizability ([f03ab10](https://github.com/TexteaInc/json-viewer/commit/f03ab1051fd1d0320ad6f5c482325f151b6065da))
12+
* support `displayComma` for showing comma ([2c85bdb](https://github.com/TexteaInc/json-viewer/commit/2c85bdbccab0e2844d8a0f445f9d0a9f48434e68))
13+
314
## [3.4.1](https://github.com/TexteaInc/json-viewer/compare/json-viewer-v3.4.0...json-viewer-v3.4.1) (2024-04-06)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@textea/json-viewer",
33
"description": "Interactive Json Viewer, but not only a json viewer",
4-
"version": "3.4.1",
4+
"version": "3.5.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)