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
5744de7ec6
feat: make PAYLOAD_CONFIG_PATH optional ( #2839 )
...
* feat: make PAYLOAD_CONFIG_PATH optional
* hardcode common search paths
* docs: update docs regarding PAYLOAD_CONFIG_PATH
* make the tsConfig parser less prone to errors
2023-08-14 16:46:10 +02:00
Alessio Gravili
0a4730188b
chore: update from master
2023-08-14 15:23:28 +02:00
Alessio Gravili
ea46fadc26
Merge remote-tracking branch 'origin/master' into pr/2500
2023-08-14 15:23:19 +02:00
Alessio Gravili
40db0d0462
chore: improve regex
2023-08-14 15:14:54 +02:00
Jarrod Flesch
479293fe6f
chore: removes duplicative code for getting parent path ( #3163 )
2023-08-11 13:04:43 -04:00
Jarrod Flesch
3c60abd61a
fix: correctly passes block path inside buildFieldSchemaMap ( #3162 )
2023-08-11 10:49:52 -04:00
Jarrod Flesch
cb04d4a82a
fix: unable to add arrays inside secondary named tabs ( #3158 )
2023-08-11 09:02:29 -04:00
Jarrod Flesch
f5cf546e19
fix: updates addFieldRow and replaceFieldRow rowIndex insertion ( #3145 )
2023-08-08 15:35:59 -04:00
Dan Ribbens
c6e0908076
feat: recursive saveToJWT field support ( #3130 )
2023-08-08 12:38:44 -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
Dan Ribbens
e8f05165eb
feat: default tab labels from name ( #3129 )
2023-08-05 13:48:56 -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
356f174b9f
feat: set JWT token field name with saveToJWT ( #3126 )
2023-08-04 13:22:05 -04:00
Jarrod Flesch
1c15868b50
chore(translations): removes extra keys from required
2023-08-04 12:59:12 -04:00
Jarrod Flesch
1180c795a3
chore: adds missing translations
2023-08-04 12:52:58 -04:00
Dan Ribbens
da27a8aadb
fix: relationship field filter long titles ( #3113 )
2023-08-04 11:40:47 -04:00
Alessio Gravili
6a189c6548
fix: wrong links in verification and forgot password emails if serverURL not set ( #3010 )
2023-08-04 11:30:09 -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
Jarrod Flesch
5b07e18ff5
chore: adds missing japanese translations ( #3119 )
2023-08-03 12:39:10 -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
Josef Bredreck
144bb81721
feat: add support for sharp resize options ( #2844 )
...
* feat(ImageResize): add support for resize options
* fix(ImageUpload): reuse name for accidental duplicate
* fix(ImageResize): e2e tests for added media size
* chore: simplify fileExists method
* fix: typo
* feat(ImageResize): update name to be more transparent
* fix: use fileExists in file removal
* improve names, comments and clarity of needsResize function
* fix: jsDoc params
* fix: incorrect needsResize condition and add failing test case
* chore: improve comment
* fix: merge conflict error
---------
Co-authored-by: Alessio Gravili <70709113+AlessioGr@users.noreply.github.com >
2023-08-01 09:20:50 -04:00
James
badf2336ee
chore: resolves type conflicts introduced with database folder
2023-07-31 14:55:23 -04:00
James
6220c3d6d9
chore: includes database files for adapter build
2023-07-31 14:46:28 -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
Corfitz
0a91950f05
fix: incorrect image rotation after being processed by sharp ( #3081 )
...
* Applying rotation fix for sharp image resizing
* fix: make sure original image is rotated correctly
* chore: explain why rotate() is needed in comments
---------
Co-authored-by: Alessio Gravili <alessio@gravili.de >
2023-07-26 20:57:36 +02:00
James
02809532b4
fix : #3062
2023-07-26 11:34:22 -04:00
Alessio Gravili
67ba131cc6
feat: ability to add context to payload's request object ( #2796 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-07-26 09:07:49 -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
Jarrod Flesch
916f04cba0
chore: better parity for initing admin routes between dev and build ( #3074 )
2023-07-25 14:27:01 -04:00
Jarrod Flesch
e71866856f
fix: admin route not mounting on production serve ( #3071 )
2023-07-25 10:16:55 -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