Jarrod Flesch
096d33718d
fix: fields with relationTo[] correctly load returned data from form submission ( #3317 )
2023-09-12 11:43:45 -04:00
Jessica Chowdhury
0bd335303d
fix: greater than equal admin filter not working ( #3306 )
2023-09-11 13:08:06 -04:00
Jarrod Flesch
a7d47c627d
fix: corrects hasMany relationships within addFieldStatePromise ( #3300 )
2023-09-09 00:32:29 -04:00
Jarrod Flesch
5e1bed3177
chore: fixes console errors for checkboxes ( #3291 )
2023-09-07 09:11:35 -04:00
Jarrod Flesch
cf12b5fc70
fix( #3274 ): sets full user data from fetchFullUser instead of partial jwt data ( #3279 )
2023-09-06 12:52:48 -04:00
Jarrod Flesch
5096c37874
fix: aligns depth behaviour between local api and admin panel ( #3276 )
2023-09-06 12:51:59 -04:00
Tylan Davis
3a15e077c6
fix: correct out of order dark-mode color variables ( #3197 )
2023-08-24 15:09:31 -04:00
PatrikKozak
cb8e07f852
fix: arrays in richtext uploads ( #3222 )
...
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2023-08-24 14:12:18 -04:00
Alessio Gravili
6754f55ce0
chore: improve filtering for hasMany number field ( #3193 )
...
* chore: improve fiiltering for hasMany number field
* chore: add translation for 'items' and replace rows with items
* chore: new exceededLimit key
* Revert "chore: add translation for 'items' and replace rows with items"
This reverts commit 3a91dabdfd .
* chore: undo adding items key in translation schema
* chore: new limitReached key
* chore: remove unnecessary exceededLimit key
2023-08-21 18:01:10 +02:00
Alessio Gravili
84d2bacb56
chore: improve checkboxes ( #3191 )
2023-08-21 10:39:40 -04:00
Alessio Gravili
739abdcd81
feat: query support for geo within and intersects + dynamic GraphQL operator types ( #3183 )
...
Co-authored-by: Lucas Blancas <lablancas@gmail.com >
2023-08-21 10:12:27 -04:00
Jarrod Flesch
0acd7b8706
chore: file cleanup ( #3190 )
2023-08-16 13:03:43 -04:00
Greg Willard
e03a8e6b03
feat: Improve admin dashboard accessibility ( #3053 )
...
Co-authored-by: Alessio Gravili <alessio@gravili.de >
2023-08-16 10:26:17 -04:00
Alessio Gravili
fdfdfc83f3
fix: WhereBuilder component does not accept all valid Where queries ( #3087 )
...
* chore: add jsDocs for ListControls
* chore: add jsDocs for ListView
* chore: add jsDocs for WhereBuilder
* chore: add comment
* chore: remove unnecessary console log
* chore: improve operator type
* fix: transform where queries which aren't necessarily incorrect, and improve their validation
* chore: add type to import
* fix: do not merge existing old query params with new ones if the existing old ones got transformed and are not valid, as that would cause duplicates
* chore: sort imports and remove extra validation
* fix: transformWhereQuery logic
* chore: add back extra validation
* chore: add e2e tests
2023-08-15 19:22:57 +02:00
rpfaeffle
942cfec286
feat: add support for hotkeys ( #1821 )
...
Co-authored-by: Jacob Fletcher <jacobsfletch@gmail.com >
Co-authored-by: Alessio Gravili <70709113+AlessioGr@users.noreply.github.com >
Co-authored-by: Alessio Gravili <alessio@gravili.de >
Co-authored-by: Jessica Boezwinkle <jessica@trbl.design >
2023-08-14 15:36:49 -04:00
Jordy Alcides
bad363882c
feat: allow async relationship filter options ( #2951 )
...
* chore: improving relationship filter options;
Updating prop filterOptions from field type "relationship" to allow async functions;
* chore: add failing test case
* fix: translation followingFieldsInvalid_many not getting triggered
* docs: improve documentation
---------
Co-authored-by: Alessio Gravili <alessio@gravili.de >
2023-08-14 17:29:29 +02:00
Alessio Gravili
20a6ce8823
Merge pull request #3166 from payloadcms/fix/external-website-redirects
...
fix: do not allow redirects to external sites
2023-08-14 17:20:07 +02:00
Alessio Gravili
6797222733
chore: remove duplicate code
2023-08-14 17:19:19 +02:00
Jarrod Flesch
edcb3933cf
fix: DatePicker showing only selected day by default ( #3169 )
2023-08-14 11:18:13 -04:00
Mark Barton
a0b13a5b01
feat: text alignment for richtext editor ( #2803 )
...
* Update isActive.tsx
This change allows us to define toggling of custom types in Slate. Specifically, this fixes the ability to toggle Alignment on nodes that use other active elements.
isElementActive(editor, format, TEXT_ALIGN_TYPES.includes(format) ? 'align' : 'type');
Type is the default for elements, allowing us to use a custom field lets us greater extend the functionality of Slate in Payload without causing any breaking changes
* Update toggle.tsx
Added to toggleElement public function
* Update isActive.tsx
* Update toggle.tsx
Added Rich Text Alignment, updated toggle function, added tests and doc updates
* added margin to void elements
* fix: list alignment
* removed textAlign from elements and added docs
* chore: fix typo
---------
Co-authored-by: Alessio Gravili <alessio@gravili.de >
2023-08-14 17:08:50 +02:00
Alessio Gravili
c0f05a1c38
fix: only allow redirects to /admin sub-routes
2023-08-13 16:25:14 +02:00
Jarrod Flesch
479293fe6f
chore: removes duplicative code for getting parent path ( #3163 )
2023-08-11 13:04:43 -04:00
Jarrod Flesch
f5cf546e19
fix: updates addFieldRow and replaceFieldRow rowIndex insertion ( #3145 )
2023-08-08 15:35:59 -04:00
Jarrod Flesch
8e188cfe61
fix: adding and replacing similarly shaped block configs ( #3140 )
2023-08-08 12:38:14 -04:00
Jessica Chowdhury
1039f39c09
fix: absolute staticURL admin thumbnails ( #3135 )
2023-08-08 09:49:03 -04:00
Hristiyan Dodov
463d6bbec6
fix: setPreference() return type ( #3125 )
2023-08-08 09:17:17 -04:00
Jarrod Flesch
b117e73464
feat: radio and select fields are filterable by options ( #3136 )
2023-08-07 16:58:42 -04:00
Alessio Gravili
c5756ed4a1
feat: option to pre-fill login credentials automatically ( #3021 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-08-04 13:41:08 -04:00
Dan Ribbens
da27a8aadb
fix: relationship field filter long titles ( #3113 )
2023-08-04 11:40:47 -04:00
Jessica Chowdhury
8c4d2514b0
fix: excludes useAsTitle field from searchableFields in collection view ( #3105 )
2023-08-04 11:27:52 -04:00
Jarrod Flesch
5ca45987c4
chore: adds error and errors translations ( #3121 )
2023-08-03 15:14:34 -04:00
Jessica Chowdhury
ea73e689ac
feat: allows for upload relationship drawer to be opened ( #3108 )
2023-08-03 12:03:27 -04:00
Alessio Gravili
541e41293d
chore: add RichTextAdapter interface type ( #3117 )
2023-08-03 11:31:21 -04:00
Jarrod Flesch
a78c4631b4
feat: programmatic control over array and block rows inside the form ( #3110 )
2023-08-03 09:39:50 -04:00
Jarrod Flesch
da8ff20616
chore: prevent enter keypress from saving document ( #3115 )
2023-08-03 08:51:30 -04:00
Sean Zubrickas
3fdaeb875e
removes yarn lock from virtual fields example because of merge conflict
2023-08-01 09:26:47 -04:00
Sean Zubrickas
992be4af44
updates top banner copy
2023-08-01 09:25:17 -04:00
Dan Ribbens
455b35dc1b
chore: remove console log array field
2023-07-28 07:27:14 -04:00
Sean Zubrickas
b7299ab601
increases font size on top banner
2023-07-27 17:27:22 -04:00
Sean Zubrickas
174f83faf7
adds alternate github banner, removes cloud cta
2023-07-27 17:24:45 -04:00
Sean Zubrickas
eb57c2280e
removes benefits h3 in favor of benefits image, reorders helpful links
2023-07-26 18:48:58 -04:00
Jarrod Flesch
7542a92104
chore(tests): adds array row manipulation tests ( #3086 )
2023-07-26 16:34:13 -04:00
James
02809532b4
fix : #3062
2023-07-26 11:34:22 -04:00
Jarrod Flesch
cf9795b8d8
fix: array row deletion ( #3062 )
2023-07-26 09:01:25 -04:00
James Mikrut
23e718d4d1
Merge pull request #3068 from sannajammeh/master
...
fix(admin:upload): Enable adminThumbnail fn execution on all mime types
2023-07-25 17:01:50 -04:00
Sean Zubrickas
e8d9cab046
updates payload logos, updates top banner + cloud banner, adds line to benefits
2023-07-25 16:14:43 -04:00
Tylan Davis
d43c83dad1
fix: threads hasMaxRows into ArrayAction components within blocks and arrays ( #3066 )
2023-07-25 15:43:20 -04:00
Sanna Jammeh
2c74e9396a
fix(collections:admin): Enable adminThumbnail fn execution on all types
2023-07-24 22:42:41 +00:00
Sean Zubrickas
9953e36f6b
updates cloud cta, updates examples & tempaltes block, adds one-click tempaltes block
2023-07-24 14:17:19 -04:00
Sean Zubrickas
532f08c5b8
updates readme with new images, copy and layout
2023-07-24 13:29:04 -04:00