Released v5.5.7
This commit is contained in:
parent
e4073905a5
commit
02f81ea8de
|
@ -3,7 +3,7 @@
|
|||
https://github.com/josdejong/jsoneditor
|
||||
|
||||
|
||||
## not yet released, version 5.5.7
|
||||
## 2016-08-17, version 5.5.7
|
||||
|
||||
- Fixed #308: wrong positioning of label "empty array" when `onEditable`
|
||||
returns false.
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
* Copyright (c) 2011-2016 Jos de Jong, http://jsoneditoronline.org
|
||||
*
|
||||
* @author Jos de Jong, <wjosdejong@gmail.com>
|
||||
* @version 5.5.6
|
||||
* @date 2016-06-15
|
||||
* @version 5.5.7
|
||||
* @date 2016-08-17
|
||||
*/
|
||||
(function webpackUniversalModuleDefinition(root, factory) {
|
||||
if(typeof exports === 'object' && typeof module === 'object')
|
||||
|
@ -7650,7 +7650,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|||
|
||||
// TODO: consistent naming
|
||||
|
||||
if (this.editable.field) {
|
||||
if (this.editor.options.mode === 'tree') {
|
||||
// a cell for the dragarea column
|
||||
dom.tdDrag = document.createElement('td');
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -24,8 +24,8 @@
|
|||
* Copyright (c) 2011-2016 Jos de Jong, http://jsoneditoronline.org
|
||||
*
|
||||
* @author Jos de Jong, <wjosdejong@gmail.com>
|
||||
* @version 5.5.6
|
||||
* @date 2016-06-15
|
||||
* @version 5.5.7
|
||||
* @date 2016-08-17
|
||||
*/
|
||||
(function webpackUniversalModuleDefinition(root, factory) {
|
||||
if(typeof exports === 'object' && typeof module === 'object')
|
||||
|
@ -15549,7 +15549,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|||
|
||||
// TODO: consistent naming
|
||||
|
||||
if (this.editable.field) {
|
||||
if (this.editor.options.mode === 'tree') {
|
||||
// a cell for the dragarea column
|
||||
dom.tdDrag = document.createElement('td');
|
||||
|
||||
|
|
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.5.6",
|
||||
"version": "5.5.7",
|
||||
"main": "./index",
|
||||
"description": "A web-based tool to view, edit, format, and validate JSON",
|
||||
"tags": [
|
||||
|
|
Loading…
Reference in New Issue