Skip to content

Commit

Permalink
Released version 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jun 13, 2015
1 parent 36fa3c4 commit c6642a7
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion dist/jsoneditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
6 changes: 3 additions & 3 deletions dist/jsoneditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
* Copyright (c) 2011-2015 Jos de Jong, http://jsoneditoronline.org
*
* @author Jos de Jong, <[email protected]>
* @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')
Expand Down Expand Up @@ -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 {\
Expand Down
2 changes: 1 addition & 1 deletion dist/jsoneditor.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jsoneditor.min.css

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.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit c6642a7

Please sign in to comment.