Publish `v7.3.1`
This commit is contained in:
parent
4e68c54988
commit
9d2067f281
|
@ -3,10 +3,11 @@
|
|||
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
|
||||
without main menu bar, and `.destroy()` throwing an exception.
|
||||
- Fixed #855: `onFocus` and `onBlur` not working in modes `text` and `code`
|
||||
when editor was created without main menu bar, and `editor.destroy()`
|
||||
throwing an exception.
|
||||
|
||||
|
||||
## 2019-11-27, version 7.3.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jsoneditor",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jsoneditor",
|
||||
"version": "7.3.0",
|
||||
"version": "7.3.1",
|
||||
"main": "./index",
|
||||
"description": "A web-based tool to view, edit, format, and validate JSON",
|
||||
"tags": [
|
||||
|
|
Loading…
Reference in New Issue