Release `v5.20.0`
This commit is contained in:
parent
03543883b8
commit
6a6c34fd00
|
@ -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
|
@ -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 {
|
||||
|
|
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
File diff suppressed because one or more lines are too long
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue