Release `v5.20.0`

This commit is contained in:
jos 2018-08-10 13:27:32 +02:00
parent 03543883b8
commit 6a6c34fd00
10 changed files with 3679 additions and 2186 deletions

View File

@ -3,7 +3,7 @@
https://github.com/josdejong/jsoneditor
## not yet released, version 5.20.0
## 2018-08-10, version 5.20.0
_Good news: JSONEditor is finally framework friendly and can now be easily
integrated in React, Vue, and Angular!_

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

8
dist/jsoneditor.css vendored
View File

@ -1059,6 +1059,13 @@ div.jsoneditor-menu > button.jsoneditor-transform {
background-position: -144px -96px;
}
div.jsoneditor.jsoneditor-mode-view > div.jsoneditor-menu > button.jsoneditor-sort,
div.jsoneditor.jsoneditor-mode-form > div.jsoneditor-menu > button.jsoneditor-sort,
div.jsoneditor.jsoneditor-mode-view > div.jsoneditor-menu > button.jsoneditor-transform,
div.jsoneditor.jsoneditor-mode-form > div.jsoneditor-menu > button.jsoneditor-transform {
display: none;
}
div.jsoneditor-menu > button.jsoneditor-undo {
background-position: -24px -96px;
}
@ -1136,6 +1143,7 @@ table.jsoneditor-search div.jsoneditor-results {
color: white;
padding-right: 5px;
line-height: 24px;
padding-top: 2px;
}
table.jsoneditor-search {

2904
dist/jsoneditor.js vendored

File diff suppressed because it is too large Load Diff

2
dist/jsoneditor.map vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "jsoneditor",
"version": "5.19.2",
"version": "5.20.0",
"main": "./index",
"description": "A web-based tool to view, edit, format, and validate JSON",
"tags": [