Released v5.11.0
This commit is contained in:
parent
9d93b3b808
commit
a8253afb35
|
@ -3,8 +3,11 @@
|
|||
https://github.com/josdejong/jsoneditor
|
||||
|
||||
|
||||
## not yet released, version 5.10.2
|
||||
## 2017-11-22, version 5.11.0
|
||||
|
||||
- Upgraded dependencies
|
||||
- `ajv@5.4.0`
|
||||
- `brace@0.11.0`
|
||||
- Fixed dropdown for JSON Schema enums when defined inside pattern
|
||||
properties. Thanks @alquist.
|
||||
- Fixed code containing a non UTF-8 character. Thanks @alshakero.
|
||||
|
|
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
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.10.1",
|
||||
"version": "5.11.0",
|
||||
"main": "./index",
|
||||
"description": "A web-based tool to view, edit, format, and validate JSON",
|
||||
"tags": [
|
||||
|
|
Loading…
Reference in New Issue