Commit Graph

468 Commits

Author SHA1 Message Date
Jos de Jong 58f460a383 Log a clear error in the console when the returned value of `onEditable` is invalid. See #1112 2020-09-23 15:44:04 +02:00
Jos de Jong 223b78542e Publish v9.1.1 2020-09-23 10:33:34 +02:00
Jos de Jong e1a8077dc1 Fix quick-key `Ctrl+D` (duplicate) not working 2020-09-23 10:27:47 +02:00
Jos de Jong 2a861a2868 Defined charset="utf-8" and lang="en" in all examples 2020-09-23 10:23:38 +02:00
Jos de Jong f3694c3126 Update history 2020-09-23 09:45:37 +02:00
Jos de Jong 41fbf6973f Publish v9.1.0 2020-09-15 20:51:01 +02:00
Jos de Jong 07e4221fad Fix quick-keys `Ctrl-\` (format) and `Ctrl-Shift-\` (compact) not working in `code` mode (see #1107) 2020-09-15 20:47:28 +02:00
Jos de Jong 8855944bae Update history and docs with new translation `de` 2020-09-14 20:05:34 +02:00
Jos de Jong 2314aa74e5 Publish v9.0.5 2020-09-09 09:36:06 +02:00
Jos de Jong 60b84bb6bd Fix #1090: autocomplete firing on dragging or clicking a node 2020-09-09 09:29:45 +02:00
Jos de Jong 59dd16a538 Update dependencies and devDependencies 2020-08-26 21:56:45 +02:00
Jos de Jong b214915b34 Fix #1096: editor crashing when passing an empty string as `name` 2020-08-26 21:35:30 +02:00
Jos de Jong b48ec89953 Publish v9.0.4 2020-08-15 10:27:18 +02:00
Jos de Jong df81d1098d Fix #1077: change the `main` field in `package.json` to point to the actual bundled and minified file instead of a node.js index file 2020-08-15 10:17:41 +02:00
Jos de Jong e89632d9ce Update dependencies 2020-07-11 13:01:26 +02:00
josdejong 025c0649fa Fix regression introduced in `v9.0.2` in the select boxes in the Transform model not lighlighting the matches correctly 2020-07-02 20:07:27 +02:00
josdejong fb994728fd Publish v9.0.2 2020-07-01 11:05:00 +02:00
josdejong 87bc7b2561 Fix #1029: XSS vulnerabilities 2020-07-01 10:45:09 +02:00
josdejong 8826c6f2b6 Fix #1017: unable to style the color of a value containing a color. See also #1028 2020-06-27 17:15:58 +02:00
josdejong 394432d3a6 Publish v9.0.1 2020-06-24 08:42:33 +02:00
josdejong b6235a8d23 Fix #1027: create IE11 Array polyfills `find` and `findIndex` in such a way that they are not iterable 2020-06-23 21:22:21 +02:00
josdejong 70a2f94693 Update history 2020-06-21 16:34:01 +02:00
josdejong 1b259e7e47 Publish v9.0.0 2020-05-24 16:08:09 +02:00
josdejong 62025c490d Implemented option `limitDragging`, see #962 2020-05-24 16:02:04 +02:00
josdejong 27eb02a410 Publish v8.6.8 2020-05-13 08:56:56 +02:00
josdejong ad021ec7af Fix #936: too many return characters inserted when pasting formatted text from OpenOffice 2020-05-13 08:17:54 +02:00
josdejong 79beb26d66 Publish v8.6.7 2020-05-10 17:22:14 +02:00
josdejong ea7893a2f6 Update history 2020-05-10 12:07:42 +02:00
josdejong d3231570ab Fix #978: in some special cases the caret was jumping to the beginning of the line whilst typing 2020-05-10 12:06:50 +02:00
josdejong 561e582de8 Fix #858: the `dist/jsoneditor.js` bundle containing a link to a non-existing source map 2020-05-10 11:46:11 +02:00
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