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
James Mikrut
f5c2cd74cc
Merge pull request #4695 from payloadcms/feat/4539-seo-plugin-allow-field-and-interface-overrides
...
feat(plugin-seo): Add support for interfaceName and fieldOverrides
2024-01-15 15:02:14 -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
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
93eb0e4a31
chore: update bug report template to renamed possible-bug label
2024-01-12 14:19:43 -05:00
Elliot DeNolf
2e362f44f4
chore(release): payload/2.8.1 [skip ci]
v2.8.1
payload/2.8.1
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]
plugin-form-builder/1.1.2
2024-01-12 10:47:08 -05:00
Elliot DeNolf
175cf229c0
chore(release): richtext-lexical/0.5.2 [skip ci]
richtext-lexical/0.5.2
2024-01-12 10:41:55 -05:00
Elliot DeNolf
bb40bd3efb
chore(release): db-postgres/0.3.1 [skip ci]
db-postgres/0.3.1
2024-01-12 10:41:46 -05:00
Elliot DeNolf
3d74c133aa
chore(release): db-mongodb/1.3.1 [skip ci]
db-mongodb/1.3.1
2024-01-12 10:41:37 -05:00
Elliot DeNolf
0f6b6ca970
chore(release): bundler-webpack/1.0.6 [skip ci]
bundler-webpack/1.0.6
2024-01-12 10:41:29 -05:00
Elliot DeNolf
8e1692ef10
chore(release): bundler-vite/0.1.6 [skip ci]
bundler-vite/0.1.6
2024-01-12 10:41:21 -05:00
Elliot DeNolf
1d1ee913fc
chore(release): plugin-seo/2.1.0 [skip ci]
plugin-seo/2.1.0
2024-01-12 10:40:45 -05:00
Elliot DeNolf
beca43341f
chore(release): payload/2.8.0 [skip ci]
v2.8.0
payload/2.8.0
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
Marvin
493fde5ccc
feat(logger): show local time ( #4663 )
2024-01-11 11:51:11 -05:00
David Oliver
c6bd20ef33
docs: improve email docs SMTP info ( #4698 )
2024-01-11 11:45:25 -05:00
Paul
6d5ac1de1e
fix: allow a custom ID field to be nested inside unnamed tabs and rows ( #4701 )
...
* Adds a check for the first tab and e2e test for custom ID
* Add support for ids in any order inside an unnamed tab
* Update tests for rows
* Minor fixes and remove dead commented code
2024-01-11 10:17:24 -05:00
Dan Ribbens
fa3b3dd62d
fix: migration regression ( #4777 )
2024-01-10 22:40:00 -05:00
Jarrod Flesch
1115387744
fix: build payload without initializing ( #4028 )
2024-01-10 20:40:46 -05:00
Elliot DeNolf
53e8690feb
Merge pull request #4773 from payloadcms/fix/limit-zero
...
fix: limit=0 returns all docs
2024-01-10 17:00:07 -05:00
Maxime Marty-Dessus
4319fe1c6e
feat(plugin-seo): add fr translations ( #4774 )
2024-01-10 16:48:07 -05:00
Elliot DeNolf
2fee0c0d44
docs: update pagination
2024-01-10 16:45:42 -05:00
Elliot DeNolf
7923edd7bc
test: fix limit=0 test
2024-01-10 16:45:34 -05:00
Elliot DeNolf
5702b83e82
fix(db-postgres): totalPages value when limit=0
2024-01-10 16:45:07 -05:00
Elliot DeNolf
63e5c43fe6
fix(db-mongodb): limit=0 returns unpaginated
2024-01-10 16:44:57 -05:00
kiwagu
04f2888135
chore(examples/form-builder): removes legacyBehavior flags from next/link ( #4764 )
2024-01-10 16:26:50 -05:00
Elliot DeNolf
0f69b9c2f8
chore(templates): remove jackspeak resolutions
2024-01-10 13:06:50 -05:00
Elliot DeNolf
f1bb2f8151
feat(templates): bump plugin-cloud ( #4770 )
2024-01-10 13:03:50 -05:00
Elliot DeNolf
ea528b8c10
chore(release): eslint-config-payload/1.1.1 [skip ci]
2024-01-10 12:49:11 -05:00
Elliot DeNolf
0053e40404
chore(eslint): object-shorthand warn
2024-01-10 12:45:51 -05:00
Elliot DeNolf
605c0be43c
chore(release): plugin-seo/2.0.0 [skip ci]
plugin-seo/2.0.0
2024-01-10 12:41:02 -05:00
Elliot DeNolf
3152b4c4c5
chore: revert plugin-seo version bump
2024-01-10 12:40:37 -05:00
Elliot DeNolf
a64b80babc
chore(release): plugin-cloud/3.0.0 [skip ci]
plugin-cloud/3.0.0
2024-01-10 12:34:02 -05:00
Elliot DeNolf
5cfde542b1
feat(plugin-cloud): use resend smtp instead of custom transport ( #4746 )
2024-01-10 12:22:02 -05:00
Patrik
772020963e
fix(examples): bumps next to v13.5.1 ( #4763 )
2024-01-10 12:17:51 -05:00
Alessio Gravili
5e083689d0
feat(plugin-seo)!: remove support for payload <2.7.0 ( #4765 )
2024-01-10 17:29:29 +01:00
Taís Massaro
911764a490
chore: export useTheme and add documentation ( #4718 )
...
* chore(react-hooks): export useTheme hook
* docs(react-hooks): add useTheme documentation
2024-01-10 10:39:00 -05:00
Alessio Gravili
e3b81d913d
chore(plugin-seo): remove test script from package.json ( #4762 )
2024-01-10 14:38:13 +01:00
Alessio Gravili
41b3b17911
chore(plugin-seo): add to CI, minor package.json improvements ( #4761 )
...
* chore: add plugin-seo to CI
* chore(plugin-seo): minor package.json improvements
2024-01-10 14:27:30 +01:00
Yunsup Sim
e9860b36f3
chore(plugin-seo): build command fix ( #4756 )
...
* chore(plugin-seo): build command fix
* chore: fix build script
---------
Co-authored-by: Alessio Gravili <alessio@bonfireleads.com >
2024-01-10 14:20:50 +01:00
Alessio Gravili
14b39fbc85
chore: eslint improvements ( #4739 )
...
* chore: add @typescript-eslint/prefer-ts-expect-error rule
* chore: fix @typescript-eslint/prefer-ts-expect-error rule
* chore: disable useless class-methods-use-this eslint rule
* chore: only warn for no-unused-vars rule
* remove unused ts-expect-error
* undo admin changes
2024-01-10 11:31:00 +01:00
Elliot DeNolf
d08e85d08c
chore(release): plugin-nested-docs/1.0.11 [skip ci]
plugin-nested-docs/1.0.11
2024-01-09 16:32:02 -05:00
Elliot DeNolf
abcbf9974d
chore(release): plugin-form-builder/1.1.1 [skip ci]
plugin-form-builder/1.1.1
2024-01-09 16:31:52 -05:00