Released version 2.2.1
This commit is contained in:
parent
915497e9e0
commit
f3ca6ad84f
|
@ -3,9 +3,10 @@
|
||||||
http://jsoneditoronline.org
|
http://jsoneditoronline.org
|
||||||
|
|
||||||
|
|
||||||
## version 2.2.1
|
## 2013-05-27, version 2.2.1
|
||||||
|
|
||||||
- Fixed undefined options in TextEditor.
|
- Fixed undefined options in TextEditor. Thanks Wiseon3.
|
||||||
|
- Fixed non-working save function on Firefox 21. Thanks youxiachai.
|
||||||
|
|
||||||
|
|
||||||
## 2013-05-04, version 2.2.0
|
## 2013-05-04, version 2.2.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "2.3.0-SNAPSHOT",
|
"version": "2.2.1",
|
||||||
"description": "A web-based tool to view, edit and format JSON",
|
"description": "A web-based tool to view, edit and format JSON",
|
||||||
"tags": [
|
"tags": [
|
||||||
"json",
|
"json",
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -27,8 +27,8 @@
|
||||||
* Copyright (c) 2011-2013 Jos de Jong, http://jsoneditoronline.org
|
* Copyright (c) 2011-2013 Jos de Jong, http://jsoneditoronline.org
|
||||||
*
|
*
|
||||||
* @author Jos de Jong, <wjosdejong@gmail.com>
|
* @author Jos de Jong, <wjosdejong@gmail.com>
|
||||||
* @version 2.3.0-SNAPSHOT
|
* @version 2.2.1
|
||||||
* @date 2013-05-25
|
* @date 2013-05-27
|
||||||
*/
|
*/
|
||||||
(function () {
|
(function () {
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "2.3.0-SNAPSHOT",
|
"version": "2.2.1",
|
||||||
"description": "A web-based tool to view, edit and format JSON",
|
"description": "A web-based tool to view, edit and format JSON",
|
||||||
"tags": [
|
"tags": [
|
||||||
"json",
|
"json",
|
||||||
|
|
Loading…
Reference in New Issue