Released v5.5.7

This commit is contained in:
jos 2016-08-17 21:29:14 +02:00
parent e4073905a5
commit 02f81ea8de
8 changed files with 17 additions and 17 deletions

View File

@ -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.

View File

@ -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

6
dist/jsoneditor.js vendored
View File

@ -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');

2
dist/jsoneditor.map vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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": [