Alessio Gravili
|
6789e61488
|
chore: run lint & prettier on everything
|
2024-03-14 23:53:47 -04:00 |
|
Dan Ribbens
|
0cc91d7377
|
docs: update mongoOptions to connectOptions (#4334)
|
2023-11-30 12:39:32 -05:00 |
|
Jessica Chowdhury
|
6325b334ec
|
chore(docs): adds section on swap space and nextjs incompatibilities with the local api (#3975)
|
2023-11-02 08:40:24 -04:00 |
|
Tylan Davis
|
8bfae6b932
|
docs: removes MONGODB_URI (#3482)
|
2023-10-09 18:07:09 -04:00 |
|
Alessio Gravili
|
a81401cf77
|
feat: breaking: richtext adapter (#3311)
BREAKING: requires user to install @payloacms-richtext-slate and specify a `config.editor` property
* chore: move slate stuff into packages/richtext-slate
* chore: fieldTypes stuff
* chore: fix richtext-slate tsconfig
* chore: add clean:unix command
* chore: fix up things
* chore: undo subpath imports being hoisted up
* chore: fix incorrect imports
* chore: improve AdapterArguments type
* chore: remove unused richTextToHTML and stringifyRichText files
* fix: core-dev scss imports
* chore: fix publishConfig exports for richtext-slate
* chore: adjust joi schema for richtext field
* chore: various fixes
* chore: handle afterRead population in richText adapter
* chore: handle more after-read promise stuff
* chore: fix joi validation
* chore: add richtext adapter to tests
* chore: merge adapter props with field props
* chore: index.tsx => index.ts
* chore: rename `adapter` to `editor`
* chore: fix e2e tests not running due to importing a constant from a file (`Tabs`) which imports createSlate.
This fails because createSlate imports React components.
* chore: remove unnecessary import
* chore: improve various typings
* chore: improve typings for List view Cell components
* feat: richText adapter cell component
* chore: add missing types packages for packages/richtext-slate
* chore: add new adapter interface properties to joi schema
* chore: withMergedProps utility which replaces getSlateCellComponent and getSlateFieldComponent
* feat: added config.defaultEditor property which is now required. field.editor is no longer required and overrides config.defaultEditor
* docs: mention editor and defaultEditor property in the docs
* chore: fix incorrectly formatted JSX in docs files breaking mdx parser
* chore: fix various errors
* chore: auto-generated pointer files
|
2023-09-19 11:03:31 +02:00 |
|
Alessio Gravili
|
ae7d6f97d2
|
chore: formatting and linting (#3261)
* chore: lint packages/payload
* chore: lint packages/db-postgres
* chore: lint packages/db-mongodb
* chore: update eslintrc exclusion rules
* chore: update eslintrc exclusion rules
* chore: lint misc files
* chore: run prettier through packages
* chore: run eslint on payload again
* chore: prettier misc files
* chore: prettier docs
|
2023-09-01 17:39:44 +02:00 |
|
Jarrod Flesch
|
d112159d93
|
docs: fix mdx formatting
|
2023-07-05 15:26:10 -04:00 |
|
Jacob Fletcher
|
9b22c4b654
|
docs: fixes misc links (#2971)
|
2023-07-05 12:02:56 -04:00 |
|
davidko604
|
feebf203b8
|
Update docs
|
2023-03-01 12:08:18 -08:00 |
|
Dan Ribbens
|
b4a20741b2
|
fix: useFacet config option to disable $facet aggregation (#2141)
|
2023-02-20 13:54:12 -05:00 |
|
Elliot DeNolf
|
3ebe7b4a7e
|
docs: add docker link to deployment toc
|
2023-02-11 14:05:57 -05:00 |
|
Elliot DeNolf
|
a1fd1e07f0
|
docs: add an initial Basics section to talk about the dist and build directories
|
2023-02-11 14:03:36 -05:00 |
|
Elliot DeNolf
|
f873fa8d99
|
docs: add example Dockerfile and docker-compose.yml (#1735)
* docs: add example Dockerfile and docker-compose.yml
* docs: link to docker deployment from installation
|
2022-12-21 11:39:32 -05:00 |
|
Elliot DeNolf
|
1ed867ce0c
|
docs: update examples with ts types
|
2022-08-23 11:43:24 -04:00 |
|
James
|
ad2b47e725
|
docs: clarity
|
2021-10-04 11:25:12 -04:00 |
|
Dan Ribbens
|
ad097820bf
|
feat: add indexSortableField option to create indexes for sortable fields on all collections
|
2021-09-30 16:05:47 -04:00 |
|
James
|
71a15b5e6d
|
docs: clarity around afterRead S3 hook
|
2021-03-13 13:55:01 -05:00 |
|
Jessica Boezwinkle
|
1ed189cfb9
|
fix: reverts ESLint syntax changes to mdx files
|
2021-02-04 11:36:09 -05:00 |
|
Jessica Boezwinkle
|
da61feb73b
|
feat: adds meta descriptions to docs
|
2021-02-04 11:04:18 -05:00 |
|
Elliot DeNolf
|
0575ab8125
|
docs: add desc and keywords
|
2021-01-09 10:32:22 -05:00 |
|
James
|
2b37bfd93e
|
docs: lowercases dir names
|
2021-01-06 08:37:29 -05:00 |
|