Skip to content

Commit d758f99

Browse files
author
William Troup
authored
Merge pull request #26 from williamtroup/2.8.0
2.8.0
2 parents e0f4f13 + 748b6aa commit d758f99

78 files changed

Lines changed: 650 additions & 542 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
JsonTree.js
33

44
[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=JsonTree.js%2C%20a%20free%20JavaScript%json%20treeview&url=https://github.com/williamtroup/JsonTree.js&hashtags=javascript,treeview,json)
5-
[![npm](https://img.shields.io/badge/npmjs-v2.7.0-blue)](https://www.npmjs.com/package/jjsontree.js)
6-
[![nuget](https://img.shields.io/badge/nuget-v2.7.0-purple)](https://www.nuget.org/packages/jJsonTree.js/)
5+
[![npm](https://img.shields.io/badge/npmjs-v2.8.0-blue)](https://www.npmjs.com/package/jjsontree.js)
6+
[![nuget](https://img.shields.io/badge/nuget-v2.8.0-purple)](https://www.nuget.org/packages/jJsonTree.js/)
77
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/williamtroup/JsonTree.js/blob/main/LICENSE.txt)
88
[![discussions Welcome](https://img.shields.io/badge/discussions-Welcome-red)](https://github.com/williamtroup/JsonTree.js/discussions)
99
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-yellow)](https://william-troup.com/)
1010
</h1>
1111

1212
> <p align="center">🔗 A lightweight JavaScript library that generates customizable tree views to better visualize, and edit, JSON data.</p>
13-
> <p align="center">v2.7.0</p>
13+
> <p align="center">v2.8.0</p>
1414
<br />
1515
1616
![JsonTree.js](docs/images/main.png)
@@ -34,6 +34,7 @@ JsonTree.js
3434
- Full property/value editing support (double click the property name/value).
3535
- Keyboard navigation keys support!
3636
- Toggle between regular and full-screen views.
37+
- Assign tooltips to any JSON value!
3738
<br />
3839
<br />
3940

@@ -148,8 +149,8 @@ npm install jjsontree.js
148149
You can also use the following CDN links:
149150

150151
```markdown
151-
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@2.7.0/dist/jsontree.min.js
152-
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@2.7.0/dist/jsontree.js.min.css
152+
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@2.8.0/dist/jsontree.min.js
153+
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@2.8.0/dist/jsontree.js.min.css
153154
```
154155
<br>
155156
<br>

README_NUGET.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# JsonTree.js v2.7.0
1+
# JsonTree.js v2.8.0
22

33
[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=JsonTree.js%2C%20a%20free%20JavaScript%json%20treeview&url=https://github.com/williamtroup/JsonTree.js&hashtags=javascript,treeview,json)
4-
[![npm](https://img.shields.io/badge/npmjs-v2.7.0-blue)](https://www.npmjs.com/package/jjsontree.js)
5-
[![nuget](https://img.shields.io/badge/nuget-v2.7.0-purple)](https://www.nuget.org/packages/jJsonTree.js/)
4+
[![npm](https://img.shields.io/badge/npmjs-v2.8.0-blue)](https://www.npmjs.com/package/jjsontree.js)
5+
[![nuget](https://img.shields.io/badge/nuget-v2.8.0-purple)](https://www.nuget.org/packages/jJsonTree.js/)
66
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/williamtroup/JsonTree.js/blob/main/LICENSE.txt)
77
[![discussions Welcome](https://img.shields.io/badge/discussions-Welcome-red)](https://github.com/williamtroup/JsonTree.js/discussions)
88
[![coded by William Troup](https://img.shields.io/badge/coded_by-William_Troup-yellow)](https://william-troup.com/)
@@ -27,6 +27,7 @@
2727
- Full property/value editing support (double click the property name/value).
2828
- Keyboard navigation keys support!
2929
- Toggle between regular and full-screen views.
30+
- Assign tooltips to any JSON value!
3031

3132

3233
## Where can I find the documentation?
@@ -129,8 +130,8 @@ npm install jjsontree.js
129130
You can also use the following CDN links:
130131

131132
```markdown
132-
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@2.7.0/dist/jsontree.min.js
133-
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@2.7.0/dist/jsontree.js.min.css
133+
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@2.8.0/dist/jsontree.min.js
134+
https://cdn.jsdelivr.net/gh/williamtroup/JsonTree.js@2.8.0/dist/jsontree.js.min.css
134135
```
135136

136137

0 commit comments

Comments
 (0)