Release v5.24.6

This commit is contained in:
jos 2018-09-12 09:44:23 +02:00
parent 655990c2a7
commit ef764df37d
9 changed files with 30 additions and 24 deletions

View File

@ -24,8 +24,8 @@
* Copyright (c) 2011-2017 Jos de Jong, http://jsoneditoronline.org
*
* @author Jos de Jong, <wjosdejong@gmail.com>
* @version 5.24.5
* @date 2018-09-06
* @version 5.24.6
* @date 2018-09-12
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
@ -541,6 +541,9 @@ return /******/ (function(modules) { // webpackBootstrap
JSONEditor.Ajv = Ajv;
JSONEditor.VanillaPicker = VanillaPicker;
// default export for TypeScript ES6 projects
JSONEditor.default = JSONEditor;
module.exports = JSONEditor;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

7
dist/jsoneditor.js vendored
View File

@ -24,8 +24,8 @@
* Copyright (c) 2011-2017 Jos de Jong, http://jsoneditoronline.org
*
* @author Jos de Jong, <wjosdejong@gmail.com>
* @version 5.24.5
* @date 2018-09-06
* @version 5.24.6
* @date 2018-09-12
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
@ -541,6 +541,9 @@ return /******/ (function(modules) { // webpackBootstrap
JSONEditor.Ajv = Ajv;
JSONEditor.VanillaPicker = VanillaPicker;
// default export for TypeScript ES6 projects
JSONEditor.default = JSONEditor;
module.exports = JSONEditor;

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

@ -2,7 +2,7 @@ import React, {Component} from 'react';
import isEqual from 'lodash/isEqual';
import cloneDeep from 'lodash/cloneDeep';
import * as JSONEditor from 'jsoneditor';
import JSONEditor from 'jsoneditor';
import 'jsoneditor/dist/jsoneditor.css';
import './JSONEditorReact.css';

View File

@ -1,6 +1,6 @@
import React, {Component} from 'react';
import * as JSONEditor from 'jsoneditor';
import JSONEditor from 'jsoneditor';
import 'jsoneditor/dist/jsoneditor.css';
import './JSONEditorDemo.css';

View File

@ -1,6 +1,6 @@
{
"name": "jsoneditor",
"version": "5.24.5",
"version": "5.24.6",
"main": "./index",
"description": "A web-based tool to view, edit, format, and validate JSON",
"tags": [