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
Alessio Gravili
721919fae9
feat(richtext-lexical): add maxDepth property to various lexical features ( #6242 )
2024-05-07 09:11:34 -04:00
Jacob Fletcher
e1ff92e8c6
chore(plugin-stripe)!: disables rest proxy by default ( #6230 )
2024-05-06 17:33:43 -04:00
Tylan Davis
26ee91eb48
docs: adjust line breaks in code blocks ( #6001 )
2024-05-01 15:57:39 -04:00
Ritsu
d5cbbc472d
feat: add count operation to collections ( #5930 )
2024-04-20 14:45:44 -04:00
Dan Ribbens
d987e5628a
feat(live-preview-vue): new live-preview-vue package ( #5933 )
...
Co-authored-by: Christian Gil <mrcgam.christian@gmail.com >
2024-04-20 07:52:00 -04:00
Kendell Joseph
3af3a91c87
feat: json field schemas ( #5898 )
2024-04-19 13:35:59 -04:00
Elliot DeNolf
abeb94a53d
docs: add externalFileHeaderFilter
2024-04-15 15:11:35 -04:00
Alessio Gravili
54590c1700
fix(richtext-lexical)!: fix output of internal list HTML converter ( #5827 )
...
BREAKING: Changes the classnames of the converted HTML
2024-04-12 12:10:44 -04:00
Alessio Gravili
cb4214fe6e
fix(richtext-lexical)!: fix output of internal list HTML converter
...
BREAKING: Changes the classnames of the converted HTML
2024-04-12 11:58:05 -04:00
Alessio Gravili
c3d8597c13
feat(richtext-lexical): add HorizontalRuleFeature
2024-04-11 16:24:04 -04:00
Jacob Fletcher
4b4c245507
fix(ui): properly initializes collapsible context ( #5725 )
2024-04-08 12:48:44 -04:00
Dan Ribbens
f39f95af6d
feat: custom db naming for postgres and mongodb ( #5697 )
2024-04-05 17:09:08 -04:00
Dan Ribbens
136545d1fd
feat: move disableDuplicate out of admin and update APIs ( #5620 )
2024-04-05 16:44:41 -04:00
Alessio Gravili
1cfdf3613c
docs(richtext-lexical): clarify that HTML generation has to happen on the server
2024-04-03 09:55:33 -04:00
Dan Ribbens
825ca94080
fix: duplicate handles locales with unique ( #5600 )
...
* fix: duplicate errors with localized and unique fields
* docs: beforeDuplicate hooks
2024-04-02 15:30:49 -04:00
Alessio Gravili
71a5a02e8c
docs(richtext-slate): update outdated code example ( #5572 ) ( #5573 )
2024-03-31 17:50:15 -04:00
Dan Ribbens
ed01ee1e2d
feat: duplicate doc moved from frontend to backend concern ( #5342 )
...
BREAKING CHANGE: collection.admin.hooks.beforeDuplicate removed and instead should be handled using field beforeDuplicate hooks which take the full field hook arguments.
* feat: duplicate doc moved from frontend to backend concern
* feat: default beforeDuplicate hook functions on unique fields
* docs: beforeDuplicate field hook
* test: duplicate doc local api
* chore: fix build errors
* chore: add access.create call to duplicate operation
* chore: perfectionist reorder imports
2024-03-19 11:25:19 -04:00
Alessio Gravili
6789e61488
chore: run lint & prettier on everything
2024-03-14 23:53:47 -04:00
Jacob Fletcher
cbfc7c8b43
docs: adds jsdocs for filterOptions and syncs docs
2024-03-14 15:00:17 -04:00
PatrikKozak
cd21138b3d
Merge branch 'alpha' of https://github.com/payloadcms/payload into chore/alpha-remove-schemaOutputFile
2024-03-11 14:05:33 -04:00
Akhil Naidu
b62cb157e1
docs: improve naming for afterForgotPassword hook example code ( #5062 )
2024-03-10 00:23:29 -05:00