Skip to content

Commit

Permalink
Publish v8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jan 18, 2020
1 parent b3c0eed commit 7d4b72f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
6 changes: 4 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
https://github.com/josdejong/jsoneditor


## not yet published, version 8.2.1
## 2020-01-18 version 8.3.0

- Fix #790: editor breaking when missing some translations.
- Update dependency `ajv` to `v6.11.0`.
- Fix #790: editor breaking when missing a translation containing a
placeholder.


## 2020-01-16, version 8.2.0
Expand Down
1 change: 1 addition & 0 deletions examples/14_translate.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>

<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>JSONEditor | Translate</title>

<link href="../dist/jsoneditor.css" rel="stylesheet" type="text/css">
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsoneditor",
"version": "8.2.0",
"version": "8.2.1",
"main": "./index",
"description": "A web-based tool to view, edit, format, and validate JSON",
"tags": [
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"ace-builds": "^1.4.8",
"ajv": "^6.10.2",
"ajv": "^6.11.0",
"javascript-natural-sort": "^0.7.1",
"jmespath": "^0.15.0",
"json-source-map": "^0.6.1",
Expand Down

0 comments on commit 7d4b72f

Please sign in to comment.