Update history
This commit is contained in:
parent
d387de366a
commit
ae3fb78486
|
@ -3,6 +3,12 @@
|
|||
https://github.com/josdejong/jsoneditor
|
||||
|
||||
|
||||
## not yet released, version 5.21.0
|
||||
|
||||
- Show validation errors inline instead of at the bottom when in code
|
||||
mode. Thanks @meirotstein.
|
||||
|
||||
|
||||
## 2018-08-10, version 5.20.0
|
||||
|
||||
_Good news: JSONEditor is finally framework friendly and can now be easily
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jsoneditor",
|
||||
"version": "5.19.2",
|
||||
"version": "5.20.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -2502,6 +2502,11 @@
|
|||
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz",
|
||||
"integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A="
|
||||
},
|
||||
"json-source-map": {
|
||||
"version": "0.4.0",
|
||||
"resolved": "https://registry.npmjs.org/json-source-map/-/json-source-map-0.4.0.tgz",
|
||||
"integrity": "sha1-7qg3/jzi8r/VsTaHd5QGNUQjw1U="
|
||||
},
|
||||
"json3": {
|
||||
"version": "3.3.2",
|
||||
"resolved": "https://registry.npmjs.org/json3/-/json3-3.3.2.tgz",
|
||||
|
|
Loading…
Reference in New Issue