Elliot DeNolf
605c0be43c
chore(release): plugin-seo/2.0.0 [skip ci]
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]
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
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]
2024-01-09 16:32:02 -05:00
Elliot DeNolf
abcbf9974d
chore(release): plugin-form-builder/1.1.1 [skip ci]
2024-01-09 16:31:52 -05:00
Elliot DeNolf
d01437d212
chore(release): plugin-seo/1.1.0 [skip ci]
2024-01-09 16:31:01 -05:00
Elliot DeNolf
06729a0a73
chore(release): db-postgres/0.3.0 [skip ci]
2024-01-09 16:30:49 -05:00
Elliot DeNolf
2bd7822a16
chore(release): db-mongodb/1.3.0 [skip ci]
2024-01-09 16:30:37 -05:00
Elliot DeNolf
bc7daf6b49
chore(release): payload/2.7.0 [skip ci]
2024-01-09 16:28:34 -05:00
James Mikrut
feab679ef7
Merge pull request #4615 from payloadcms/fix/relationship-field-number-ids-untitled
...
fix: relations with number based ids (postgres) show untitled ID: x
2024-01-09 15:30:41 -05:00
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
James Mikrut
570e192eb4
Merge pull request #4741 from payloadcms/fix/#4591-migrate-down-batches
...
fix(db-postgres): migrate down not limited to latest batch
2024-01-09 13:50:45 -05:00
James Mikrut
22f4967dd4
Merge pull request #4726 from payloadcms/feat/migration-transactions
...
feat: improve transaction support by passing req to migrations
2024-01-09 13:50:00 -05:00
James Mikrut
4873c36129
Merge pull request #4722 from payloadcms/fix/#4719-migration-transaction-options
...
fix(db-mongodb): migration errors with transactionOptions false
2024-01-09 13:46:06 -05:00
James Mikrut
f0ec21cdda
Merge pull request #4624 from payloadcms/fix/#3692-plugin-nested-docs-overrides
...
fix(plugin-nested-docs): custom overrides of breadcrumb and parent fields
2024-01-09 13:45:46 -05:00
Dan Ribbens
6acfae8ee7
fix(db-postgres): migrate down only runs latest batch size
2024-01-09 10:21:45 -05:00
Alessio Gravili
20bdd91da4
chore: upgrade @types/nodemailer from v6.4.8 to v6.4.14 ( #4733 )
2024-01-09 14:19:45 +01:00
Alessio Gravili
50502834c9
chore(richtext-lexical): upgrade lexical from v0.12.5 to v0.12.6 ( #4732 )
...
* chore(richtext-lexical): upgrade all lexical packages from 0.12.5 to 0.12.6
* fix(richtext-lexical): fix TypeScript errors
* fix indenting
2024-01-09 09:35:18 +01:00
Dan Ribbens
983733ad74
merge main
2024-01-08 17:12:02 -05:00
Dan Ribbens
555d02769a
feat(db-postgres): improve transaction support by passing req to migrations
2024-01-08 15:50:22 -05:00
Dan Ribbens
682eca2186
feat(db-mongodb): improve transaction support by passing req to migrations
2024-01-08 15:50:09 -05:00
Dan Ribbens
1d14d9f8b8
feat: improve transaction support by passing req to migrations
2024-01-08 12:34:55 -05:00
Dan Ribbens
0abaddc2ef
chore: remove payload migration endpoints
2024-01-08 12:24:53 -05:00
Dan Ribbens
21b9453cf4
fix(db-mongodb): migration error calling beginTransaction with transactionOptions false
2024-01-08 12:03:45 -05:00
Alessio Gravili
136993ec2b
chore: undo adding DocumentInfo state to ActionsProvider ( #4707 )
2024-01-05 22:58:16 +01:00
Dan Ribbens
63bc4cabe1
fix(db-mongodb): querying plan for collections ignoring indexes ( #4655 )
...
* fix(db-mongodb): querying plan for collections ignoring indexes
* chore(db-mongodb): improve index hint comment
2024-01-05 16:21:19 -05:00
Alessio Gravili
6a8a6e4ef4
feat: provide document info to ActionsProvider ( #4696 )
2024-01-05 21:12:21 +01:00
Jessica Chowdhury
9828772890
fix: prevents row overflow ( #4704 )
2024-01-05 15:04:30 -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
Elliot DeNolf
40a0921597
docs: update 'accessing files outside of payload cloud'
2024-01-05 11:53:51 -05:00
Paul
0b80e4a403
chore: bump the mongodb-memory-server dependency to 9.x ( #4693 )
2024-01-05 09:35:35 -05:00
Seied Ali Mirkarimi
b378532ddf
chore: rtl locale selector and sidebar button ( #4684 )
...
* chore: rtl locale popup selector and sidebar button
* chore(plugin-seo): add persian translation
2024-01-04 21:45:39 -05:00
Patrik
d419275fb5
fix: adds objectID validation to isValidID if of type text ( #4689 )
...
* fix: adds updated object-id validation to isValidID
* chore: adds check to see if value is of type string or object
* chore: needs to return false if value not of type object or string
2024-01-04 15:08:55 -05:00
Jessica Chowdhury
0fb3a9ca89
fix: allow json field to be saved empty and reflect value changes ( #4687 )
...
* fix: allow json field to be saved empty and reflect value changes
* fix: reverts change to json field validation
* chore: wraps more JSON field logic with a try/catch
2024-01-04 14:47:10 -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
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