Skip to content

Commit

Permalink
Released version 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Dec 9, 2013
1 parent 8701694 commit 91a3f9c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 32 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
http://jsoneditoronline.org


## (not yet released), version 2.3.5
## 2013-12-09, version 2.3.5

- Fixed a positioning issue of the action menu again.
- Fixed an issue with non-breaking space characters.
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": "2.3.5-SNAPSHOT",
"version": "2.3.5",
"description": "A web-based tool to view, edit and format JSON",
"tags": [
"json",
Expand Down
4 changes: 2 additions & 2 deletions jsoneditor-min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions jsoneditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
* Copyright (c) 2011-2013 Jos de Jong, http://jsoneditoronline.org
*
* @author Jos de Jong, <[email protected]>
* @version 2.3.5-SNAPSHOT
* @date 2013-12-07
* @version 2.3.5
* @date 2013-12-09
*/
(function () {

Expand Down
25 changes: 0 additions & 25 deletions misc/todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,35 +12,13 @@ Bug: get the breaking of long words working on Firefox an IE. Does not work for
a word like "blablablablablablablablablablablablablablablablablablablabla",
and in IE also not for urls.

Bug: zooming on IE8 does not work nicely: width of the contents is not adjusted.
is fixed as soon as resize() is executed after zooming

Get things working in IE7? maybe only a sizing problem (besides no JSON support)

for highlighting and expanding: send a timestamp, and when very large,
split via a timeout in different parts so, the browser stays responsive.

The edit buttons on the right should stay visible on the right side always,
possibly overlapping the text (but with a horizontal scrollbar)

________________________________________________________________________

VERSION 2: Functionality

filter nodes

create onchange callbacks

make the editor more keyboard friendly. Shortcut keys, access to the type dropdown menu

alt+arrow keys to navigate through the fields and values

copy a structure via Ctrl+ drag and drop?

undo/redo

load files from url or by upload

store the contents in the browser. also store all revisions (used with undo/redo)

add documentation/information about JSON in general
Expand All @@ -53,9 +31,6 @@ create options:
- collapsed: true/false
- editableFields: true/false

when dragging higher than the top, or lower than the bottom, scroll the
whole editor.

________________________________________________________________________

VERSION 3: Performance
Expand Down
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": "2.3.5-SNAPSHOT",
"version": "2.3.5",
"main": "jsoneditor.js",
"description": "A web-based tool to view, edit and format JSON",
"tags": [
Expand Down

0 comments on commit 91a3f9c

Please sign in to comment.