Publish `v5.32.3`
This commit is contained in:
parent
c685813538
commit
d51090b7c9
|
@ -3,7 +3,7 @@
|
|||
https://github.com/josdejong/jsoneditor
|
||||
|
||||
|
||||
## not yet released, version 5.32.3
|
||||
## 2018-04-04, version 5.32.3
|
||||
|
||||
- Fix #684: `const` used in bundled library.
|
||||
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
* Copyright (c) 2011-2019 Jos de Jong, http://jsoneditoronline.org
|
||||
*
|
||||
* @author Jos de Jong, <wjosdejong@gmail.com>
|
||||
* @version 5.32.2
|
||||
* @date 2019-04-03
|
||||
* @version 5.32.3
|
||||
* @date 2019-04-04
|
||||
*/
|
||||
(function webpackUniversalModuleDefinition(root, factory) {
|
||||
if(typeof exports === 'object' && typeof module === 'object')
|
||||
|
@ -9257,7 +9257,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|||
}
|
||||
|
||||
// select either enum dropdown (select) or input value
|
||||
const inputElement = this.dom.select
|
||||
var inputElement = this.dom.select
|
||||
? this.dom.select
|
||||
: this.dom.value;
|
||||
|
||||
|
|
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-2019 Jos de Jong, http://jsoneditoronline.org
|
||||
*
|
||||
* @author Jos de Jong, <wjosdejong@gmail.com>
|
||||
* @version 5.32.2
|
||||
* @date 2019-04-03
|
||||
* @version 5.32.3
|
||||
* @date 2019-04-04
|
||||
*/
|
||||
(function webpackUniversalModuleDefinition(root, factory) {
|
||||
if(typeof exports === 'object' && typeof module === 'object')
|
||||
|
@ -37899,7 +37899,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|||
}
|
||||
|
||||
// select either enum dropdown (select) or input value
|
||||
const inputElement = this.dom.select
|
||||
var inputElement = this.dom.select
|
||||
? this.dom.select
|
||||
: this.dom.value;
|
||||
|
||||
|
|
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.32.2",
|
||||
"version": "5.32.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jsoneditor",
|
||||
"version": "5.32.2",
|
||||
"version": "5.32.3",
|
||||
"main": "./index",
|
||||
"description": "A web-based tool to view, edit, format, and validate JSON",
|
||||
"tags": [
|
||||
|
|
Loading…
Reference in New Issue