Alessio Gravili
51056769e5
feat(richtext-lexical): new slate => lexical migration function which migrates all your documents at once ( #6947 )
2024-06-26 15:40:14 -04:00
Jacob Fletcher
ed73dedd14
docs: improves plugins overview ( #6944 )
2024-06-26 14:31:24 -04:00
Jacob Fletcher
f47d6cb23c
docs: accessing the config from custom components ( #6942 )
2024-06-26 12:46:48 -04:00
Jacob Fletcher
ae8a5a9cb8
docs: automatic custom component detection ( #6939 )
2024-06-26 10:19:28 -04:00
Alessio Gravili
377a478fc2
docs(richtext-lexical): document remaining props for building custom features ( #6930 )
2024-06-25 19:01:50 -04:00
Alessio Gravili
0b2be54011
feat(richtext-lexical): improve lexical types ( #6928 )
2024-06-25 21:51:52 +00:00
Alessio Gravili
1a9c63bf26
docs(richtext-lexical): docs for building custom lexical features ( #6862 )
2024-06-25 14:54:59 +00:00
James Mikrut
f01fc584ed
Update mongodb.mdx
2024-06-25 10:38:12 -04:00
James Mikrut
cd1a2147be
chore: delete unused express docs ( #6918 )
...
## Description
deletes unnecessary express docs
2024-06-25 10:33:17 -04:00
James Mikrut
3a0ca12881
Update what-is-payload.mdx
2024-06-24 15:12:28 -04:00
James Mikrut
9096b746d3
Update outside-nextjs.mdx
2024-06-24 14:12:50 -04:00
James Mikrut
fce545bed6
Update overview.mdx
2024-06-24 14:10:00 -04:00
James Mikrut
2396a70e45
Update overview.mdx
2024-06-24 14:09:23 -04:00
James Mikrut
314488e55a
Chore/overview docs ( #6908 )
...
## Description
docs tweaks
2024-06-24 13:57:01 -04:00
James Mikrut
effba3e45b
Chore/overview docs ( #6906 )
...
## Description
More progress to docs.
2024-06-24 13:17:50 -04:00
James Mikrut
7f753fb3b5
Chore/overview docs ( #6901 )
...
## Description
Getting Started docs progress
2024-06-24 12:08:13 -04:00
Jacob Fletcher
9b850e0a01
docs: rewrites admin docs to 3.0 ( #6891 )
2024-06-21 16:21:43 -04:00
Jarrod Flesch
e036d4efab
chore: updated 3.0 graphql docs ( #6859 )
2024-06-21 15:45:52 -04:00
Jarrod Flesch
238b69278b
chore: updated 3.0 upload docs ( #6860 )
2024-06-21 15:34:35 -04:00
Jarrod Flesch
39868426b6
chore: updated 3.0 auth docs ( #6861 )
2024-06-21 15:34:25 -04:00
Jarrod Flesch
ead7d953f3
chore: adds use client directive to migration guide examples
2024-06-20 14:21:34 -04:00
Jarrod Flesch
ac1820dca6
chore: improves migration guide custom component examples
2024-06-20 14:17:56 -04:00
Jarrod Flesch
a9cafa4fce
Update overview.mdx
2024-06-20 13:27:33 -04:00
Jarrod Flesch
d9e11b6fab
Update overview.mdx
2024-06-20 13:26:55 -04:00
Jarrod Flesch
c3661595cc
Update overview.mdx
2024-06-20 13:08:56 -04:00
Jacob Fletcher
a20cf70105
docs: removes express
2024-05-13 10:29:59 -04:00
Jacob Fletcher
0886e4e972
docs: restructures admin components docs
2024-05-10 17:56:11 -04:00
Jacob Fletcher
550a40d6a2
docs: updates admin overview doc
2024-05-10 15:28:14 -04:00
Jacob Fletcher
261f6dc20d
docs: adds examples docs
2024-05-10 10:00:14 -04:00
Jacob Fletcher
1a20390454
docs: removes bundlers, webpack, and vite
2024-05-09 15:58:51 -04:00
Jarrod Flesch
680ed1dec8
fix: allows navigation to reset-pw route, adds customization for route ( #6778 )
...
Fixes https://github.com/payloadcms/payload/issues/6745
Fixes the inability to navigate to the reset password route. Adds the ability to customize the route and docs for all customizable admin panel routes.
2024-06-14 12:38:32 -04:00
Anders Semb Hermansen
7bb2e3be76
feat: adds X-HTTP-Method-Override header ( #6487 )
...
Fixes: https://github.com/payloadcms/payload/issues/6486
Adds `X-HTTP-Method-Override` header to allow for sending query params in the body of a POST request. This is useful when the query param string hits the upper limit.
2024-06-13 15:27:39 -04:00
Elliot DeNolf
d10792452f
docs: add disclaimer to migration guide
2024-06-13 14:34:51 -04:00
Elliot DeNolf
c500ac83b2
docs: rough draft of migration guide ( #6769 )
...
Rough draft of migration guide / breaking changes doc.
2024-06-13 14:23:49 -04:00
Jarrod Flesch
52c81ad525
feat: adds draft validation option ( #6677 )
...
## Description
Allows draft validation to be enabled at the config level.
You can enable this by:
```ts
// ...collectionConfig
versions: {
drafts: {
validate: true // defaults to false
}
}
```
2024-06-07 15:22:03 -04:00
Jacob Fletcher
b95e25e937
docs: adds live preview csp troubleshooting tips ( #6655 )
2024-06-06 10:59:34 -04:00
Alessio Gravili
19f8cbcf76
docs: new and improve lexical docs, hoist up all headings ( #6639 )
2024-06-05 17:08:15 -04:00
Patrik
7f15147286
fix: ui field validation error with admin.disableListColumn property ( #6531 )
...
## Description
V2 PR [here](https://github.com/payloadcms/payload/pull/6530 )
- [x] I have read and understand the
[CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md )
document in this repository.
## Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
- [x] This change requires a documentation update
## Checklist:
- [x] Existing test suite passes locally with my changes
- [x] I have made corresponding changes to the documentation
2024-05-30 09:41:58 -04:00
Jessica Chowdhury
511908a964
docs: adds sentry to plugin docs ( #6475 )
2024-05-29 15:19:16 -04:00
Jacob Fletcher
54e2d7fb38
docs: renames vercel visual editing to vercel content link ( #6559 )
2024-05-29 13:39:40 -04:00
Jacob Fletcher
9556d1bd42
feat!: replaces admin.meta.ogImage with admin.meta.openGraph.images ( #6227 )
2024-05-16 12:40:15 -04:00
Paul
a6bf05815c
chore!: remove unused staticOptions config on uploads ( #6378 )
...
Removes the unused `staticOptions` on upload config, it was previously
typed to express configuration and is unused anywhere in the codebase
2024-05-16 15:15:35 +00:00
Jacob Fletcher
6a0fffe002
feat!: consolidates admin.logoutRoute and admin.inactivityRoute into admin.routes ( #6354 )
2024-05-14 21:18:19 +00:00
Alessio Gravili
f716122eab
feat!: typed i18n ( #6343 )
2024-05-14 11:10:31 -04:00
Elliot DeNolf
a78b44d0c1
docs: add storage adapter docs ( #6334 )
2024-05-13 08:46:05 -04:00
Elliot DeNolf
d272a1fd22
docs: update email docs for new adapters ( #6332 )
2024-05-13 08:44:59 -04:00
Patrik
ea84e82ad5
feat(payload, ui): adds disableListColumn & disableListFilter to fields admin props ( #6238 )
2024-05-10 15:59:29 -04:00
Jacob Fletcher
9e9111666b
chore(examples/live-preview): migrates to 3.0 ( #6268 )
2024-05-09 15:32:46 -04:00
Kendell Joseph
4c6aaafe88
feat(ui): toggle sortable arrays and blocks ( #6008 )
2024-05-08 13:28:26 -04:00
Jacob Fletcher
731f023c6d
feat: ssr live preview ( #6239 )
2024-05-08 11:08:15 -04:00