215 Commits

Author SHA1 Message Date
Daniel Lautzenheiser
799c7e6936
feat: v4.0.0 (#1016)
Co-authored-by: Denys Konovalov <kontakt@denyskon.de>
Co-authored-by: Mathieu COSYNS <64072917+Mathieu-COSYNS@users.noreply.github.com>
2024-01-03 15:14:09 -05:00
Daniel Lautzenheiser
49597697d1
fix: tables in markdown preview (#1013) 2024-01-02 12:29:54 -05:00
Daniel Lautzenheiser
b63f5eec35
fix: media public path conversion (#1003) 2023-12-11 10:37:03 -05:00
Daniel Lautzenheiser
dd80bfa2d3
fix: only add public folder if path matches media folder (#991) 2023-11-30 11:10:33 -05:00
Daniel Lautzenheiser
dfb088740c fix: modal z-index 2023-11-17 10:52:51 -05:00
Daniel Lautzenheiser
e93ff60924
fix: search config type (#990) 2023-11-17 10:51:09 -05:00
Daniel Lautzenheiser
c8dc3d4f38
fix: make hint markdown link clickable (#971) 2023-11-07 12:20:11 -05:00
Daniel Lautzenheiser
d25281e357
fix: respect relative media folder on field (#965) 2023-10-31 12:01:12 -04:00
Daniel Lautzenheiser
215cb21e89
feat: basic support for mdx file extension (#964) 2023-10-31 11:31:04 -04:00
Daniel Lautzenheiser
bf0c5b6971
fix: output app version number just like core (#962) 2023-10-31 09:12:26 -04:00
Daniel Lautzenheiser
8113d9d23f
fix: process markdown for hint (#957) 2023-10-27 17:18:09 -04:00
Daniel Lautzenheiser
fa99ed716e
fix: properly validate all locales in mobile mode (#951) 2023-10-26 11:14:08 -04:00
Daniel Lautzenheiser
a31a47bc7f
feat: i18n better locale error handling (#949) 2023-10-24 12:41:14 -04:00
Daniel Lautzenheiser
c1ccc150fd
fix: properly detect changes (#947) 2023-10-23 10:58:09 -04:00
Daniel Lautzenheiser
ff48959331
fix: replace lodash set with immutable version (#940) 2023-10-15 10:23:17 -04:00
Daniel Lautzenheiser
c3c246b5f1 fix: function name 2023-10-12 12:03:47 -04:00
Daniel Lautzenheiser
c37f44b5f5
fix: handle single file i18n correctly (#936) 2023-10-12 12:03:26 -04:00
Daniel Lautzenheiser
7b9d653411
fix: properly update duplicated and none i18n fields when default locale updates (#934) 2023-10-11 16:25:01 -04:00
Daniel Lautzenheiser
a508158f59
fix: consider i18n structure when building path regex (#935) 2023-10-11 14:29:07 -04:00
Daniel Lautzenheiser
1ddcfbe153
feat: update internal control value for list and object widget whenever store changes (#933) 2023-10-10 10:29:31 -04:00
Kara Todd
e5fa9d5cff
fix: change show_raw interface definition to boolean (#929) 2023-10-06 18:45:00 -04:00
Daniel Lautzenheiser
732a9a03d6
fix: do not use cached value for list or object (#930) 2023-10-06 18:44:46 -04:00
Simon Basset
715894d2ac
feat: adds french missing translations (#921) 2023-10-05 07:43:41 -04:00
Daniel Lautzenheiser
a0bc731357
fix: relation widget style fixes (#911) 2023-10-04 08:43:07 -04:00
Daniel Lautzenheiser
a606e4c9fe
fix: properly translate static table headers (#904) 2023-10-03 12:42:43 -04:00
Daniel Lautzenheiser
69d11e831e
fix: blockquote newline (#894) 2023-09-24 10:34:16 -04:00
Daniel Lautzenheiser
084c689ad3
fix: inline code styles (#880) 2023-09-14 11:33:22 -04:00
Daniel Lautzenheiser
8d79994954
fix: has local backup icon appearing when local backups are disabled (#876) 2023-09-14 10:14:52 -04:00
Daniel Lautzenheiser
48b472163f
fix: delete code block on backspace when code block is empty (#877) 2023-09-14 10:14:42 -04:00
Daniel Lautzenheiser
1338ad2f57
feat: standardize class names (#873) 2023-09-14 09:49:51 -04:00
Daniel Lautzenheiser
7e1734aab6 Update interface.ts 2023-09-11 07:32:36 -04:00
Daniel Lautzenheiser
049a7d06dc fix: add missing type for key value field 2023-09-08 19:14:25 -04:00
Daniel Lautzenheiser
1c8ff049c5
feat: cache search results (#869) 2023-09-07 08:54:59 -04:00
Daniel Lautzenheiser
6022ead87a
feat: add Slovenian locale (#870) 2023-09-07 08:54:44 -04:00
Daniel Lautzenheiser
ae5e261da5
feat: filter entry list from github before reading files (#868) 2023-09-07 08:06:04 -04:00
Daniel Lautzenheiser
f37952a84a
feat: add raw markdown editor (#866) 2023-09-06 16:59:27 -04:00
Daniel Lautzenheiser
dbf007a586
feat: key value widget (#865) 2023-09-06 16:30:51 -04:00
Daniel Lautzenheiser
6bcf451a18
fix: reapply defaults on discard (#864) 2023-09-06 12:52:13 -04:00
Daniel Lautzenheiser
5602812774
feat: confine conditions inside list to the same local list item (#863) 2023-09-06 12:05:39 -04:00
Daniel Lautzenheiser
42ec8e8252
fix: i18n reversion (#860) 2023-09-01 12:14:34 -04:00
Daniel Lautzenheiser
316c8b62a3
fix: insert link for selected text behavior (#858) 2023-08-31 14:00:14 -04:00
Daniel Lautzenheiser
e0b3aedfff
fix: do not auto link url from text if already inside a link (#857) 2023-08-31 12:34:54 -04:00
Daniel Lautzenheiser
4325905fc4 feat: allow clear on multiple 2023-08-31 12:21:38 -04:00
Daniel Lautzenheiser
e0dadaf817 fix: improve autocomplete typings 2023-08-31 11:53:53 -04:00
Daniel Lautzenheiser
ff81002628 feat: add clear button to relation widget 2023-08-31 11:50:28 -04:00
Daniel Lautzenheiser
3d02a6b180 fix: list widget validation when removing invalid item 2023-08-31 11:29:29 -04:00
Daniel Lautzenheiser
8f555d7ed9
fix: properly handle search within a single entry (#855) 2023-08-29 16:31:19 -04:00
Daniel Lautzenheiser
303b5b12e0 fix: preview not appearing if not using frame 2023-08-14 11:09:13 -04:00
Daniel Lautzenheiser
eb2d158054 WIP 2023-08-01 12:07:52 -04:00
Daniel Lautzenheiser
f696d5c445 feat: improved live preview support 2023-07-20 12:25:25 -04:00