Released version 4.2.1

This commit is contained in:
jos 2015-06-13 11:16:31 +02:00
parent 36fa3c40df
commit c6642a7444
8 changed files with 16 additions and 11 deletions

View File

@ -3,6 +3,11 @@
https://github.com/josdejong/jsoneditor
## 2015-06-13, version 4.2.1
- Fixed #161: Cannot select text in Ace editor on systems using Chinese fonts.
## 2015-05-14, version 4.2.0
- Implemented option `theme`, allowing to set a custom theme for the Ace

View File

@ -1,6 +1,6 @@
{
"name": "jsoneditor",
"version": "4.2.0",
"version": "4.2.1",
"description": "A web-based tool to view, edit and format JSON",
"tags": [
"json",

2
dist/jsoneditor.css vendored
View File

@ -211,7 +211,7 @@
.jsoneditor td,
.jsoneditor th,
.jsoneditor textarea {
font-family: droid sans mono, monospace, courier new, courier, sans-serif;
font-family: droid sans mono, consolas, monospace, courier new, courier, sans-serif;
font-size: 10pt;
color: #1A1A1A;
}

6
dist/jsoneditor.js vendored
View File

@ -23,8 +23,8 @@
* Copyright (c) 2011-2015 Jos de Jong, http://jsoneditoronline.org
*
* @author Jos de Jong, <wjosdejong@gmail.com>
* @version 4.2.0
* @date 2015-05-14
* @version 4.2.1
* @date 2015-06-13
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
@ -6890,7 +6890,7 @@ return /******/ (function(modules) { // webpackBootstrap
}\
\
.ace-jsoneditor.ace_editor {\
font-family: droid sans mono, monospace, courier new, courier, sans-serif;\
font-family: droid sans mono, consolas, monospace, courier new, courier, sans-serif;\
line-height: 1.3;\
}\
.ace-jsoneditor .ace_print-margin {\

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

File diff suppressed because one or more lines are too long

View File

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