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
Elliot DeNolf
d2de6db449
chore(release): eslint-config-payload/1.1.0
2024-01-04 09:56:42 -05:00
Alessio Gravili
a3e78161b5
fix: non-boolean condition result causes infinite looping ( #4579 )
2024-01-04 09:51:08 -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
Elliot DeNolf
9090540ece
chore(release): richtext-lexical/0.5.1 [skip ci]
2024-01-03 15:58:05 -05:00
Elliot DeNolf
46ef284f6b
chore(release): db-postgres/0.2.3 [skip ci]
2024-01-03 15:57:54 -05:00
Elliot DeNolf
0727dcd963
chore(release): db-mongodb/1.2.0 [skip ci]
2024-01-03 15:57:22 -05:00
Elliot DeNolf
52f8d4f9f0
chore(release): payload/2.6.0 [skip ci]
2024-01-03 15:55:34 -05:00
Jessica Chowdhury
f1fa374ed1
fix: tab field error when using the same interface name ( #4657 )
...
* fix: tab field error when using the same interface name
* fix: removes unused tab types
2024-01-03 15:50:07 -05:00
Alessio Gravili
6b691eee43
chore(eslint-config-payload): improve perfectionist object sort order ( #4678 )
2024-01-03 21:45:34 +01:00
Paul
be3beabb9b
fix: navigation locks when modal is closed with esc ( #4664 )
2024-01-03 12:06:09 -05:00
Seied Ali Mirkarimi
1fa00cc25c
chore: rtl header locale selector ( #4670 )
2024-01-03 12:04:39 -05:00
Jessica Chowdhury
a67080a291
Merge pull request #4574 from jschuur/patch-1
...
fix: adjusts json field joi schema to allow editorOptions
2024-01-02 21:58:34 +00:00
Jarrod Flesch
69a99445c9
fix: detect language from request headers accept-language ( #4656 )
2024-01-02 15:17:00 -05:00
Alessio Gravili
00d8480062
fix: "The punycode module is deprecated" warning by updating nodemailer
2024-01-02 18:26:52 +01:00
Anthony Bouch
657d14c07b
chore(plugin-search): adjusts code comment when attaching hooks ( #4595 )
2023-12-23 19:24:33 -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
Jesse Sivonen
a71d37b398
fix(db-postgres): Wait for transaction to complete on commit ( #4582 )
...
* fix(db-postgres): Wait for transaction to complete on commit
* fix session types
2023-12-21 11:03:27 -05:00
Patrik
5c5523195c
fix: resets actions array when navigating out of view with actions ( #4585 )
2023-12-21 10:48:04 -05:00
Joost Schuur
bff4cf518f
fix: adjusts json field joi schema to allow editorOptions
...
Previous fix was not applied to json fields: https://github.com/payloadcms/payload/pull/2731/files
2023-12-21 00:47:14 +08:00
Alessio Gravili
8015e999cd
fix(richtext-lexical): z-index issues ( #4570 )
2023-12-20 15:10:18 +01:00
Dan Ribbens
e691a90a4c
chore: fix failed test
2023-12-19 15:53:20 -05:00
James Mikrut
0b2da4fba7
Merge pull request #4467 from payloadcms/feat/mongodb-transaction-options
...
feat(db-mongodb): add transactionOptions
2023-12-19 15:30:23 -05:00
Elliot DeNolf
ecc7978184
chore(release): plugin-nested-docs/1.0.10 [skip ci]
2023-12-19 14:49:38 -05:00
Elliot DeNolf
1b9ee64a67
chore(release): live-preview/0.2.2 [skip ci]
2023-12-19 14:48:20 -05:00
Elliot DeNolf
22b02226c3
chore(release): db-postgres/0.2.2 [skip ci]
2023-12-19 14:48:08 -05:00
Elliot DeNolf
e4102b88d8
chore(release): db-mongodb/1.1.1 [skip ci]
2023-12-19 14:47:41 -05:00
Elliot DeNolf
a099f55a69
chore(release): plugin-form-builder/1.1.0 [skip ci]
2023-12-19 14:46:49 -05:00
Elliot DeNolf
1f1445c798
chore(release): richtext-lexical/0.5.0 [skip ci]
2023-12-19 14:45:27 -05:00
Elliot DeNolf
741a5e3650
chore(release): payload/2.5.0 [skip ci]
2023-12-19 14:41:55 -05:00
Dan Ribbens
f2c8ac4a9a
feat(db-mongodb): add transactionOptions
2023-12-19 14:19:12 -05:00
Dan Ribbens
05e8914db7
fix(db-mongodb): documentDB unique constraint throws incorrect error ( #4513 )
2023-12-19 14:14:51 -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
Jarrod Flesch
7a4607897d
chore: exports the useNav hook ( #4557 )
2023-12-19 09:44:09 -05:00
Dan Ribbens
5caad706bb
chore: consistent locale and fallback locale for globals
2023-12-19 09:40:26 -05:00
Patrik
9e8f14a897
feat: adds new actions property to admin customization ( #4468 )
2023-12-19 09:31:58 -05:00
Patrik
f3748a1534
fix: updates return value of empty arrays in getDataByPath ( #4553 )
...
* fix: sets the return value to [] instead of 0 for arrays in getDataByPath
* chore: simplifies empty array check
2023-12-19 09:01:24 -05:00
Dan Ribbens
aa048d5409
fix: req.locale and req.fallbackLocale get reassigned in local operations
2023-12-18 16:50:17 -05:00
Jacob Fletcher
ed7c0e19d2
Merge pull request #3673 from payloadcms/chore/plugin-redirects
...
chore: imports redirects plugin
2023-12-18 15:55:29 -05:00
Jacob Fletcher
adbd76375f
chore(plugin-redirects): scaffolds tests ( #4552 )
2023-12-18 14:47:11 -05:00
Jacob Fletcher
b1f3582764
chore(plugin-redirects): lints and builds ( #4551 )
2023-12-18 14:25:32 -05:00
Jarrod Flesch
8bc31cd592
fix(db-postgres): findOne correctly querying with where queries ( #4550 )
2023-12-18 14:17:58 -05:00
Jacob Fletcher
03688f2348
Merge branch 'main' into chore/plugin-redirects
2023-12-18 12:34:16 -05:00
Jacob Fletcher
c111fa7531
docs: adds seo plugin docs ( #4538 )
2023-12-18 12:20:32 -05:00
Jacob Fletcher
a859992709
chore(plugin-seo): lints and builds ( #4537 )
2023-12-18 11:57:16 -05:00