https://github.com/josdejong/jsoneditor
- Fix: when editing a key giving it a
(copy)
suffix, the suffix was removed. - Fix: #1627
onValidationError
did not always trigger. - Fix: upgrade to the latest version of
ace
. - Fix: upgrade to the latest version of
sass
.
- Feat: upgrade to the latest version of
ace
andjsonrepair
- Fix: #1601 do not convert hexadecimal values into regular numbers.
- Fix: #1591 select contents in tree mode only when using the left mouse button, not the middle button or right mouse button.
- Update dependencies
ace-builds
,jsonrepair
, andvanilla-picker
. - Fix: fix HTML open tag wrongly being
label
instead ofdiv
. Thanks @ppetkow.
- Fix: autocompletion sometimes throwing an error when there are no suggestions. Thanks @jpage-godaddy.
- Update dependencies
ace
andjsonrepair
.
- Fix #1570: Spanish grammar corrections (#1571). Thanks @gonchesan.
- Update dependencies
ace
andjsonrepair
.
- BREAKING CHANGE: dropped support for Internet Explorer 11.
- Update dependencies
ace
andjsonrepair
.
- Revert dependency
jsonrepair
tov3.1.0
to stay compatible with Internet Explorer 11. Regression introduced inv9.10.3
. See #1563.
- Fix #1558: url not wrapping on Chrome in mode
view
, font-size increasing on mobile Webview. - Upgraded to the latest version of
ace
andjsonrepair
.
- Fix #1550: trimming zero in front of a number (#1549). Thanks @DarkFisk.
- Updated dependencies, most notable
ace
,jsonrepair
, andvanilla-picker
.
- Fix option
showErrorTable
(see #1515):- a console warning was logged when using the option
showErrorTable
showErrorTable: false
was not workingshowErrorTable
was not working forpreview
mode
- a console warning was logged when using the option
- Upgraded to the latest version of
ace
andjsonrepair
.
- Fix #1515: a console warning is logged when using the option
showErrorTable
.
- Implement option
showErrorTable
to customize in which modes the error table shows up initially (#1497). Thanks @magedhennawy. - Upgrade to the latest version of Ace editor,
v1.15.2
. - Upgrade to the latest version of jsonrepair,
v3.0.2
. - Fix #1208: source map issue "Could not load source file "0" in source map" (#1499). Thanks @joshkel.
- Fix #1470: update the code of Selectr from
2.4.0
to2.4.13
.
- Upgrade to the latest version of Ace editor,
v1.10.1
.
- Implemented #968: support for auto-completion based on JSON Schema (#1435). Thanks @meirotstein.
- Upgrade to the latest version of Ace editor,
v1.6.0
.
- Implemented method
editor.expand({ path, isExpand, recursive })
and callbackonExpand({ path, isExpand, recursive })
. Thanks @himanshu520. - Upgrade to the latest version of Ace editor,
v1.5.3
.
- Fix #1421: fix
onBlur
event not firing when focus goes to aniframe
.
- Fix #1422: fix
setSchema
not working.
- Fix #1419: blurry text preview query on Chrome.
- Fix #1419: blurry text preview on Chrome.
- Implement #1413: show color indicator on readonly fields and in mode
view
.
- Pass a new property
value
along with theonNodeName
callback, see #1409. Thanks @brianpos. - Implement the
value
property of the callbacksonNodeName
,onEditable
, andonClassName
for objects and arrays too (wasundefined
before). Since this can be a heavy recursive operation, the property is changed into a lazy getter.
- Fix the font on Ubuntu for real by add the "ubuntu mono" font. See #1405.
- Fix the font on Ubuntu: add "dejavu sans mono". See #1405.
- More tweaking of the font because the 13px Cascadia Mono font on Windows gave issues in Ace editor. Changed to 14px Consolas on Windows, 14px Menlo on Mac, see #1392, #1403.
- Fix vertical centering of text and buttons, see #1392.
- Improve font: 13px Cascadia Mono on Windows, 13px Monaco on Mac, see #1392.
- More robust polyfill for
Element.remove
,window.CharacterData.remove
, andwindow.DocumentType.remove
. Thanks @caok2709. - Update dependencies:
ace-builds@1.4.13
,vanilla-picker@2.12.1
.
- Fix inefficient regex to replace return characters.
- Fix
setMode
not throwing an exception anymore in case of a parse error (regression since9.5.4
).
- Use
noreferrer
for window.open, see #1365. Thanks @rajitbanerjee. - Fix #1363: parsing error contains html characters.
- Fix opening the Transform or Sort modal in code mode with invalid JSON
contents not triggering the
onError
callback (see #1364). - Change the default behavior of error handling to open a basic alert instead of logging the error in the console (see #1364).
- Fix #1356: background of tree mode is transparent instead of white.
- Fix #473: enum dropdown not working on referenced schemas and templates, see #1355. Thanks @mpccolorado.
- Fix #675: Relative image urls in CSS replaced with absolute urls by build script, see #1354. Thanks @esulu.
- Upgrade to
jsonrepair@2.2.1
.
- Implemented new method
JSONEditor.validate(): Promise<ValidationError[]>
. Thanks @ChrisAcrobat.
- Fix #1311: exception being thrown under certain conditions when switching
from
code
mode topreview
mode. - Rename spin animation of
selectr
to prevent conflicts with tailwind, see #1333. Thanks @mdix.
- Improvements in the Korean translation. Thanks @luasenvy.
- Added Korean translation. Thanks @luasenvy.
- Added Spanish translation. Thanks @joabac.
- Fix #1282: JSON schema enum dropdown not working for conditionals like
oneOf
,anyOf
,allOf
. Thanks @maufl. - Fix #1307: losing caret position when calling
refresh()
duringonChange
callback.
- Introduced a new sass variable
$jse-icons-url
, see #1268. Thanks @ppetkow.
- Improved Russian translation. Thanks @PunKHS.
- Upgraded dependencies to
jsonrepair@2.1.0
.
- Added Russian translation. Thanks @PunKHS.
- Changed shortcut keys for Format and Compact in code mode from
Ctrl+\
andCtrl+Shift+\
toCtrl+I
andCtrl+Shift+I
respectively, because not all browsers and operating systems support this key combination.
- Fixed resolving a JSON schema reference linking to an other schema, see #1239. Thanks @Hagartinger.
- Upgraded to latest dependencies (
vanilla-picker@2.11.2
).
- Fix
jsoneditor-minimalist
bundle being too large. Regression sincev9.1.5
(caused by a recent upgrade to Webpack 5). Thanks @cbmgit.
- Replaced
simple-json-repair
withjsonrepair
(library was renamed).
- Fix #1206: library bundle broken on IE 11, regression introduced in v9.1.6.
- Fix #1192: enum dropdown from a JSON schema not rendered when using
additionalProperties
. Thanks @maufl. - Fix #1191: clarify docs about configuration option
ajv
. - Fix #1193: simplify and fix example 20_custom_css_style_for_nodes.html.
- Fix #1185: enum dropdown not selecting actual value when this is not a string.
- Fix selected value of enum dropdown not updated when changed programmatically.
- Fix #1119: list of keys in navigation bar missing a scroll bar. Thanks @tanmayrajani.
- Fix #1158: JSON schema_findSchema not found if using internal references. Thanks @maufl.
- Update dependencies:
vanilla-picker@2.11.0
.
- Fix #1126: fire
onEvent
for boolean checkbox and enum selectbox too. - Log a clear error in the console when the returned value of
onEditable
is invalid. See #1112. - Updated dependency to
ajv@6.12.6
. - Extract the JSON repair functionality into a separate,
library
simple-json-repair
with many improvements.
- Fix #1111: Enum dropdown not showing when using patternProperties for schema. Thanks @ziga-miklic.
- Fixed JSONEditor not working when opened in a new window, see #1098. Thanks @joshkel.
- Fix quick-key
Ctrl+D
(duplicate) not working. - Define "charset: utf-8" in all HTML examples.
- Implemented German translation (
de
). Thanks @s-a. - Fix quick-keys
Ctrl-\
(format) andCtrl-Shift-\
(compact) not working incode
mode. - Updated dependencies to
ajv@6.12.5
.
- Fix #1090: autocomplete firing on dragging or clicking a node.
- Fix #1096: editor crashing when passing an empty string as
name
. - Updated dependencies to
ajv@6.12.4
.
- Updated dependencies to
ace-builds@1.4.12
,ajv@6.12.3
. - Fix #1077: change the
main
field inpackage.json
to point to the actual bundled and minified file instead of a node.js index file.
- Fix regression introduced in
v9.0.2
in the select boxes in the Transform model not lighlighting the matches correctly.
- Fix #1029: XSS vulnerabilities. Thanks @onemoreflag for reporting.
- Fix #1017: unable to style the color of a value containing a color. Thanks @p3x-robot.
- Fixed broken link to the Ace editor website (https://ace.c9.io/). Thanks @p3x-robot.
- Fix #1027: create IE11 Array polyfills
find
andfindIndex
in such a way that they are not iterable.
- Implemented option
limitDragging
, see #962. This is a breaking change when using a JSON schema: dragging is more restrictive by default in that case. SetlimitDragging: false
to keep the old, non-restricted behavior.
- Fix #936: too many return characters inserted when pasting formatted text from OpenOffice.
- Fix #858: the
dist/jsoneditor.js
bundle containing a link to a non-existing source map. - Fix #978: in some special cases the caret was jumping to the beginning of the line whilst typing.
- Update dependencies to
ajv@6.12.2
.
- Fix #969: adding a new property to an empty object or array is broken.
Regression introduced in
v8.6.5
.
- Fix #964: translation of titles of some context menu items not working.
- Update dependencies to
ace-builds@1.4.11
,ajv@6.12.1
.
- Fix #921:
sortObjectKeys
emitsonChange
events. - Fix #946:
language
not working in modestext
,code
, andpreview
. - Revert reckoning with the order of object properties when updating an
object (introduced in
v8.6.2
). See #917. - Implement support for repairing line separate JSON.
- Fix #932:
JSONEditor.update
broken, did not always recognize when the input changed. Regression introduced inv8.6.2
.
- Fixed #917, #926: Keep order of properties when updating an object.
- Fixed #928: Custom root name not reflected in path of navigation bar.
- Upgraded to
ajv@6.12.0
- Fixed #908: editor throwing an exception when switching from
'preview'
to'code'
mode.
- Fixed #906: Implemented turning Python objects containing
True
,False
andNone
into valid JSON using repair.
- Fix #892: the undo/redo buttons in mode
code
being broken when custom loading an old version of Ace Editor.
- Fix undo/redo buttons in mode
code
not always updating.
- Fix broken build.
- Implemented support for customizing the query language used in the
Transform modal. New options
createQuery
,executeQuery
, andqueryDescription
are available for this now. An example is available inexamples/23_custom_query_language.html
. See #857, #871. - Implement undo/redo buttons in
code
mode. - Fix history (undo/redo) being cleared in mode
code
andtext
after transforming or sorting.
- Fix
console.log
in production code. Oopsie.
- Added CSS classes
jsoneditor-expanded
andjsoneditor-collapsed
on array and object nodes reflecting there state.
- Update dependency
ajv
tov6.11.0
. - Fix #790: editor breaking when missing a translation containing a placeholder.
- Make it easy to create custom styling by overriding default SASS variable values, see #881. Thanks @petermanders89.
- Update
ace
tov1.4.8
.
- Fix #873: buttons Format, Compact, and Repair not supporting internationalization.
- Fix #877: Some CSS styling issues when used in combination with Materialize.
- Updated dependency
vanilla-picker
tov2.10.1
.
- Fixed the file size reported in
preview
mode showKB
andMB
instead ofKiB
andMiB
in order to match the size reported by filesystems.
- Implemented
popupAnchor
allowing to select a custom anchor element. See #869 and #870. - Fixed #502: CSS rule
* { font-family: ... }
resulting in Ace editor (code
mode) not having a mono-space font anymore.
- Implemented option
timestampFormat
which allows customizing the formatting of timestamp tags. See also optiontimestampTag
. Thanks @smallp. - Changed the behavior of
timestampTag
to fallback on the built-in rules when the function does not return a boolean. See #856. - Reverted the heuristics introduced in
v7.3.0
to check whether some field contains a timestamp based on the field name, because they can give wrong timestamps in case of values in seconds instead of the assumed milliseconds (see #847, #856).
- Extended the callback
onValidationError
to also report parse errors, and distinguish between JSON schema validation errors and custom errors. See #861 and #612. Thanks @meirotstein.
- Implemented callback function
onValidationError
, see #612, #854. Thanks @meirotstein. - Fixed #850: make autocomplete options robust against non-string inputs
like
null
,123
,true
,false
.
- Fixed #855:
onFocus
andonBlur
not working in modestext
andcode
when editor was created without main menu bar, andeditor.destroy()
throwing an exception.
- Implemented callbacks
onFocus
andonBlur
(PR #809, issue #727). Thanks @123survesh. - Fixed #847: allow customizing the in rules determining whether a value
is a timestamp or not by passing a callback function to
timestampTag
.
- Fixed #826: editor not allowing indentation
0
. - Fixed #828: do not expand/collapse when clicking the text of a node
in modes
view
orform
. - Fixed #829: z-index issue of context-menu button and conflicting css names.
- Implemented Japanese translation (
ja
). Thanks @yutakiyama. - Implemented French translation (
fr-FR
), and some improvements in the translation. Thanks @yannickyvin. - Upgraded to the latest version of Ace editor, 1.4.7.
- Fixed #824: Parse errors not displayed with bottom right error icon in modes
code
andtext
.
- Upgraded to the latest version of Ace editor 1.4.6. Changed implementation
to use
ace-builds
directly instead ofbrace
(still using Ace 1.2.9). - Improved Portuguese translation. Thanks @victorananias.
- Upgraded dependencies:
vanilla-picker@2.10.0
. - Minor documentation improvements. Thanks @slash-arun.
- Minor styling fixes.
- Fixed #723: schema error popup and color picker not always fully visible.
- Fixed wrong text color in search box when using JSONEditor in combination with bootstrap. See #791. Thanks @dmitry-kulikov.
- Fixed react examples not working out of the box when cloning or downloading the git repository of JSONEditor. See #787, #788. Thanks @vishwasnavadak.
- Fixed
index.js
pointing to non-transpiled code. See #783. - Fixed absolute url of images in SASS. Thanks @moonbreezee.
- Fix #781: race condition when destroying the editor right after setting data.
- Fix npm package missing
dist
folder.
- Converted the code largely to ES6, put Babel transpiler in place.
- Dropped support for bower, removed the
dist
folder from the git repository. - Fixed #586: caret position lost when switching browser tabs.
- Fix styling of autocompletion dropdown broken. Regression since
v6.4.0
.
- Replaces CSS with SASS internally, improvements in styling. Thanks @ppetkow.
- Fixed #761: JSON schema errors not rendered in the gutter for mode
code
when the path contained a property with a forward slash, and errors not clickable in the error table. - Fixed #777: option
sortObjectKeys
broken.
- Fixed #755: JSONEditor throwing an exception in mode
code
,text
, andpreview
whenstatusBar: false
. - When duplicating an object property, move focus to the field and do not
immediately add the
(copy)
suffix. See #766. - Fixed #769: option
name
not working anymore. Regression sincev6.1.0
. - Fixed #763:
autocomplete.trigger: 'focus'
throws an error when opening the context menu. Thanks @Thaina. - Updated dependencies
json-source-map@0.6.1
- Updated Chinese translation. Thanks @SargerasWang.
- Implemented new mode
preview
, capable of working with large JSON documents up to 500 MiB. - Repair button is now capable of turning MongoDB documents into valid JSON.
- Fixed #730: in
code
mode, there was an initial undo action which clears the content. - Upgraded dependencies
vanilla-picker@2.9.2
,mobius1-selectr@2.4.13
,ajv@6.10.2
.
- Implemented menu options
sort
andtransform
for modescode
andtext
. - Implemented new context menu item
extract
. - Minor tweaks in the way paths are displayed in the sort and transform modals.
- Breaking change: upgraded dependency
ajv@6.10.0
, supporting JSON schema draft-07 alongside draft-06 and draft-04. - Upgraded dependency
vanilla-picker@2.8.1
. - Use JSON schema title as name for the root object if defined (see #635).
- Extended the autocomplete feature with new options
filter
andtrigger
. Thanks @Gcaufy. - Removed :hover style on disabled buttons. Thanks @Gcaufy.
- Upgraded dependency
mobius1-selectr@2.4.12
.
- Fixed #697: JSON Schema enum dropdown not working inside an array.
- Fixed #698: When using
onCreateMenu
,node.path
is null when clicking on an append node or when multiple nodes are selected. - Upgraded dependencies to
mobius1-selectr@2.4.10
,vanilla-picker@2.8.0
. - Remove :hover style on disabled buttons. Thanks @Gcaufy.
- Fixed a bug in the JMESPath query wizard which didn't correctly handle selecting multiple fields.
- Fixed context menu not working when multiple nodes are selected.
- Fixed #682 and #687: JSONEditor not being able to handle JSON schema validation errors when the root of the document is an Array. Thanks @DusuWen.
- Fixed #684:
const
used in bundled library.
- Fixed #416: Clipped action menu for append nodes.
- Improve detection of value type in transform modal.
- Styling improvements in the transform modal.
- Fix CSS class for default/non-default schema values not applied to enums, see (#666).
- Fixed #671: Improved handling of duplicate property names, which could cause values to be cleared when used as a controlled component in for example React.
- Fixed a regression in parsing JSON paths: numbers where parsed as strings instead of a numeric value. See #679. Thanks @AdamVig.
- Fixed using hyphens in the path of custom validation errors (see #665). Thanks @tobiasfriden.
- Implemented support for reckoning with JSON schema default values: custom styling can be applied for default and non-default values. Thanks @AdamVig.
- Fixed #667: resolving JSON Schema examples and descriptions did not always work for referenced schemas. Thanks @AdamVig.
- Fixed #676: JSON Paths containing array properties with a
]
not parsed correctly.
- Fix IE11 issue.
- Some fixes in the Simplified Chinese translation. Thanks @@adf0001 and @yuxizhe.
- Display JSON schema examples in tooltip (#664). Thanks @AdamVig.
- Implemented a new option
onCreateMenu
to customize the action menu. Thanks @RobAley.
- Fixed #661: JSONEditor broken on IE11 caused by duplicate JSON entries in a translation.
- Added Simplified Chinese localization. Thanks @long2ice.
- Added Turkish localization. Thanks @beratpostalci.
- Improved JSON schema titles on fields. Fixes #321. Thanks @AdamVig.
- Fixes in resolving JSON schemas, see #651. Thanks @AdamVig.
- Fix #657:
onClassName
throwing an error when a node is removed.
- Fix #639: Occurrence of non-ES5
const
declaration in published code. Regression introduced inv5.28.0
.
- Fix #637: Vertical white border left/right from the main menu in some specific circumstances.
- Fix #638: Cannot expand after collapse. Regression introduced in v5.28.0.
- Implemented new option
maxVisibleChilds
to customize the maximum number childs that is rendered by default. Thanks @20goto10. - Implemented new option
onClassName
, allowing customized and dynamic styling of nodes. See 20_custom_css_style_for_nodes.html for a demo. Thanks @maestr0. - Make the method
refresh()
public.
- Improved navigating deeply nested paths via the navigation bar, see #619. Thanks @meirotstein.
- Sdd title from schema description to show the tips for user input. Thanks @tylerchen.
- Fix JSON Schema not resolving refs
$ref
, and not creating enum dropdowns. Thanks @tylerchen.
- Implemented customizing object and array names via a new option
onNodeName
. Thanks @bnanchen. - Visibility of schema validation errors at the bottom of mode code and text are now toggleable. Thanks @meirotstein.
- Fixed text of the mode switcher not being translated. Thanks @antfu.
- Fixed #610: JSON Repair now removes trailing commas.
- Upgraded devDependency
gulp
to v4. Thanks @maestr0.
- Fixed dragging and selecting multiple nodes not working
(regression introduced in
v5.26.1
).
- Fixed
.update()
throwing an exception when replacing a JSON object withnull
. Thanks @DullReferenceException. - Fixed #598: Search field can't be focused in object view.
- Implemented option
mainMenuBar
to enable/disable the main menu bar. Thanks @tanmayrajani.
- Implemented options
enableSort
andenableTransform
so you can turn off these features. Thanks @tanmayrajani. - Fixed #590: validation failing in code and text mode when status bar is disabled.
- Fixed #589: the path in the navigation bar is not updated when duplicating or removing a node, and neither after an undo/redo action.
- Fixed duplicate and remove of the action menu of multiple selected nodes not working.
- Fixed not preventing default selection of text when selecting nodes.
- Fixed #595: navigation bar path link not working.
- Fix #582: parse error annotations not always up to date in code editor. Thanks @meirotstein.
- Fix #548:
import JSONEditor from 'jsoneditor'
not working in TypeScript projects (gave a constructor is undefined error).
- Fixed a bug in textmode on IE 11, not loading the editor when
Promise
is undefined.
- Fixed #576: Visualization in mode
view
when an array with more than 100 items is rendered. - Fixed JSONEditor not working on IE11: continue and throw console
errors when
Promise
is undefined. Regression sincev5.23.0
. - Fixed
onClose
of color picker not being fired when clicking outside the picker to close it. - Upgraded dependencies
brace
,mobius1-selectr
,vanilla-picker
. - Upgraded devDependency
mocha
.
- Fixed color picker not working in ES6 projects.
- Fixed color picker closing immediately after the first
onChange
event, andonChange
events are now debounced like all text inputs.
- Improved error and validation messaging in
text
mode. Thanks @meirotstein.- Clicking a message now selects the line where the error occurs.
- Icon bottom right showing when there are warnings or errors.
- Fixed field still editable after moving a node from an object to an array, changing the field from a property into an index.
- Context menu and color picker are now absolutely positioned, and can overflow the borders of the editor.
- Fixed #568: mode switcher disappearing when selecting the current mode again.
- Fixed
transform
not creating/removing expand button when the type of a node changed.
- Implemented a color picker, and allow hooking in a custom color
picker. new options are
colorPicker
andonColorPicker
. - Implemented a timestamp tag displayed right from timestamps,
with corresponding option
timestampTag
.
- Fixed #566: transform function broken, regression since
v5.20.0
.
- Implemented support for custom validation using a new
onValidate
callback. - In tree mode, nodes containing a validation error now have a className
jsoneditor-validation-error
which can be used for custom styling.
- Implemented
onEvent
callback triggered when an event occurs in a JSON field or value. Thanks @cristinabarrantes.
- Show validation errors inline instead of at the bottom when in code mode. Thanks @meirotstein.
- Fix #562: allow
$
character in property names of of a JSON schema.
Good news: JSONEditor is finally framework friendly and can now be easily integrated in React, Vue, and Angular!
- Implemented new methods
update
andupdateText
, which maintain the state of the editor (expanded nodes, search, selection). This makes it easy to integrate in frameworks like React. - Implemented options
onChangeJSON(json)
andonChangeText(jsonString)
. - Added two React examples to the
examples
folder. - Fixed menu buttons "Sort" and "Transform" being available in modes
view
andform
.
- Fixed #558: scrolling to search results and automatically scrolling up/down when dragging an item broken (regression since v5.19.1).
- Fixed #557: inner contents of the scrollable area being displayed outside of the editor (on Chrome only).
- No more grayed out icons of the context menu, see #532.
- Added Sort and Transform buttons to the main menu.
- Fixes and improvements in the Transform dialog.
- Implemented JMESPath support for advanced filtering, sorting, and transforming of JSON documents.
- Implemented a new option
modalAnchor
to control at which part of the screen the modals are displayed. - Fixed #544: JSON Schema errors sometimes not being displayed in the editor.
- Fixed a bug in a translation text.
- Implemented advanced sorting for arrays.
- Better handling of JSON documents containing large arrays:
- Only displays the first 100 items of large arrays, with buttons "show more" and "show all" to render more items.
- Search results are now limited to max 1000 matches, and search does no longer expand the paths to all matches but only expands the path of the current search result.
- Fixed index numbers of Array items not being updated after sorting.
- Implemented selection API:
onSelectionChanged
,onTextSelectionChanged
,getSelection
,getTextSelection
,setSelection
,setTextSelection
, andgetNodesByRange
. Thanks @meirotstein.
- Fixed absolute path of css image
jsoneditor-icons.svg
, which could. give issues with webpack plugin "file-loader". Thanks @landru29.
- Implemented support for translations. Thanks @mariohmol.
- Fixed a bug sometimes occurring when dragging items from array to object, see #509. Thanks @43081j.
- Fixed autocomplete not accepting returned
null
values, see #512. Thanks @43081j. - Fixed memory inefficiency when working with large JSON Schema's generating many errors. Thanks @43081j.
- Fixed a positioning issue with JSON Schema errors in text/code mode.
- Fixed view mode opening links in a new tab instead of current tab when Ctrl key is not down. Thanks @LEW21.
- Fixed #502: code editor not showing a monospaced font some cases.
- Fixed another occurrence of #494: properties not escaped in the navigation bar.
- Implemented cursor position in text mode. Thanks @meirotstein.
- Fixed #494: properties not escaped in the navigation bar. Thanks @meirotstein.
- Implemented #482: Include
caseSensitive
option for autocomplete. Thanks @israelito3000. - Upgraded dependencies
ajv@5.5.2
- Upgraded dependencies
ajv@5.4.0
brace@0.11.0
- Fixed dropdown for JSON Schema enums when defined inside pattern properties. Thanks @alquist.
- Fixed code containing a non UTF-8 character. Thanks @alshakero.
- Some styling tweaks in the navigation bar and status bar.
- Don't display status bar in
text
mode (which doesn't yet support row and col counts).
- Implemented a navigation bar showing the path. Thanks @meirotstein.
- Implemented a status bar showing cursor location. Thanks @meirotstein.
- Implemented repairing JSON objects containing left and right single
and double quotes (which you get when typing a JSON object in Word)
in
text
andcode
mode. - Implemented repairing JSON objects containing special white space characters like non-breaking space.
- Upgraded dependency
ajv
to version5.3.0
. - Fixed #481: A polyfill required
DocumentType
which is not defined in all environments.
- Fixed displaying a dropdown for enums inside composite schemas. Thanks @hachichaud.
- Fixed #461: Urls opening twice on Firefox and Safari.
- Fixed a regression introduced in
v5.9.4
: after using the context menu once, it was not possible to set focus to an other input field anymore.
- Fixed #447: context menus not working in Shadow DOM. Thanks @tomalec.
- Fixed broken multi-selection (regression).
- Fixed a bug in the JSON sanitizer.
setText
method of tree mode now automatically sanitizes JSON input when needed.- Fixed #430: automatically fix unescaped control characters in JSON input.
- Implemented support for JSON schema references
$ref
, see #302. Thanks @meirotstein. - Fixed #429: JSONEditor no longer accepting an empty array for option
modes
. Thanks @trystan2k. - Fixed JSONEditor picking the first entry of
modes
as initial mode instead of optionmode
.
- Select first option from
modes
instead oftree
whenmode
is not configured. Thanks @bag-man. - Some fixes and improvements in the API of autocompletion. Thanks @israelito3000.
- Fixed broken minified bundles in folder
dist
(again...).
- Implemented support for autocompletion. Thanks @israelito3000.
- Fixed broken minified bundles in folder
dist
(reverted touglify-js@2.8.22
for now).
- Upgraded dependency
ajv
to version5.2.0
. Resolves warnings in Webpack build processes.
- Implemented support for template items. Thanks @israelito3000.
- Upgraded dependencies to the latest versions. Thanks @andreykaipov.
- Implemented readonly option for modes
text
andcode.
Thanks @walkerrandolphsmith. - Upgraded dependencies (
brance
andajv
) to the latest versions. - Fixed not being able to move focus to enum select box when clicking a JSON Schema warning.
- Fixed #309: already loaded version of Ace being overwritten by the embedded version of JSONEditor.
- Fixed #368: Mode selection drop down not fully visible on small screen.
- Fixed #253: Optimize the input experience of Chinese IME. Thanks @chinesedfan.
- Fixed embedded version of jsoneditor ace theme not being loaded in minimalist version (see #55).
- Fixed a styling issue in the SearchBox of Ace editor (mode
code
). - Fixed #347: CSS more robust against global settings of div position.
- Added docs and example on how to use a custom version of Ace editor.
- Fixed #85: pressing enter in an input in a form containing a JSONEditor too breaks submitting the form.
- Fixed #329: Editor showing duplicate key warnings for keys defined on the
Object prototype, like
toString
andwatch
.
- Fixed #314: JSON schema validation throwing an error "Unexpected token ' in JSON at position 0" in specific cases. Thanks @apostrophest
- Fixed #308: wrong positioning of label "empty array" when
onEditable
returns false.
- Fixed #303: editor contents collapsed when the parent div of the JSONEditor has no height set.
- Improved example 04_load_and_save.html. Thanks @RDCH106.
- Fixed #298: Switch mode button disappears when switching from text/code to tree/form/view mode when the JSON contained errors.
- Fixed enum drop downs not working when the JSONEditor is configured with a name.
- Fixed #285: an issue with the enum drop down when having defined multiple enums in a JSON schema.
- Fixed a (harmless) error in the console when clicking right from an enum drop down.
- Fixed #299: reverted the fix of #268 by trimming text in fields and values.
- Fixed #294: Fields reset their caret location on every key press in Firefox.
- Fixed enum select boxes not being rendered/removed when setting or removing
a JSON schema via
editor.setSchema(schema)
.
- Implemented a dropdown for values having an JSON Schema enum. Thanks @tdakanalis.
- Fixed #291, #292: Some CSS broken when using the editor in combination with bootstrap. Thanks @nucleartide.
- Upgraded all dependencies (
ajv
,brace
, etc). - Fixed #289: Some CSS breaking when using the editor in combination with materialize.css or bootstrap.
- Fixed #290:
setText()
not working in mode text or code.
- Implemented support for sorting object keys naturally. Thanks @edufelipe.
- Sorting object keys or array items via the context menu is now also naturally sorted.
- Fixed #283: improved JSON schema error message in case of no additionalProperties.
- Fixed #286: Calling
get()
orgetText()
caused the editor to lose focus. A regression introduced in v5.2.0.
- Implemented method
editor.destroy()
to properly cleanup the editor (#278). - Fixed #268: JSONEditor now trims text in fields and values.
- Fixed #280: Some CSS issues when used in combination with bootstrap.
- Fixed #272: Checkbox for boolean values visible in view mode.
- Fixed broken example 04_load_and_save.html. See #265.
- Fixed #264: Clicking items in the context menu not working on Firefox.
- Improvements in sanitizing invalid JSON.
- Updated dependencies to the latest version.
- Fixed clicking format/compact not triggering an onChange event.
- Fixed #259: when having a JSONEditor inside an HTML form, clicking an entry in the context menu did submit the form.
- Fixed browserify build, see #260. Thanks @onip.
- Fixed #257: Improving error messages for enum errors failed when the schema contains references.
- Fixed #255: Removed wrong console warning about the option
search
. - Fixed error thrown when option
search
is false (see #256). Thanks @MiroHibler.
- Implemented support for JSON schema validation, powered by
ajv
. - Implemented #197: display an error in case of duplicate keys in an object.
- Implemented #183: display a checkbox left from boolean values, so you can easily switch between true/false.
- Implemented debouncing of keyboard input, resulting in much less history actions whilst typing.
- Added a minimalist bundle to the
dist
folder, excludingace
andajv
. - Fixed #222: editor throwing
onChange
events when switching mode. - Fixed an error throw when switching to mode "code" via the menu.
- Fixed interfering shortcut keys: changed quick keys to select multiple fields
from
Shift+Arrow Up/Down
toCtrl+Shift+Arrow Up/Down
.
- Fixed a bug in positioning of the context menu for multiple selected nodes.
- Fixed #130: option
onEditable
not available in modeform
. - Fixed #202: removed
version
field from bower.json.
- New design.
- Implemented selection of multiple nodes, allowing to move/duplicate/remove multiple nodes at once (See #106).
- Implemented a new option
escapeUnicode
, which will show the hexadecimal unicode instead of the character itself. (See #93 and #230). - Implemented method
getMode
. - Implemented option
onModeChange(oldMode, newMode)
. - Implemented #203: Objects and arrays in mode
form
andview
are now expandable by clicking the field names too. - Replaced the PNG icon images with SVG. Thanks @1j01.
- Renamed all CSS classes They now have prefixes
.jsoneditor-
to prevent name collisions with css frameworks like bootstrap. - Renamed options
change
,editable
,error
to respectivelyonChange
,onEditable
, andonError
. Old options are still working and give a deprecation warning. - Colors of values are now customizable using CSS.
- JSONEditor new throws a warning in the console in case of unknown options.
- Fixed #93 and #227: html codes like
&
not escaped. - Fixed #149: Memory leak when switching mode from/to
code
mode, web worker of Ace editor wasn't cleaned up. - Fixed #234: Remove dependency on a fork of the
jsonlint
project on github. - Fixed: disabled
Ctrl+L
quick key to go to a line, instead use the default browser behavior of selecting the address bar. - Fixed #38: clear search results after a new JSON object is set.
- Fixed #242: row stays highlighted when dragging outside editor.
- Fixed quick-keys Shift+Alt+Arrows not registering actions in history.
- Fixed #104: context menus are now positioned relative to the elements of the editor instead of an absolute position in the window.
- Fixed #161: Cannot select text in Ace editor on systems using Chinese fonts.
- Implemented option
theme
, allowing to set a custom theme for the Ace editor. Thanks @nfvs. - Implemented option
ace
, which allows to pass a custom instance of the Ace instead of the embedded version. - Fixed #186: binding issue to
jsonlint.parse
. - Fixed
editor.get()
manipulating the code when containing an error.
- Added missing file
index.js
to the bower package.
- Implemented a function
focus()
for modes tree, view, and form. - Added
./src
folder to the distributed package, needed for usage via node.js/browserify.
- Ace editor and jsonlint are now packed with jsoneditor.js by default. This makes the library about 4 times larger. If Ace is not needed, a custom build of the library can be done.
- The distribution files are now moved from the root to the
/dist
folder. - Reworked the source code to CommonJS modules, using
brace
to load Ace. - JSONP is now automatically stripped from JSON. Thanks @yanivefraim.
- Fixed bugs in the JSON sanitizer, no longer manipulating JSON-like structures inside strings.
- Implemented shortcut keys
Ctrl+\
to format andCtrl+Shift+\
to compact JSON when in modetext
orcode
. - Before an error is thrown because of invalid text, the editor first tries to sanitize the text (replace JavaScript notation with JSON notation), and only after that throws the error.
- Fixed Node.path() not working for a JSON Object
""
. Thanks @tomalec. - Minor styling improvements.
- Fixed configured indentation not being applied to Ace editor.
- Some fixes/improvements in
parseJS
(to parse a JSON object from a JavaScript object). - Fixed the lack of a semi colon at end of the bundled files.
- Replaced parsing of JavaScript objects into JSON from
eval
to a dedicatedparseJS
function.
- JSONEditor now accepts JavaScript objects as input, and can turn them into
valid JSON. For example
{a:2,b:'str'}
can be turned into{"a":2,"b":"str"}
. - Implemented an option
editable
, a callback function, which allows to set individual nodes (their field and/or value) editable or read-only. - Fixed: shortcut keys to manipulate the nodes are now disabled when mode
is
form
orview
.
- Large code reorganization.
- Editor must be loaded as
new JSONEditor(...)
instead ofnew jsoneditor.JSONEditor(...)
. - Css is not automatically loaded anymore when using AMD.
- Web application has been moved to another project.
- Fixed positioning issue of the action menu.
- Fixed a positioning issue of the action menu again.
- Fixed an issue with non-breaking space characters.
- Dropped support for IE8, cleaned up legacy code for old browsers.
- Disabled saving files using HTML5 on Firefox to prevent a Firefox bug blocking cut/paste functionality in editable divs after using a.download.
- Added support for search (Ctrl+F) in the code editor Ace.
- Fixed a positioning issue of the action menu when in bootstrap modal. (thanks tsash).
- The web application is now available offline. Thanks ayanamist.
- Fixed non-working action menu when in bootstrap modal (z-index issue).
- Fixed missing main field in package.json.
- 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.
- 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 undefined options in TextEditor. Thanks Wiseon3.
- Fixed non-working save function on Firefox 21. Thanks youxiachai.
- 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.
- Fixed an issue with console outputs on IE8, causing the editor not to work at all on IE8.
- 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.
- Fixed: dragarea of the root node was wrongly visible is removed now.
- Fixed undefined variable in the redo method.
- Removed the "hide ads" button. Not allowed by Google AdSense, sorry.
- 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.
- Implemented two modes: 'editor' (default), and 'viewer'. In viewer mode, the data and datastructure is read-only.
- Implemented methods set(json, name), setName(name), and getName(), which allows for setting and getting the field name of the root node.
- Fixed an issue where the search bar does not work when there is no global window.editor object.
- Fixed a bug in the change callback handler, resulting in an infinite loop when requesting the contents of the editor inside the callback (issue #19).
- Added a request header "Accept: application/json" when loading files and urls.
- Added feature to the web application to load and save files from disk and url.
- Improved error messages in the web application using JSONLint.
- Made the web application pass the W3C markup validation service.
- Added option 'change' to both editor and formatter, which allows to set a callback which is triggered when the contents of the editor or formatter changes.
- Changed the default indentation of the JSONFormatter to 4 spaces.
- Renamed options 'enableSearch' and 'enableHistory' to 'search' and 'history' respectively.
- Added parameter 'json' to the JSONFormatter constructor.
- Added option 'indentation' to the JSONFormatter.
- Replaced the paid Chrome App with a free, hosted Chrome App (with ads).
- Implemented history: undo/redo all actions.
- Created menu icons (instead of text buttons).
- Cleaned up the code (removed unused params, improved comments, etc).
- Minor performance improvements.
- Changed: description of advertisement now gives information about the Chrome App (without ads).
- Changed: Chrome App is now configured to be available offline.
- Fixed: When zooming your browser window, the fields/values did get wrapped on Chrome (thanks Henri Gourvest), and on Firefox sometimes the jsoneditor disappeared due to wrapping of the interface contents.
- Changed: changed code for the buttons to copy from formatter to editor and vice versa, no inline javascript (gives security policy errors in chrome app).
- Changed: other bootstrapping mechanism for the chrome app, in a separate javascript file, as inline javascript is not allowed (security policy).
- Fixed: drop down menu for changing the field type did throw javascript errors (did not break any functionality though).
- New: Chrome app created.
- New: Improved icon, logo, and interface header.
- New: Added buttons next and previous to the search box in the upper right.
- New: Escape characters are automatically inserted before " and \ missing and escape character, making the string contents valid JSON. New lines are automatically replaced with \n. (Thanks Steve Clay)
- Changed: all icons have been put in a single sprite. This will improve page load times as there are much less server requests needed to load the editor.
- New: Added search functionality. Search results are expanded and highlighted. Quickkeys in the search box: Enter (next), Shift+Enter (previous), Ctrl+Enter (search again).
- New: The position of the vertical separator between left and right panel is stored.
- New: Link to the sourcecode on github added at the bottom of the page.
- Changed: Refinements in the layout: fonts, colors, icons.
- Fixed: leading an trailing spaces not being displayed in the editor.
- Fixed: wrapping of long words and urls in Chrome.
- Fixed: ignoring functions and undefined values in the loaded JSON object (they where interpreted as empty object and string instead of being ignored).
- Fixed global event listener for the focus/blur events, causing changes in fields and values not always being registered.
- Fixed a css issue with Firefox (box-sizing of the editor).
- Fixed a bug. Dragging an object down which has been expanded and collapsed again did not work.
- Using a minified version of jsoneditor.js, to improve page load time and save bandwidth.
- Values are no longer aligned in one global column, but placed directly right from the field. Having field and value close together improves readability, especially in case of deeply nested data.
- Values are colorized by their type: strings are green, values read, booleans blue, and null is purple.
- Font is changed to a monotype font for better readability.
- Special characters like \t are now handled nicely.
- Overall performance and memory usage improved.
- When clicking on whitespace, focus is set to the closest field or value.
- some other small interface tweaks.
- Fixed a bug with casting a value from type auto to string and vice versa (the value was not casted at all).
- Nicer looking select box for the field types, with icons.
- Improved drag and drop: better visualized, and now working in all browsers.
- Previous values will be restored after changing the type of a field. When changing the type back, the previous value or childs will be restored.
- When hovering buttons (fieldtype, duplicate, delete, add) or when dragging a field, corresponding field including its childs is highlighted. This makes it easier to see what part of the data will be edited.
- Errors are now displayed in a message window on top of the page instead of an alert which pops up.
- Fixed a bug with displaying enters in fields.
- Fixed a bug where the last trailing enter was removed when setting json in the editor.
- Added a fix to get around Internet Explorer 8 issues with vertical scrollbars.
- Fields can be duplicated
- Support for drag and drop:
- fields in the editor itself can be moved via drag and drop
- fields can be exported from the editor as JSON
- external JSON can be dropped inside the editor
- When changing type from array to object and vice versa, childs will be maintained instead of removed.
- Updated interface. Works now in IE8 too.
- Improved the performance of expanding a node with all its childs.
- Added functionality to expand/collapse a node and all its childs. Click the expand button of a node while holding Ctrl down.
- Small interface improvements
- First fully usable version of the JSON editor