Commit Graph

428 Commits

Author SHA1 Message Date
jos 87d320efc3 Fix #921: `sortObjectKeys` emits `onChange` events 2020-03-25 10:30:45 +01:00
jos ef88b8ef9a Publish v8.6.3 2020-03-18 16:48:40 +01:00
jos f356c875a1 Fix #932: `JSONEditor.update` broken, did not always recognize when the input changed 2020-03-18 16:47:41 +01:00
jos f954a81c05 Publish v8.6.2 2020-03-18 10:53:34 +01:00
jos b09dbca3fd Fix #917, #926: update ordering of object keys 2020-03-18 10:44:25 +01:00
jos 2316c87a46 Fix #926: Keep order of properties when updating an object 2020-03-18 09:37:44 +01:00
jos b81a6d06f4 Update `ajv` and devDependencies 2020-03-12 21:46:13 +01:00
jos 854a407da1 Fixed #928: Custom root name not reflected in path of navigation bar 2020-03-12 21:44:20 +01:00
jos f6152c2103 Publish v8.6.1 2020-02-17 20:10:23 +01:00
jos 3ad5c9f9c1 Fix #908: editor throwing an exception when switching from `'preview'` to `'code'` mode 2020-02-17 20:08:16 +01:00
jos 30fcdf5ce8 Publish v8.6.0 2020-02-16 10:00:24 +01:00
jos dcc66d5d81 Fixed #906: Implemented turning Python objects containing `True`, `False` and `None` into valid JSON using repair 2020-02-15 20:21:38 +01:00
jos 5e467ad968 Fix #892: the undo/redo buttons in mode `code` being broken when custom loading an old version of Ace Editor 2020-02-06 21:41:41 +01:00
jos 9fd1c0f932 Fix undo/redo buttons in mode `code` not always updating 2020-02-05 11:46:23 +01:00
jos 98fb5114b7 Publish v8.5.1, fix broken import 2020-02-05 10:57:22 +01:00
jos ae372441c2 Publish v8.5.0 2020-02-05 10:46:59 +01:00
jos df46f721e9 Implement undo/redo buttons in mode `code` 2020-02-05 10:37:28 +01:00
jos 42672eeef5 Fix history (undo/redo) being cleared in mode `code` and `text` after transforming or sorting 2020-02-05 10:11:37 +01:00
jos c5c64bcde3 Merge branch 'feature/custom_query_language' into develop
# Conflicts:
#	HISTORY.md
2020-02-05 08:50:12 +01:00
jos 385d22de27 Publish v8.4.1 2020-01-25 13:24:01 +01:00
jos e22829e2af Publish v8.4.0 2020-01-25 11:04:29 +01:00
jos eea9c797ad Added CSS classes on array and object nodes reflecting there expanded/collapsed state 2020-01-25 10:59:22 +01:00
jos 7d4b72fb38 Publish v8.3.0 2020-01-18 14:26:28 +01:00
jos b3c0eedc08 Fix #790: editor breaking when missing some translations 2020-01-18 14:19:06 +01:00
jos 259b32d441 Publish v8.2.0 2020-01-16 19:43:55 +01:00
jos 0f031dc6cd Publish `v8.1.2` 2020-01-06 20:01:54 +01:00
Jos de Jong 090d41f8d9 Fix #877: Some CSS styling issues when used in combination with Materialize 2020-01-04 16:05:25 +01:00
Jos de Jong 924ca1afc3 Fix #873: buttons Format, Compact, and Repair not supporting internationalization 2020-01-04 15:05:42 +01:00
jos 09827482bc Update history 2020-01-04 12:29:27 +01:00
jos 042cd1be79 Publish v8.1.1 2019-12-28 17:59:12 +01:00
jos 275fcc8fee Changed the file size reported in `preview` mode to `KB` and `MB` 2019-12-28 17:12:56 +01:00
jos 4937337147 Publish v8.1.0 2019-12-18 17:42:00 +01:00
jos f86f3d4e1c Implemented `popupAnchor` allowing to select a custom anchor element. See #869 and #870. 2019-12-18 17:26:16 +01:00
jos 7c3695df4a Fixed #502: CSS rule `* { font-family: ... }` resulting in Ace editor (`code` mode) not having a mono-space font anymore 2019-12-16 20:28:46 +01:00
jos 3aba2c243b Oops 2019-12-11 12:09:03 +01:00
jos 5c7e1e6fe9 Changed the behavior of `timestampTag` to fallback on the built-in rules when the function does not return a boolean. See #856. 2019-12-11 12:08:31 +01:00
jos 00c02b9bcf Publish v7.6.0 2019-12-11 11:56:50 +01:00
jos 03fa90bd71 Revert using field names to determine whether a value is a timestamp (see #847, #856) 2019-12-11 11:51:48 +01:00
jos a55977830f Update history 2019-12-11 11:39:05 +01:00
jos 90423573ab Publish v7.5.0 2019-12-08 21:53:55 +01:00
jos b73a7495fe Update history 2019-12-08 10:46:21 +01:00
jos 7f053eab8d Publish `v7.4.0` 2019-12-01 16:33:29 +01:00
jos 0d4525d3d2 Fixed #850: make autocomplete options robust against non-string inputs 2019-12-01 11:54:56 +01:00
jos 9d2067f281 Publish `v7.3.1` 2019-12-01 10:26:42 +01:00
jos 323ee3ddf8 Clarify #855 fix in history 2019-12-01 10:20:10 +01:00
jos 1026d9102c Fixed #855: focus tracker not created when creating an editor without main menu bar 2019-12-01 10:19:07 +01:00
jos c1d2f124c2 Publish v7.3.0 2019-11-27 16:48:36 +01:00
jos 39dfc41100 Improve `timestampTag` API (see #847) 2019-11-27 15:28:50 +01:00
jos 42dd2aeb93 Update history 2019-11-24 19:43:22 +01:00
jos a615f7ab91 Fixed #847: allow customizing the rules determining whether a value is a timestamp or not 2019-11-20 10:47:49 +01:00