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
2d35e06667
ci(templates): generate types in ci ( #4685 )
2024-01-04 10:04:44 -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
Alessio Gravili
db7dddf1c5
chore: commit intellij run configurations ( #4653 )
...
* chore: update .gitignore
* chore: update .gitignore
* chore: commit IntelliJ run configurations
2024-01-04 09:35:01 -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]
richtext-lexical/0.5.1
2024-01-03 15:58:05 -05:00
Elliot DeNolf
46ef284f6b
chore(release): db-postgres/0.2.3 [skip ci]
db-postgres/0.2.3
2024-01-03 15:57:54 -05:00
Elliot DeNolf
0727dcd963
chore(release): db-mongodb/1.2.0 [skip ci]
db-mongodb/1.2.0
2024-01-03 15:57:22 -05:00
Elliot DeNolf
52f8d4f9f0
chore(release): payload/2.6.0 [skip ci]
payload/2.6.0
v2.6.0
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
James
f70943524b
fix(templates): #4662 , templates not building after having types generated
2024-01-02 19:49:09 -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
Dan Ribbens
7424ba9090
test: e2e await fix ( #4646 )
2024-01-01 14:09:48 -05:00
Anthony Bouch
657d14c07b
chore(plugin-search): adjusts code comment when attaching hooks ( #4595 )
2023-12-23 19:24:33 -05:00
yuc
fbf8ab72a4
docs: fix typo in Select Field example ( #4593 )
2023-12-23 19:15:44 -05:00
Zakher Masri
997f158149
chore(plugin-stripe): fixes broken link in README ( #4602 )
2023-12-23 19:08:25 -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
Sajarin M
0c905f0da7
docs: typo in transactions page ( #4565 )
2023-12-20 01:31:50 -05: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
1c6d6788a3
chore: update changelog [skip ci]
2023-12-19 15:03:44 -05:00
Elliot DeNolf
ecc7978184
chore(release): plugin-nested-docs/1.0.10 [skip ci]
plugin-nested-docs/1.0.10
2023-12-19 14:49:38 -05:00
Elliot DeNolf
1b9ee64a67
chore(release): live-preview/0.2.2 [skip ci]
live-preview/0.2.2
2023-12-19 14:48:20 -05:00
Elliot DeNolf
22b02226c3
chore(release): db-postgres/0.2.2 [skip ci]
db-postgres/0.2.2
2023-12-19 14:48:08 -05:00
Elliot DeNolf
e4102b88d8
chore(release): db-mongodb/1.1.1 [skip ci]
db-mongodb/1.1.1
2023-12-19 14:47:41 -05:00
Elliot DeNolf
a099f55a69
chore(release): plugin-form-builder/1.1.0 [skip ci]
plugin-form-builder/1.1.0
2023-12-19 14:46:49 -05:00
Elliot DeNolf
1f1445c798
chore(release): richtext-lexical/0.5.0 [skip ci]
richtext-lexical/0.5.0
2023-12-19 14:45:27 -05:00
Elliot DeNolf
741a5e3650
chore(release): payload/2.5.0 [skip ci]
v2.5.0
payload/2.5.0
2023-12-19 14:41:55 -05:00
Dan Ribbens
365047a3fb
Merge branch 'feat/locale-specific-fallbacks' into fix/#4484-graphql-multiple-locales
2023-12-19 14:22:09 -05:00
Dan Ribbens
42c06acd18
docs: transaction options
2023-12-19 14:19:28 -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
35191bdd66
docs: improve docs for locales
2023-12-19 14:11:35 -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