Commit Graph

438 Commits

Author SHA1 Message Date
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
Jos de Jong 6b6c6cb2c3 Fix missing date in history 2019-11-16 14:55:36 +01:00
jos 009d896c30 Fix #829: z-index issue of context-menu button and conflicting css names 2019-10-26 11:18:06 +02:00
jos 43e0c129ec Fixed #826: editor not allowing indentation `0` 2019-10-26 10:51:40 +02:00
jos 8e15be0f12 Fixed #828: do not expand/collapse when clicking the text of a node in modes `view` or `form` 2019-10-26 10:45:37 +02:00
jos 55300ce7ef Update history 2019-10-23 14:30:56 +02:00
jos b0fc57ccef Publish v7.2.0 2019-10-23 14:24:09 +02:00
jos 626d3959c9 Fixed #824: Parse errors not displayed with bottom right error icon in modes `code` and `text` 2019-10-23 14:19:43 +02:00
jos d3e1aef2d3 Update history 2019-10-20 23:02:30 +02:00
jos a9ad446954 Update history 2019-10-17 19:51:12 +02:00
jos abbf866e08 Publish v7.1.0 2019-10-13 09:11:03 +02:00
jos 9202890844 Replace `brace` (using Ace v1.2.9) with `ace-builds@1.4.6` 2019-10-13 08:58:33 +02:00
jos 38c6da4bad Update history 2019-10-12 11:12:21 +02:00
jos 31e1e08dc4 Publish v7.0.5 2019-10-06 10:52:33 +02:00
Jos de Jong 8c7b6f2b31
Update history 2019-10-05 21:46:56 +02:00
jos 8bce7b4758 Update dependencies and history.md 2019-09-29 16:11:07 +02:00
jos a60a1125ea Reverted solution for #794 due to undesirable side effects 2019-09-17 20:20:40 +02:00
jos 8554789aa7 Fix #794: fix discrepancy between valid JSON numbers and valid JavaScript numbers 2019-09-15 11:55:15 +02:00
jos 97cda1457a Publish v7.0.4 2019-09-11 16:22:10 +02:00
jos fe14ab5b79 Render color picker on top when there is not enough space below (see #723) 2019-09-11 16:14:24 +02:00
jos 83e9e0655c Fixed #723: schema error popup not always fully visible 2019-09-11 15:59:19 +02:00
jos e23eb8f191 Update history 2019-09-11 10:19:51 +02:00
jos 8c1f932dc2 Update history 2019-09-11 10:16:29 +02:00
jos 2876d49a59 Publish v7.0.3 2019-09-04 09:47:04 +02:00
jos f064dcf965 Fixed `index.js` pointing to non-transpiled code. See #783 2019-09-04 09:42:40 +02:00
jos 60f0470a3c Update history 2019-09-03 19:45:08 +02:00
jos 05e0733c24 Publish v7.0.2 2019-09-02 22:03:08 +02:00
jos 671cad86fb Fix #781: race condition when destroying the editor right after setting data 2019-09-02 22:00:41 +02:00
jos 2d129f2df5 Publish v7.0.1 2019-09-01 17:37:16 +02:00
jos 299aa3da18 Publish v7.0.0 2019-09-01 16:42:03 +02:00
jos b79885471e A few more files refactored to ES modules 2019-08-31 11:21:29 +02:00
jos d293cbcfc0 Fixed #586: caret position lost when switching browser tabs 2019-08-29 14:35:57 +02:00
jos ecd65c3ad2 Fix merge conflicts 2019-08-28 14:53:07 +02:00
jos 1976a8e2e8 Fix styling of autocompletion dropdown broken. Regression since `v6.4.0` 2019-08-28 14:47:48 +02:00
jos 812b4227b6 Update history 2019-08-28 13:43:56 +02:00
jos f11b070a1d Drop bower support, remove `dist` folder from repo 2019-08-28 11:34:41 +02:00
jos 6d5d9965c3 Publish v6.4.0 2019-08-28 11:12:44 +02:00
jos c404c1bc1f Fixed #777: option `sortObjectKeys` broken 2019-08-28 11:04:10 +02:00
jos 964fe3e06d Fixed #761: JSON schema errors not rendered in the gutter for mode `code` when the path contained a property with a forward slash 2019-08-25 20:43:21 +02:00
jos 9749a517b1 Update history 2019-08-22 15:59:19 +02:00
jos dcd060f1b7 Publish v6.3.0 2019-08-15 10:50:29 +02:00
jos 16e46878ba Fixed #763: `autocomplete.trigger: 'focus'` throws an error when opening the context menu 2019-08-15 10:29:15 +02:00
jos 174918f4eb Fixed #769: option `name` not working anymore 2019-08-15 10:04:57 +02:00
jos ca6e384e8d When duplicating an object property, move focus to the field and do not immediately add the ` (copy)` suffix. See #766 2019-08-08 20:57:42 +02:00
jos 9892249e49 Fixed #755: JSONEditor throwing an exception in mode `code`, `text`, and
`preview` when `statusBar: false`
2019-08-03 11:08:00 +02:00
jos f0097afcc0 Publish v6.2.1 2019-08-01 19:47:55 +02:00
jos 79e54a1d3a Update history 2019-07-31 09:42:53 +02:00
jos ce7433fd46 Publish v6.2.0 2019-07-28 16:12:46 +02:00
jos eff2fe85a0 Update dependencies 2019-07-28 11:30:15 +02:00
jos 3f182a1f04 Repair button is now capable of turning MongoDB documents into valid JSON 2019-07-27 14:16:59 +02:00
jos 2b6caba3df Parse directly after setText 2019-07-24 15:19:45 +02:00
jos 72455e3302 Describe new mode `preview` in docs 2019-07-24 14:00:39 +02:00
jos 6bef66aaba Merge branch 'develop' into feature/preview
# Conflicts:
#	HISTORY.md
2019-07-24 13:48:20 +02:00
jos e490d7a512 Upgraded dependencies and devDependencies 2019-07-20 10:58:23 +02:00
jos 939826d41f Update dependencies 2019-07-17 12:17:34 +02:00
jos 92bf65f4d4 Update `mobius1-selectr@2.4.13` 2019-07-13 11:14:41 +02:00
jos bc0e99ab4a Fixed #730: in `code` mode, there was an initial undo action which clears the content 2019-07-10 14:27:46 +02:00
jos 477037dc46 Update history 2019-07-08 20:04:17 +02:00
jos d509d4e542 Publish v6.1.0 2019-06-22 16:31:42 +02:00
jos f83bb3e5cd Implemented function to extract a nested array/object 2019-06-19 17:29:28 +02:00
jos 7311e78b53 Implemented `transform` modal for modes `code` and `text` 2019-06-19 11:57:28 +02:00
jos 436c56dd20 Publish v6.0.0 2019-06-12 20:53:48 +02:00
jos 10daf40b56 Use JSON schema title as name for the root object if defined (see #635) 2019-06-12 15:43:16 +02:00
jos 9dfc1aab39 Upgrade to `ajv@6` 2019-06-12 15:11:41 +02:00
jos 7bf25b3129 Publish v5.34.0 2019-06-08 12:13:53 +02:00
jos 041243b117 Update history 2019-06-08 10:29:13 +02:00
jos aee1d2dcde Publish v5.33.0 2019-05-29 17:22:03 +02:00
jos a9abad2cd4 Fix #698 `node.path` sometimes null in `onCreateMenu` 2019-05-29 16:29:29 +02:00
Jos de Jong 3ccdeeec40
Fix #697 JSON Schema enum dropdown not working inside an array (#707)
* Fix #697 JSON Schema enum dropdown not working inside an array

* Make schema in unit test valid by adding `type: 'object'`
2019-05-29 15:51:42 +02:00
jos f005c437db Publish v5.32.5 2019-04-27 17:38:12 +02:00
jos a773d5cf8f Fixed JMESPath query wizard not correctly handling selection of multiple fields 2019-04-26 21:34:17 +02:00
jos b781a47702 Publish v5.32.4 2019-04-10 12:28:52 +02:00
jos 70b7e7914b Fixed #663 and #682: JSONEditor not being able to handle JSON schema validation errors when the root of the document is an Array 2019-04-10 12:23:13 +02:00
jos d51090b7c9 Publish `v5.32.3` 2019-04-04 19:51:40 +02:00
jos c685813538 Fix #684: `const` used in bundled library 2019-04-04 19:49:39 +02:00
jos 965584efe6 Publish v5.32.2 2019-04-03 15:08:29 +02:00
jos 271cb2b512 Update history 2019-04-03 14:58:36 +02:00
jos b279ed3069 Fix CSS class for default/non-default schema values not applied to enums, see (#666) 2019-04-02 21:09:17 +02:00
jos 801921867d Improve detection of value type in transform modal 2019-03-31 19:51:12 +02:00
jos 4818c4bb27 Styling improvements in the transform modal 2019-03-31 17:17:47 +02:00
jos 9e3b6fb196 Fixed #416: Clipped action menu for append nodes 2019-03-30 21:00:26 +01:00
jos 55c4c91370 Publish v5.32.1 2019-03-28 20:17:11 +01:00
jos 4c5b19e7fa Update history 2019-03-28 19:51:42 +01:00
jos 560dd033ad Updated history 2019-03-21 21:29:38 +01:00
jos 0fbe7eee9a Publish v5.32.0 2019-03-20 17:46:49 +01:00
jos 3e7e1cebfd Fixed #676: JSON Paths containing array properties with a `]` not parsed correctly 2019-03-20 17:34:39 +01:00
jos 7c398aeef7 Update history. Fix JSON schema default value styling not working for `false` and `null`, and fixed the styling not updating when clicking a boolean checkbox (See #666) 2019-03-17 15:56:29 +01:00
jos 7a2e89c329 Update history 2019-03-17 15:35:03 +01:00
jos 88972a62fc Publish v5.31.1 2019-03-14 21:22:07 +01:00
jos 868dc38ceb Update history 2019-03-11 19:53:55 +01:00
jos afead89e3b Publish `v5.31.0` 2019-03-10 17:56:47 +01:00