- Implemented callbacks `onFocus` and `onBlur` (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`.
7.2.1
- Fixed 826: editor not allowing indentation `0`. - Fixed 828: do not expand/collapse when clicking the text of a node in modes `view` or `form`. - Fixed 829: z-index issue of context-menu button and conflicting css names.
7.2.0
- 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` and `text`.
7.1.0
- Upgraded to the latest version of Ace editor 1.4.6. Changed implementation to use `ace-builds` directly instead of `brace` (still using Ace 1.2.9). - Improved Portuguese translation. Thanks victorananias.
7.0.5
- Upgraded dependencies: `vanilla-picker2.10.0`. - Minor documentation improvements. Thanks slash-arun. - Minor styling fixes.
7.0.4
- 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.