Skip to content

Commit

Permalink
Publish v5.32.3
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Apr 4, 2019
1 parent c685813 commit d51090b
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions dist/jsoneditor-minimalist.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
* Copyright (c) 2011-2019 Jos de Jong, http://jsoneditoronline.org
*
* @author Jos de Jong, <[email protected]>
* @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')
Expand Down Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion dist/jsoneditor-minimalist.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/jsoneditor-minimalist.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/jsoneditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
* Copyright (c) 2011-2019 Jos de Jong, http://jsoneditoronline.org
*
* @author Jos de Jong, <[email protected]>
* @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')
Expand Down Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion dist/jsoneditor.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/jsoneditor.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit d51090b

Please sign in to comment.