Elliot DeNolf
70715926a8
chore(release): richtext-slate/1.4.0 [skip ci]
2024-01-26 13:57:45 -05:00
Elliot DeNolf
b3a6bfacf2
chore(release): db-postgres/0.5.0 [skip ci]
2024-01-26 13:57:34 -05:00
Elliot DeNolf
e1d9accb27
chore(release): db-mongodb/1.4.0 [skip ci]
2024-01-26 13:57:23 -05:00
Elliot DeNolf
f2f55a84cc
chore(release): payload/2.9.0 [skip ci]
2024-01-26 13:55:20 -05:00
Dan Ribbens
eba53ba60a
feat: forceAcceptWarning migration arg added to accept prompts ( #4874 )
...
* chore: gitignore test migrations
* feat: `forceAcceptWarning` migration args added to accept prompts
* chore: migrationDir env variable fallback
* chore: migrationDir testSuiteDir fallback
* chore: migrationDir testSuiteDir fallback fix
* chore: skip migrate down test
2024-01-26 13:48:53 -05:00
Dan Ribbens
f73d503fec
fix(plugin-cloud-storage): slow get file performance large collections ( #4927 )
2024-01-26 13:43:55 -05:00
Dan Ribbens
6930c4e9f2
fix: upload input drawer does not show draft versions ( #4903 )
...
* chore: add field classname to upload field
* fix: upload input drawer does not show draft versions
2024-01-26 13:42:32 -05:00
Dan Ribbens
3eb681e847
fix: afterLogin hook write conflicts ( #4904 )
...
* fix: afterLogin hook conflict
* test: afterLogin hook returns for assertion
* chore: commit increment login attempt
2024-01-26 13:39:45 -05:00
Jarrod Flesch
cb4638cfa1
chore: make default views callable ( #4928 )
2024-01-26 13:38:36 -05:00
Dan Ribbens
b40e9f85a2
chore: use transactions in tests running mongoDB memory server ( #4750 )
...
* chore: use transactions in tests running mongoDB memory server
* chore: relationship test async setup changes
* chore: async test fix
* chore: flaky e2e localization test
2024-01-23 19:18:55 -05:00
Dan Ribbens
e5a7907a72
fix: remove No Options dropdown from hasMany fields ( #4899 )
2024-01-23 10:00:16 -05:00
Jarrod Flesch
3f25d1ca84
chore: re-orders request language detection ( #4890 )
2024-01-22 11:53:01 -05:00
Timothy Choi
d5720bea7b
chore: add fieldIsGroupType type guard helper ( #4872 )
2024-01-19 14:19:35 -05:00
Jesse Sivonen
8ce15c8b07
fix(db-postgres): query unset relation ( #4862 )
2024-01-19 13:35:58 -05:00
Dan Ribbens
dfba5222f3
fix(db-postgres): migrate down error ( #4861 )
2024-01-17 13:55:57 -05:00
Dan Ribbens
b99d24fcfa
fix: migrate down missing filter for latest batch ( #4860 )
2024-01-17 13:54:30 -05:00
Elliot DeNolf
1c5d5b07c8
chore(release): plugin-seo/2.2.0 [skip ci]
2024-01-16 16:33:53 -05:00
Elliot DeNolf
da5f1f2240
chore(release): plugin-form-builder/1.2.0 [skip ci]
2024-01-16 16:33:44 -05:00
Elliot DeNolf
c84c58c7b4
chore(release): db-postgres/0.4.0 [skip ci]
2024-01-16 16:33:21 -05:00
Elliot DeNolf
1c1b8f3cec
chore(release): db-mongodb/1.3.2 [skip ci]
2024-01-16 16:32:52 -05:00
Elliot DeNolf
3f69f83180
chore(release): payload/2.8.2 [skip ci]
2024-01-16 16:31:39 -05:00
beezee
371353f153
feat(db-postgres): support drizzle logging config ( #4809 )
2024-01-16 15:45:17 -05:00
Dan Ribbens
a92c6334b6
chore(db-postgres): update drizzle-kit to 0.20.5-608ae62 and drizzle-orm to latest ( #4772 )
2024-01-16 13:35:07 -05:00
Paul
eb9e771a9c
fix(db-postgres): Remove duplicate keys from response ( #4747 )
...
* Remove duplicate keys from response
* Update to delete duplicates at a higher level and remove '_order' from array rows too
2024-01-16 13:22:08 -05:00
Patrik
ee5390aaca
fix: removes max-width from field-types class & correctly sets it on uploads ( #4829 )
2024-01-16 13:12:58 -05:00
Paul
a861311c5a
fix(db-mongodb): mongodb versions creating duplicates ( #4825 )
...
* Fixes the issue with mongodb versions
* Update other methods to use options too
2024-01-16 12:20:45 -05:00
James Mikrut
74c3fe1bb2
Merge pull request #4806 from payloadcms/fix/#4775-postgres-block-validation-arrays
...
fix(db-postgres): validateExistingBlockIsIdentical with arrays
2024-01-15 15:04:47 -05:00
James Mikrut
a2be50279e
Merge pull request #4804 from payloadcms/fix/#4802-transaction-options-false
...
fix(db-mongodb): transactionOptions=false typeErrors
2024-01-15 15:04:01 -05:00
James Mikrut
403eb06acf
Merge pull request #4723 from payloadcms/fix/4548-fix-missing-spread
...
fix(plugin-seo):Fix missing spread operator in URL generator function
2024-01-15 15:02:45 -05:00
Paul Popus
a6a1963ec6
Merge branch 'main' into feat/4539-seo-plugin-allow-field-and-interface-overrides
2024-01-15 16:29:49 -03:00
Dan Ribbens
0647c870f1
fix(db-postgres): validateExistingBlockIsIdentical with other tables
2024-01-13 22:46:05 -05:00
Dan Ribbens
3b88adc7d0
fix(db-postgres): validateExistingBlockIsIdentical with arrays
2024-01-13 22:40:30 -05:00
Dan Ribbens
82383a5b5f
fix(db-mongodb): transactionOptions=false typeErrors
2024-01-13 14:59:16 -05:00
James Mikrut
f9dda628b2
Merge pull request #4730 from payloadcms/feat/4471-add-validation-for-form-submission
...
feat(plugin-form-builder):Add validation for form ID when creating a form submissions
2024-01-12 15:39:35 -05:00
Elliot DeNolf
2e362f44f4
chore(release): payload/2.8.1 [skip ci]
2024-01-12 12:44:15 -05:00
Jarrod Flesch
775502b161
fix: corrects config usage in build bin script ( #4796 )
2024-01-12 12:40:08 -05:00
Elliot DeNolf
84d75ce6ca
chore(release): plugin-form-builder/1.1.2 [skip ci]
2024-01-12 10:47:08 -05:00
Elliot DeNolf
175cf229c0
chore(release): richtext-lexical/0.5.2 [skip ci]
2024-01-12 10:41:55 -05:00
Elliot DeNolf
bb40bd3efb
chore(release): db-postgres/0.3.1 [skip ci]
2024-01-12 10:41:46 -05:00
Elliot DeNolf
3d74c133aa
chore(release): db-mongodb/1.3.1 [skip ci]
2024-01-12 10:41:37 -05:00
Elliot DeNolf
0f6b6ca970
chore(release): bundler-webpack/1.0.6 [skip ci]
2024-01-12 10:41:29 -05:00
Elliot DeNolf
8e1692ef10
chore(release): bundler-vite/0.1.6 [skip ci]
2024-01-12 10:41:21 -05:00
Elliot DeNolf
1d1ee913fc
chore(release): plugin-seo/2.1.0 [skip ci]
2024-01-12 10:40:45 -05:00
Elliot DeNolf
beca43341f
chore(release): payload/2.8.0 [skip ci]
2024-01-12 10:39:41 -05:00
Patrik
84818469ea
fix(plugin-form-builder): replaces curly brackets with lexical editor ( #4753 )
...
* chore: scaffolds fix for replacing curly brackets in email with lexical editor
* fix: submissionData not passed to nested fields
* chore: adds int test for lexical serializer
---------
Co-authored-by: Alessio Gravili <alessio@bonfireleads.com >
2024-01-12 10:37:01 -05:00
Patrik
0a259d27b5
fix: passes draft=true in fetch for relationships ( #4784 )
...
* fix: passes draft=true to fetch for relationships
* chore: removes unnecessary delay on field click in e2e test
2024-01-12 10:36:45 -05:00
Nico Bohne
e2e56a4d58
fix: text hasMany validation ( #4789 )
2024-01-11 23:16:52 -05:00
Patrik
d0f7677d5f
fix: prioritizes value key when filtering / querying for relationships ( #4727 )
...
* fix: object equality query by prioritizing value key in relationship queries
* chore: adds e2e & int test
* chore: updates test for REST querying on poly relationships
2024-01-11 15:56:07 -05:00
Yuri Koshiishi
35956eb837
chore: use consistent param name in useField's setValue ( #4710 )
2024-01-11 14:25:48 -05:00
Timothy Choi
d92af295eb
feat: allow custom config properties in blocks ( #4766 )
2024-01-11 13:57:32 -05:00