Publish `v7.3.1`
This commit is contained in:
parent
4e68c54988
commit
9d2067f281
|
@ -3,10 +3,11 @@
|
||||||
https://github.com/josdejong/jsoneditor
|
https://github.com/josdejong/jsoneditor
|
||||||
|
|
||||||
|
|
||||||
## not yet published, version 7.3.1
|
## 2019-12-01, version 7.3.1
|
||||||
|
|
||||||
- Fixed #855: `onFocus` and `onBlur` not working in text mode
|
- Fixed #855: `onFocus` and `onBlur` not working in modes `text` and `code`
|
||||||
without main menu bar, and `.destroy()` throwing an exception.
|
when editor was created without main menu bar, and `editor.destroy()`
|
||||||
|
throwing an exception.
|
||||||
|
|
||||||
|
|
||||||
## 2019-11-27, version 7.3.0
|
## 2019-11-27, version 7.3.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "7.3.0",
|
"version": "7.3.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "7.3.0",
|
"version": "7.3.1",
|
||||||
"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