Patrik
7df7bf448b
fix: updates type name of CustomPublishButtonProps to CustomPublishButtonType ( #5644 )
...
* fix: updates type name from CustomPublishButtonProps to CustomPublishButtonType
* fix: maps old name to new name
2024-04-04 16:55:18 -04:00
Patrik
3023118b71
chore: updates comment in globals afterchange hook example ( #5606 )
2024-04-03 13:36:17 -04:00
Patrik
80375d1798
docs: updates incorrect rate limit from 90000 to 900000 ( #5630 )
2024-04-03 13:36:01 -04:00
Alessio Gravili
fa90cec758
docs(richtext-lexical): clarify that HTML generation has to happen on the server
2024-04-03 09:52:31 -04:00
Alessio Gravili
b3503e3dce
docs(richtext-slate): update outdated code example ( #5572 )
2024-03-31 17:49:17 -04:00
Tylan Davis
1c0d43c61a
fix(docs): broken links ( #5340 )
...
* fix: broken links
* fix: another broken link
2024-03-15 10:35:25 -04:00
Akhil Naidu
e6092fd36c
docs: improve naming for afterForgotPassword hook example code ( #5062 )
2024-03-10 00:22:58 -05:00
Max Morozov
e0eae77758
docs: fix typo ( #5052 )
2024-03-10 00:12:29 -05:00
Dan Ribbens
e8f2ca484e
feat(db-postgres): configurable custom schema to use ( #5047 )
...
* feat(db-postgres): configurable custom schema to use
* test(db-postgres): use public schema
* chore(db-postgres): simplify drop schema
* chore: add postgres-custom-schema test to ci
* chore: add custom schema to postgres ci
* chore(db-postgres): custom schema in migrate
* chore: ci postgres wait condition
2024-02-23 12:48:06 -05:00
Ben Regenspan
07720e777a
docs: Reword Hooks Overview re: server-only execution ( #5070 )
2024-02-19 09:56:55 -05:00
Jarrod Flesch
df39602758
feat: exposes collapsible provider with more functionality ( #5043 )
2024-02-09 10:38:30 -05:00
brachypelma
922fb9b7fa
docs: added link to JSON field type ( #4989 )
2024-02-05 13:13:28 -05:00
Dan Ribbens
1e8a6b7899
feat: extend transactions to cover after and beforeOperation hooks ( #4960 )
...
* feat: extend transactions to cover after and beforeOperation hooks
* feat: use transactions in refresh operation
* docs: add req to beforeOperation and afterOperation args
2024-02-02 14:53:14 -05:00
Dan Ribbens
5d934ba02d
feat: previousValue and previousSiblingDoc args added to beforeChange field hooks ( #4958 )
...
* feat: previousValue and previousSiblingDoc args added to beforeChange field hooks
* chore: fieldHook type docs
2024-02-02 13:59:11 -05:00
Daniel Shamburger
b30ea8aa6b
docs: typo ( #4948 )
2024-01-31 15:40:55 -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
Timothy Choi
d92af295eb
feat: allow custom config properties in blocks ( #4766 )
2024-01-11 13:57:32 -05:00
David Oliver
c6bd20ef33
docs: improve email docs SMTP info ( #4698 )
2024-01-11 11:45:25 -05:00
Elliot DeNolf
2fee0c0d44
docs: update pagination
2024-01-10 16:45:42 -05: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
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
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
Patrik
acf2e41312
docs: updates verify to verifyEmail in local api ( #4728 )
2024-01-09 13:15:31 -05:00
Dan Ribbens
983733ad74
merge main
2024-01-08 17:12:02 -05:00
Dan Ribbens
1d14d9f8b8
feat: improve transaction support by passing req to migrations
2024-01-08 12:34:55 -05:00
Jessica Chowdhury
6116573164
docs: corrects type in useField example ( #4705 )
2024-01-05 15:03:38 -05:00
Elliot DeNolf
40a0921597
docs: update 'accessing files outside of payload cloud'
2024-01-05 11:53:51 -05:00
Paul Popus
7eae86bcb3
Add changes from previous branch and update docs
2024-01-05 12:45:03 -03: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
7db58b482b
fix: custom overrides of breadcrumb and parent fields
2023-12-28 12:56:30 -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
Sajarin M
0c905f0da7
docs: typo in transactions page ( #4565 )
2023-12-20 01:31:50 -05:00
Dan Ribbens
42c06acd18
docs: transaction options
2023-12-19 14:19:28 -05:00
Dan Ribbens
35191bdd66
docs: improve docs for locales
2023-12-19 14:11:35 -05:00
Sajarin M
1cad1a6954
docs: fix typo in admin hooks page ( #4556 )
2023-12-19 09:43:25 -05:00
Patrik
9e8f14a897
feat: adds new actions property to admin customization ( #4468 )
2023-12-19 09:31:58 -05:00
Jacob Fletcher
c111fa7531
docs: adds seo plugin docs ( #4538 )
2023-12-18 12:20:32 -05:00
Jacob Fletcher
6fdd535f29
chore: adds redirects plugin docs ( #4530 )
2023-12-17 23:32:05 -05:00
Jacob Fletcher
1c6174ecb5
docs: adds stripe plugin docs ( #4528 )
2023-12-16 13:40:55 -05:00
Dan Ribbens
9fac2ef24e
feat: extend locales to have fallbackLocales
2023-12-15 23:52:12 -05:00
Jacob Fletcher
7ec6af7296
docs: adds nested docs plugin docs ( #4521 )
2023-12-15 14:40:00 -05:00
Dan Ribbens
c1bd338d0d
feat: prevent querying relationship when filterOptions returns false ( #4392 )
...
fix: hidden collections showing in lexical and slate relationships
feat: prevent querying relationship when filterOptions returns false
fix: hidden collections appear in richtext internal link options
Co-authored-by: Alessio Gravili <70709113+AlessioGr@users.noreply.github.com >
2023-12-15 12:43:43 -05:00
Jacob Fletcher
d86fe0b46c
docs: adds form builder plugin docs ( #4512 )
2023-12-15 10:17:07 -05:00
Jacob Fletcher
d7d55c2a9c
docs: adds search plugin docs ( #4514 )
2023-12-15 09:10:01 -05:00
Jacob Fletcher
f83d65e0cf
docs: fixes mdx syntax error in auth config
2023-12-14 13:33:45 -05:00
Jessica Chowdhury
77ebba3ccd
docs: adds api key disclaimer ( #4390 )
2023-12-12 11:27:12 -05:00
Patrik
678ba6cdcc
docs: adds examples and descriptions to field hook docs ( #4448 )
2023-12-11 16:53:02 -05:00