All Versions
221
Latest Version
Avg Release Cycle
18 days
Latest Release
68 days ago
Changelog History
Page 20
Changelog History
Page 20
-
v2.3.1 Changes
September 24, 2013- ๐ Fixed non-working action menu when in bootstrap modal (z-index issue).
- ๐ Fixed missing main field in package.json.
-
v2.3.0 Changes
September 13, 2013- Implemented an option
modes
, which creates a menu in the editor where the user can switch between the selected editor modes. - ๐ Fixed wrong title on fields with value
null
. - ๐ Fixed buggy loading of files in the web application.
- Implemented an option
-
v2.2.2 Changes
August 01, 2013- ๐ Fixed non working option
indentation
. - ๐ Fixed css not being loaded with AMD in case of multiple scripts.
- ๐ Fixed a security error in the server side file retriever script of the web application.
- ๐ Fixed non working option
-
v2.2.1 Changes
May 27, 2013- ๐ Fixed undefined options in TextEditor. Thanks Wiseon3.
- ๐ Fixed non-working save function on Firefox 21. Thanks youxiachai.
-
v2.2.0 Changes
May 04, 2013- Unified JSONFormatter and JSONEditor in one editor with a switchable mode.
- Urls are navigable now.
- ๐ Improved error and log handling.
- โ Added jsoneditor to package managers npm and bower.
-
v2.1.1 Changes
March 11, 2013- ๐ Fixed an issue with console outputs on IE8, causing the editor not to work at all on IE8.
-
v2.1.0 Changes
March 08, 2013- Replaced the plain text editor with code editor Ace, which brings in syntax highlighting and code inspection.
- ๐ Improved the splitter between the two panels. Panels can be hided.
-
v2.0.2 Changes
February 26, 2013- ๐ Fixed: dragarea of the root node was wrongly visible is removed now.
-
v2.0.1 Changes
February 21, 2013- ๐ Fixed undefined variable in the redo method.
- โ Removed the "hide ads" button. Not allowed by Google AdSense, sorry.
-
v2.0.0 Changes
February 09, 2013- Implemented a context menu, replacing the action buttons on the right side of the editor and the inline action buttons. This gives a cleaner interface, more space for the actual contents, and more room for new controls (like insert and sort).
- Implemented shortcut keys. The JSON Editor can be used with just a keyboard.
- Implemented sort action, which sorts the childs of an array or object.
- Implemented auto scrolling up and down when dragging a node and reaching the top or bottom of the editor.
- โ Added support for CommonJS and RequireJS.
- โ Added more examples.
- ๐ Improved performance and memory usage.
- Implemented a new mode 'form', in which only values are editable and the fields are fixed.
- ๐ Minor improvements and bug fixes.