Elliot DeNolf
938d069523
chore(release): plugin-seo/2.3.1 [skip ci]
2024-04-19 11:38:41 -04:00
Elliot DeNolf
1a337ec223
chore(release): richtext-lexical/0.9.0 [skip ci]
2024-04-19 11:38:09 -04:00
Elliot DeNolf
08f372e6c2
chore(release): db-postgres/0.8.0 [skip ci]
2024-04-19 11:37:56 -04:00
Elliot DeNolf
2994269f22
chore(release): db-mongodb/1.5.0 [skip ci]
2024-04-19 11:37:43 -04:00
Elliot DeNolf
8d1a706928
chore(release): payload/2.13.0 [skip ci]
2024-04-19 11:36:17 -04:00
Pan
fcb29bb1c6
feat(plugin-seo): add Chinese translation ( #5429 )
2024-04-19 11:13:26 -04:00
Kendell Joseph
2c402cc65c
feat: json field schemas ( #5726 )
2024-04-19 10:45:40 -04:00
Elliot DeNolf
ad38f76011
fix: properly handle drafts in bulk update ( #5872 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2024-04-19 10:08:26 -04:00
Jessica Chowdhury
b974a2c042
chore(i18n): adds document translation key ( #5889 )
2024-04-18 10:17:35 +01:00
Dan Ribbens
cb8d562132
fix(db-mongodb): ignore end session errors ( #5904 )
2024-04-17 16:44:15 -04:00
Patrik
1f0036054a
fix: adds type error validations for email and password in login operation ( #4852 )
2024-04-17 16:31:35 -04:00
Dan Ribbens
6185f8a5d8
fix(db-postgres): query hasMany fields with in ( #5881 )
2024-04-16 17:09:53 -04:00
Jacob Fletcher
e47e544364
fix(plugin-seo): uses correct key for ukrainian translation ( #5873 )
2024-04-16 11:16:33 -04:00
Bohdan Kucheriavyi
2e80350a5a
chore(plugin-seo): adds Ukrainian translations ( #5843 )
...
Signed-off-by: Bohdan Kucheriavyi <bohdan.kucheriavyi@zapal.tech >
2024-04-16 09:31:18 -04:00
Ritsu
4c4f924e90
fix(db-postgres): validateExistingBlockIsIdentical localized ( #5839 )
2024-04-15 16:49:43 -04:00
Elliot DeNolf
170957c380
feat: allow configuration for setting headers on external file fetch ( #5865 )
2024-04-15 15:09:00 -04:00
Dan Ribbens
fe0028c899
fix(db-mongodb): version fields indexSortableFields ( #5863 )
2024-04-15 14:46:06 -04:00
Elliot DeNolf
ec1ad0b662
feat: allow configuration for setting headers on external file fetch
2024-04-15 14:40:55 -04:00
James Mikrut
9e918831d1
fix: number ids were not sanitized to number in rest api ( #5794 )
2024-04-15 11:02:36 -04:00
Patrik
25c9a145be
fix: passes parent id instead of incoming id to saveVersion ( #5831 )
2024-04-15 10:42:36 -04:00
Alessio Gravili
3b1d331316
fix(richtext-lexical): use correct nodeType on HorizontalRule feature HTML converter ( #5805 )
2024-04-11 16:10:55 -04:00
Alessio Gravili
5aa68b5e5d
feat(richtext-lexical): add HorizontalRuleFeature, improve block handle positioning ( #5804 )
2024-04-11 15:54:56 -04:00
Alessio Gravili
d8e9084db2
feat(richtext-lexical): add HorizontalRuleFeature
2024-04-11 15:37:45 -04:00
Dan Ribbens
65690a675c
fix(db-postgres): relationship query pagination ( #5802 )
2024-04-11 15:37:19 -04:00
PatrikKozak
9530d28a67
fix: updates var
2024-04-11 15:08:24 -04:00
PatrikKozak
509ec677c4
fix: uses find instead of fieldIndex for custom ID check
2024-04-11 14:19:45 -04:00
Alessio Gravili
a00439ea89
fix(richtext-lexical): limit unnecessary floating handle positioning updates
2024-04-11 14:12:59 -04:00
Alessio Gravili
0055a8eb36
feat(richtext-lexical): improve floating handle y-positioning by positioning it in the center for smaller elements.
2024-04-11 13:50:24 -04:00
Alessio Gravili
de5d6cc4bd
fix(richtext-lexical): incorrect floating handle y-position calculation next to certain kinds of HTML elements like HR
2024-04-11 12:29:49 -04:00
PatrikKozak
51f84a4fcf
fix: number ids were not sanitized to number in rest api
2024-04-11 12:23:57 -04:00
Paul
c0ba6cc19a
fix: use isolateObjectProperty function in createLocalReq ( #5748 )
2024-04-11 09:27:42 -04:00
Patrik
5fa99fb060
fix(db-mongodb): failing contains query with special chars ( #5774 )
2024-04-11 09:23:05 -04:00
Patrik
e3c3ddac34
fix: avoids getting and setting doc preferences when creating new ( #5757 )
2024-04-10 11:20:02 -04:00
Alessio Gravili
6186493246
fix(richtext-lexical)!: do not allow omitting editor prop for sub-richtext fields within lexical defined in the payload config ( #5766 )
...
**BREAKING:** Modifies fields types which are allowed to be passed in to upload, link, and blocks lexical features. Can break your types even if no sub-richText editor is passed in
2024-04-10 11:14:32 -04:00
Alessio Gravili
9b44296092
fix(richtext-lexical): catch errors that may occur during HTML generation ( #5754 )
2024-04-09 15:58:34 -04:00
Paul
cbd03ed2f8
fix: req.collection being lost when querying a global inside a collection ( #5727 )
2024-04-08 15:16:37 -03:00
Alessio Gravili
cf135fd1e4
fix(richtext-lexical): pass through config for schema generation. Makes it more robust ( #5700 )
2024-04-05 15:55:51 -04:00
Dan Ribbens
e7608f5507
fix: block field type missing dbName ( #5695 )
2024-04-05 15:52:06 -04:00
Alessio Gravili
608d6d0a87
fix(db-postgres): hasMany relationship query contains operator ( #4212 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2024-04-05 13:59:00 -04:00
Dan Ribbens
9bbacc4fb1
feat: custom db table and enum names ( #5045 )
...
Co-authored-by: Ritsu <enjoythepain1337@gmail.com >
2024-04-05 11:22:46 -04:00
Patrik
7df7bf448b
fix: updates type name of CustomPublishButtonProps to CustomPublishButtonType ( #5644 )
...
* fix: updates type name from CustomPublishButtonProps to CustomPublishButtonType
* fix: maps old name to new name
2024-04-04 16:55:18 -04:00
Paul
44599cbc7b
fix(db-postgres): issue querying by localised relationship not respecting locale as constraint ( #5666 )
...
* fix: add table join for querying on a localised field in relationship fields
* chore: add int tests in relationships
2024-04-04 16:07:11 -03:00
Patrik
373787de31
fix: duplicate document multiple times in quick succession ( #5642 )
2024-04-04 14:06:29 -04:00
Patrik
c1c86009a5
fix: missing date locales ( #5656 )
2024-04-04 13:55:07 -04:00
Elliot DeNolf
6706bdb140
chore(release): db-mongodb/1.4.4 [skip ci]
2024-04-03 14:54:53 -04:00
Elliot DeNolf
5caaa032bb
chore(release): payload/2.12.1 [skip ci]
2024-04-03 14:37:42 -04:00
Elliot DeNolf
4cf8c5bd78
Merge pull request #5637 from payloadcms/chore/release-2.12.0
...
chore(release): 2.12.0
2024-04-03 14:34:55 -04:00
Elliot DeNolf
d6afee662b
chore(release): db-postgres/0.7.1 [skip ci]
2024-04-03 14:27:20 -04:00
Elliot DeNolf
0fc62446b8
chore(release): richtext-slate/1.5.0 [skip ci]
2024-04-03 14:26:11 -04:00
Elliot DeNolf
823fde07c3
chore(release): richtext-lexical/0.8.0 [skip ci]
2024-04-03 14:25:56 -04:00