Commit Graph

438 Commits

Author SHA1 Message Date
josdejong cfa5575884 Update dependencies 2020-04-22 09:46:39 +02:00
josdejong 990f481f5f Publish `v8.6.6` 2020-04-22 09:30:47 +02:00
josdejong a68ecf5297 Fix #969: adding a new property to an empty object or array is broken 2020-04-22 08:56:02 +02:00
josdejong 830be6c3df Update dependencies and devDependencies. Publish v8.6.5 2020-04-19 10:00:26 +02:00
josdejong 894af51861 Fix #964: translation of titles of some context menu items not working 2020-04-19 09:47:59 +02:00
jos c32f667396 Update dependencies and devDependencies 2020-04-04 11:33:18 +02:00
jos 5508d421e8 Publish v8.6.4 2020-03-29 14:48:01 +02:00
jos 78ac97c001 Revert reckoning with the order of object properties when updating an object. See #917 2020-03-29 12:15:36 +02:00
jos d62d2e14db Fix #946: `language` not working in modes `text`, `code`, and `preview` 2020-03-29 11:57:06 +02:00
jos fd0db5dc73 Implement support for repairing line separate JSON 2020-03-25 12:11:33 +01:00
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