Released version 5.1.5

This commit is contained in:
jos 2016-02-15 20:36:39 +01:00
parent 0432bd95f2
commit 898747b403
7 changed files with 723 additions and 723 deletions

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.1.4
* @date 2016-02-13
* @version 5.1.5
* @date 2016-02-15
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
@ -5227,7 +5227,7 @@ return /******/ (function(modules) { // webpackBootstrap
}
// show checkbox when the value is a boolean
if (type === 'boolean') {
if (type === 'boolean' && this.editable.value) {
if (!this.dom.checkbox) {
this.dom.checkbox = document.createElement('input');
this.dom.checkbox.type = 'checkbox';

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1400
dist/jsoneditor.js vendored

File diff suppressed because it is too large Load Diff

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.1.4",
"version": "5.1.5",
"main": "./index",
"description": "A web-based tool to view, edit, format, and validate JSON",
"tags": [