James Mikrut
be39ed4317
Merge pull request #4633 from payloadcms/fix/#3839-postgres-exist-json
...
fix(db-postgres): incorrect results querying json field using exists
2024-01-09 15:27:22 -05:00
Dan Ribbens
983733ad74
merge main
2024-01-08 17:12:02 -05:00
Dan Ribbens
cab6babd60
fix(db-postgres): validation prevents group fields in blocks ( #4699 )
...
* fix(db-postgres): validation prevents using group fields within blocks
* fix(db-postgres): validation of non-matching blocks in reverse order
2024-01-05 15:03:08 -05:00
Paul
55399424a1
fix(plugin-nested-docs): children wrongly publishing draft data ( #4692 )
...
* fix(plugin-nested-docs): handles child parent doc publishing
* Add tests
* Fix error failing on save hook
---------
Co-authored-by: Jessica Chowdhury <jessica@trbl.design >
2024-01-05 15:02:15 -05:00
Jessica Chowdhury
28a30120dd
fix(plugin-form-builder): slate serializer should replace curly braces in links ( #4703 )
2024-01-05 13:01:03 -05:00
Gokulsck
f43cf185d4
feat: hasMany property for text fields ( #4605 )
...
* fix for supporting hasMany property in text field
* Updated docs
* handle text case types for schema and graphql schema
* fix unit test for required failing
* add unit test for has many text field
* add end to end test for has many on text field creation
* support has many feature for text field on postgres
---------
Co-authored-by: Chris Heinz <chrisi.heinz@web.de >
2024-01-04 14:45:00 -05:00
Dan Ribbens
5d15955f83
fix: custom ids in versions ( #4680 )
...
* chore: scaffolds out fix for postgres issues with custom ids in versions
* fix(db-postgres): queryDrafts returns undefined doc.id
* chore(db-postgres): fix build
* fix: removes extra custom id field from versions buildCollectionFields
* chore: comments test/versions seeding back in
* fix buildCollectionFields version group fields
* fix: id field can be edited after saving a document with custom ids
* chore: updates versions custom ID test
---------
Co-authored-by: PatrikKozak <patrik@payloadcms.com >
2024-01-04 13:05:10 -05:00
Hulpoi George-Valentin
d543665995
fix: unlock user condition always passes due to seconds conversion ( #4610 )
...
* fix: unlock condition is always true
* test: extra call for locking user, therefor won't be a condition issue
2024-01-04 09:43:10 -05:00
Paul
3027a03ad1
feat(plugin-seo): add i18n ( #4665 )
...
* Add i18n to plugin SEO
* Add new translations and e2e tests for the SEO plugin
* Update e2e tests to utilise a shared page ID from a create function
2024-01-04 09:18:09 -05:00
Paul
85e38b7cfd
fix: sidebar fields not disabled by access permissions ( #4682 )
...
* Pass operation to sidebar fields too
* Add a test for sidebar field update permission
2024-01-03 20:04:40 -05:00
Dan Ribbens
7424ba9090
test: e2e await fix ( #4646 )
2024-01-01 14:09:48 -05:00
Dan Ribbens
ec4d2f97cb
fix(db-postgres): query on json properties
2023-12-29 16:42:32 -05:00
Dan Ribbens
9d9ac0ec28
fix(db-postgres): incorrect results querying json field using exists operator
2023-12-29 11:35:12 -05:00
Dan Ribbens
635e7c26e8
fix(plugin-nested-docs): custom parent field slug
2023-12-28 14:30:36 -05:00
Dan Ribbens
c4a4678afb
fix(plugin-nested-docs): parent filterOptions errors when specifying breadcrumbsFieldSlug
2023-12-28 14:01:31 -05:00
Dan Ribbens
7db58b482b
fix: custom overrides of breadcrumb and parent fields
2023-12-28 12:56:30 -05:00
James Mikrut
c3be5d1d5e
Merge pull request #4560 from payloadcms/fix/#4484-graphql-multiple-locales
...
fix: graphql cannot query multiple locales
2023-12-21 15:29:14 -05:00
James Mikrut
250bcd8189
Merge pull request #4526 from payloadcms/feat/locale-specific-fallbacks
...
feat: extend locales to have fallbackLocales
2023-12-21 15:25:55 -05:00
Patrik
5c5523195c
fix: resets actions array when navigating out of view with actions ( #4585 )
2023-12-21 10:48:04 -05:00
Dan Ribbens
98890eee1f
fix: graphql multiple locales
2023-12-19 14:00:06 -05:00
Ritsu
ef43629502
fix(db-postgres) incorrect currentTableName in find for blocks ( #4524 )
2023-12-19 10:30:13 -05:00
Dan Ribbens
c703497924
test: improve e2e locale change selector
2023-12-19 09:57:46 -05:00
Patrik
9e8f14a897
feat: adds new actions property to admin customization ( #4468 )
2023-12-19 09:31:58 -05:00
Jacob Fletcher
adbd76375f
chore(plugin-redirects): scaffolds tests ( #4552 )
2023-12-18 14:47:11 -05:00
Jacob Fletcher
f51f8493c9
Merge branch 'main' into chore/plugin-seo
2023-12-18 11:50:10 -05:00
Jacob Fletcher
dd32f5e450
chore(plugin-seo): scaffolds tests ( #4531 )
2023-12-17 23:49:02 -05:00
Dan Ribbens
aafd538cf8
fix failing e2e test
2023-12-16 00:49:04 -05:00
Dan Ribbens
9fac2ef24e
feat: extend locales to have fallbackLocales
2023-12-15 23:52:12 -05:00
Dan Ribbens
c1bd338d0d
feat: prevent querying relationship when filterOptions returns false ( #4392 )
...
fix: hidden collections showing in lexical and slate relationships
feat: prevent querying relationship when filterOptions returns false
fix: hidden collections appear in richtext internal link options
Co-authored-by: Alessio Gravili <70709113+AlessioGr@users.noreply.github.com >
2023-12-15 12:43:43 -05:00
Alessio Gravili
c49fd66922
feat(richtext-lexical)!: rename TreeviewFeature into TreeViewFeature ( #4520 )
...
Breaking: If you import TreeviewFeature in your project, you have to rename the import to use TreeViewFeature (capitalized "V")
2023-12-15 18:33:16 +01:00
Jacob Fletcher
303f0d6227
chore(plugin-search): scaffolds tests ( #4511 )
2023-12-14 13:06:19 -05:00
Jacob Fletcher
6d9110ec48
chore(plugin-stripe): scaffolds tests ( #4510 )
2023-12-14 11:56:33 -05:00
Jarrod Flesch
228d45cf52
fix: correctly fetches externally stored files when passing uploadEdits ( #4505 )
2023-12-14 09:09:37 -05:00
Alessio Gravili
cc0ba89518
feat(richtext-lexical)!: link node: change doc data format to be consistent with relationship field ( #4504 )
...
BREAKING: An unpopulated, internal link node no longer saves the doc id under fields.doc.value.id. Now, it saves it under fields.doc.value.
Migration inside of payload is automatic. If you are reading from the link node inside of your frontend, though, you will have to adjust it.
The version property of the link and autoLink node has been changed from 1 to 2.
2023-12-13 22:57:08 +01:00
Jacob Fletcher
9e7a8c7206
chore(plugin-form-builder): scaffolds tests ( #4500 )
2023-12-13 15:13:38 -05:00
Alessio Gravili
31f8f3cac6
feat(richtext-lexical): Slate to Lexical converter: add blockquote conversion, convert custom link fields ( #4486 )
2023-12-13 13:16:58 +01:00
Alessio Gravili
f868799404
chore(richtext-lexical): Add e2e test for #4115 ( #4483 )
2023-12-13 08:36:14 +01:00
Patrik
46e8c01fbe
fix: searching by id sends undefined in where query param ( #4464 )
...
fix(db-mongodb): search by id using operator
2023-12-12 14:02:30 -05:00
Jarrod Flesch
a1d66b83e0
fix: disallow duplicate fieldNames to be used on the same level in the config ( #4381 )
2023-12-11 16:52:24 -05:00
Alessio Gravili
168d629697
feat: add context to auth and globals local API ( #4449 )
...
* feat: add context to auth and globals local API
* chore: add int test
2023-12-11 20:27:34 +01:00
Dan Ribbens
6e9ae65374
fix(db-postgres): querying nested blocks fields ( #4404 )
...
Co-authored-by: Jessica Chowdhury <jessica@trbl.design >
2023-12-07 09:18:48 -05:00
Dan Ribbens
dbaecda0e9
fix(db-postgres): sorting on a not-configured field throws error ( #4382 )
2023-12-06 09:27:43 -05:00
Jacob Fletcher
4090aebb0e
fix(live-preview): populates rte uploads and relationships ( #4379 )
2023-12-05 00:53:11 -05:00
Dan Ribbens
b6cffcea07
fix: defaultValues computed on new globals ( #4380 )
2023-12-04 15:05:47 -05:00
Timothy Choi
3b8a27d199
feat: pass path to FieldDescription ( #4364 )
...
fix: DescriptionFunction type
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2023-12-04 13:59:18 -05:00
Jessica Chowdhury
65adfd21ed
fix: uploads files after validation ( #4218 )
2023-12-04 12:38:23 -05:00
Jacob Fletcher
03a387233d
fix(live-preview): sends raw js objects through window.postMessage instead of json ( #4354 )
2023-12-01 17:50:55 -05:00
Jessica Chowdhury
fcbe5744d9
fix: upload editing error with plugin-cloud ( #4170 )
...
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2023-12-01 16:35:12 -05:00
Jacob Fletcher
5f173241df
feat: async live preview urls ( #4339 )
2023-12-01 16:25:39 -05:00
Jarrod Flesch
fe888b5f6c
fix: query validation on relationship fields ( #4353 )
2023-12-01 16:03:58 -05:00