Publish `v7.4.0`
This commit is contained in:
parent
266eeec21a
commit
7f053eab8d
|
@ -3,8 +3,10 @@
|
||||||
https://github.com/josdejong/jsoneditor
|
https://github.com/josdejong/jsoneditor
|
||||||
|
|
||||||
|
|
||||||
## not yet published, version 7.3.2
|
## 2019-12-01, version 7.4.0
|
||||||
|
|
||||||
|
- Implemented callback function `onValidationError`, see #612, #854.
|
||||||
|
Thanks @meirotstein.
|
||||||
- Fixed #850: make autocomplete options robust against non-string inputs
|
- Fixed #850: make autocomplete options robust against non-string inputs
|
||||||
like `null`, `123`, `true`, `false`.
|
like `null`, `123`, `true`, `false`.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "7.3.1",
|
"version": "7.4.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "7.3.1",
|
"version": "7.4.0",
|
||||||
"main": "./index",
|
"main": "./index",
|
||||||
"description": "A web-based tool to view, edit, format, and validate JSON",
|
"description": "A web-based tool to view, edit, format, and validate JSON",
|
||||||
"tags": [
|
"tags": [
|
||||||
|
|
Loading…
Reference in New Issue