358 Commits

Author SHA1 Message Date
stefanprobst
6190822506
fix: remove svg checkmark from editor toolbar (#5776) 2021-09-10 17:20:06 +03:00
Taine Riley
737573a98b
feat: remove space between buttons (#5729) 2021-08-27 16:11:48 +03:00
SMores
fbfab7cda5
fix(markdown-widget): support arbitrary component order (#5597) 2021-08-17 13:01:52 +03:00
stefanprobst
e2842d85dd
fix(workflow): indicate that disabled publish button is not clickable (#5698) 2021-08-10 11:47:55 +03:00
Brady Stroud [SSW]
4b566a78f4
feat: disable 'Save' button when there are no changes (#5595) 2021-08-03 13:14:29 +03:00
stefanprobst
437f4bc634
feat(widget-markdown): allow registering remark plugins (#5633) 2021-07-25 16:03:35 +03:00
Gabriel Kirkley
610421ea67
feat: pass markdown for hint message on field (#5584) 2021-07-07 13:51:41 +03:00
pcanof
fbc3728294
feat: show current status in status button (#5574) 2021-07-07 11:20:14 +03:00
Brady Stroud [SSW]
1822815118
feat(open-authoring): add hover tooltip (#5567) 2021-07-06 16:43:51 +03:00
Brady Stroud [SSW]
9e4fd37d11
feat: hide delete entry if open authoring (#5568) 2021-07-05 21:19:37 +03:00
Brady Stroud [SSW]
58bfa2d96e
feat: make search optional 2021-06-24 15:49:06 +03:00
renovate[bot]
4153b1c568
chore(deps): lock file maintenance (#5486) 2021-06-07 13:23:37 +03:00
Vladislav Shkodin
dbf2920254
chore: introduce imports ordering (#5463) 2021-05-31 17:46:41 +03:00
Vladislav Shkodin
fc07ce6854
refactor: introduce type-only imports (#5462) 2021-05-31 15:23:16 +03:00
Vladislav Shkodin
3a826b43a2
refactor: convert absolute imports to relative ones (#5438) 2021-05-30 19:49:33 +03:00
renovate[bot]
5974ee8311
fix(deps): update react-dnd monorepo (major) (#5405) 2021-05-19 19:54:00 +03:00
Vladislav Shkodin
39f113715a
chore: update prettier (#5412) 2021-05-19 15:39:35 +03:00
Erez Rokah
558b21f700
fix(config): allow empty public folder for collection,file,field (#5391) 2021-05-16 15:31:15 +03:00
Gerard Wilkinson
d1bcbe0a4c
fix: allow absolute urls in public_folder (#5311) 2021-04-29 12:57:43 +03:00
Abdallah Abis
724d172cf0
fix: Remove Unpublish UI button if collection has a delete: false. (#3887) (#5314) 2021-04-29 12:48:06 +03:00
Erez Rokah
1ba7d83358
refactor: use plain object instead of enum (#5284) 2021-04-25 13:06:07 +03:00
Vladislav Shkodin
667ee929d3
refactor(core): migrate format helpers to ts (#5273) 2021-04-18 15:02:24 +03:00
Vladislav Shkodin
d9d40d90c6
chore: refactor globalUI (#5224) 2021-04-07 13:11:39 +03:00
Vladislav Shkodin
e32ffdf587
refactor(core): refactor search actions and reducer
Convert to TS
Proper search action type
Replace immutable with immer
General cleanup
2021-04-06 19:28:15 +03:00
Pearce
83c235423e
fix: allow any default list as default value for list widgets (#5030) 2021-04-05 18:54:07 +03:00
Yudu
21bb2128ee
feat: #5082 add persistMedia function in widget props (#5124) 2021-03-30 17:50:46 +03:00
renovate[bot]
f470fdf32d
fix(deps): update dependency ajv to v8 (#5178) 2021-03-29 16:29:29 +03:00
Vladislav Shkodin
822acd4585
chore: refactoring deploys (#5135) 2021-03-21 18:13:03 +02:00
Art Tosborvorn
b0c0ea60c2
fix: i18n regex logic (#5136) 2021-03-21 17:29:25 +02:00
Vladislav Shkodin
387fcbf05b
fix: proper type for media library action (#5100) 2021-03-14 19:14:01 +02:00
Vladislav Shkodin
4703406e4f
chore: remove connected-react-router (#5096) 2021-03-11 15:40:12 +02:00
Erez Rokah
c64f8f720c
fix: field based media_folder (#5095) 2021-03-11 15:10:54 +02:00
senda_y
20e89cc5e2
fix: entry disappears from workflow screen on failing to merge pull request (#5085) 2021-03-11 14:02:24 +02:00
Vladislav Shkodin
6623740a8c
refactor: remove immutable from 'config' state slice (#4960) 2021-03-11 12:08:46 +02:00
Chris Swithinbank
b7f91d7078
fix(core): ensure GridCardLink fills entire card (#5017) 2021-02-25 13:46:49 +02:00
Vladislav Shkodin
10cb14f8d5
fix(typings): incorrect import in index.d.ts (#4962) 2021-02-16 18:57:12 +02:00
Vladislav Shkodin
0ac17bfc25
refactor: convert config actions to TypeScript (#4950) 2021-02-14 19:41:02 +02:00
Erez Rokah
9dd64a78b9
fix: convert config before passing to resolveBackend (#4948) 2021-02-10 19:16:08 +02:00
Vladislav Shkodin
521896cd66
refactor: remove ImmutableJS from applyDefaults function (#4940) 2021-02-10 17:52:02 +02:00
Vladislav Shkodin
141a2eba56
refactor: convert function expressions to declarations (#4926) 2021-02-08 20:01:21 +02:00
Valentin Nourdin
c0236536dd
feat(locale): Make editor interface buttons translatable (#4938) 2021-02-08 19:09:00 +02:00
Vladislav Shkodin
3924cfbce5
refactor: mutate config in normalizeConfig and handleLocalBackend fns (#4846) 2021-02-07 18:11:30 +02:00
Asaf Amrami
60454bb4de
fix: json FM ending with object parse error (#4909) 2021-02-07 13:33:45 +02:00
Erez Rokah
4b73e11db0
feat(media-library): add copy to clipboard, allow avif (#4914) 2021-02-03 14:54:49 +02:00
Erez Rokah
f035014127
fix: add missing displayURLs to state (#4910) 2021-02-01 17:15:02 +02:00
Erez Rokah
529186a7cf
fix(list-entries-integration): don't show commit date & author default sort (#4849) 2021-01-19 16:59:00 +02:00
Erez Rokah
6611cb5253
fix(integration-asset-store): fix react-waypoint import (#4848) 2021-01-19 14:49:25 +02:00
Vladislav Shkodin
3568017bfe
refactor: decouple config actions from auth actions (#4843) 2021-01-18 11:37:12 +02:00
Erez Rokah
10fb7677c1
fix: remove redundant ajv option (#4840) 2021-01-14 12:33:31 +02:00
Vladislav Shkodin
77dd88519f
refactor: different config loading strategy (#4807)
* move config loading from App.js to bootstrap.js

* remove mergeConfig action

* introduce deepmerge package

* fix: manual init

Co-authored-by: erezrokah <erezrokah@users.noreply.github.com>
2021-01-13 19:51:45 +02:00