Dan Ribbens
0cc91d7377
docs: update mongoOptions to connectOptions ( #4334 )
2023-11-30 12:39:32 -05:00
Patrik
224cddd045
feat: relationship sortOptions property ( #4301 )
...
* feat: adds sortOptions property to relationship field
* chore: fix lexical int tests
* feat: simplifies logic & updates joi schema definition
* feat: revert to default when searching in relationship select
* fix types and joi schema
* type adjustments
---------
Co-authored-by: Alessio Gravili <alessio@bonfireleads.com >
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2023-11-29 16:22:47 -05:00
Jacob Fletcher
542096361f
fix: properly exports useDocumentsEvents hook ( #4314 )
2023-11-29 12:26:20 -05:00
1nfinite9
6d28fc46bd
docs: updates incorrect API for Reset Password ( #4270 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-11-29 11:01:44 -05:00
Travis Mcgeehan
c1eb9d1727
feat: support OAuth 2.0 format Authorization: Bearer tokens in headers
2023-11-28 16:23:18 -05:00
Elliot DeNolf
1fe4f4c5f4
Merge pull request #4292 from payloadcms/feat/migrate-with-js-files
...
feat: support migrations with js files
2023-11-28 11:40:36 -05:00
Elliot DeNolf
35ce0ebc83
docs: migrations directory details
2023-11-28 11:18:04 -05:00
Jacob Fletcher
9bb7a88526
feat: useDocumentEvents ( #4284 )
2023-11-27 16:16:53 -05:00
Jacob Fletcher
65575d3573
Merge branch 'main' into fix/live-preview-rels
2023-11-27 10:54:27 -05:00
Kennet Winter
42cba2e3a1
docs: fix broken links to public demo ( #4266 )
2023-11-27 10:29:05 -05:00
Jacob Fletcher
712647d741
docs: adds live preview troubleshooting tips
2023-11-27 08:09:26 -05:00
Alessio Gravili
d6b63da617
docs(richtext-lexical): fix incorrect JSDOM import
2023-11-23 22:03:36 +01:00
Alessio Gravili
d512e9382d
fix(richtext-lexical): breaking: fix typo: UnoderedListFeature => UnorderedListFeature
2023-11-23 21:39:07 +01:00
Jessica Chowdhury
6364afb1dd
docs: updates vite alias example and fixes broken link ( #4224 )
2023-11-21 14:34:18 -05:00
Alessio Gravili
c10db332cd
docs(richtext-lexical): remove unnecessary await from createHeadlessEditor ( #4213 )
2023-11-19 14:40:09 +01:00
Alessio Gravili
b406e6afb9
docs(richtext-lexical): various documentation improvements
2023-11-17 18:38:09 +01:00
Alessio Gravili
c068a8784e
fix(richtext-lexical): Blocks: make sure fields are wrapped in a uniquely-named group, change block node data format, fix react key error ( #3995 )
...
* fix(richtext-lexical): make sure block fields are wrapped in a uniquely-named group
* chore: remove redundant hook
* chore(richtext-lexical): attempt to fix unnecessary unsaved changes warning regression
* cleanup everything
* chore: more cleanup
* debug
* looks like properly cloning the formdata for setting initial state fixes the issue where the old formdata is updated even if node.setFields is not called
* chore: fix e2e tests
* chore: fix e2e tests (a selector has changed)
* chore: fix int tests (due to new blocks data format)
* chore: fix incorrect insert block commands in drawer
* chore: add new e2e test
* chore: fail e2e tests when there are browser console errors
* fix(breaking): beforeInput and afterInput: fix missing key errors, consistent typing and cases in name
2023-11-16 22:01:04 +01:00
Taís Massaro
8cebd2ccce
docs: correct useTableColumns react import path in example ( #4150 )
2023-11-15 08:20:42 -05:00
Jessica Chowdhury
56ddd2c388
chore: update date field schema ( #4098 )
2023-11-10 12:25:03 -05:00
Alessio Gravili
cbb4ce2f51
docs: document disableIndexHints property
2023-11-10 16:23:21 +01:00
Jessica Chowdhury
687f4850ac
fix: hide empty image sizes from the preview drawer ( #3946 )
...
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2023-11-09 22:34:50 -05:00
Jacob Fletcher
8488f7b8db
docs: adds apiRoute to useLivePreview args ( #4073 )
2023-11-09 09:01:04 -05:00
Michał Korczak
a92a160a13
docs: fix link to public demo example config ( #4007 )
2023-11-09 00:23:58 -05:00
Hulpoi George-Valentin
266c3274d0
feat: Custom Error, Label, and before/after field components ( #3747 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-11-08 14:40:31 -05:00
Jarrod Flesch
55659c7c36
chore(docs): imporoves usability of useAuth and exports useTableColumns
2023-11-08 14:23:22 -05:00
Jørgen Kalsnes Hagen
6a0a859563
feat: add internationalization (i18n) to locales ( #4005 )
2023-11-08 12:56:15 -05:00
Elliot DeNolf
dc253676e8
docs: add latest tag to all mentions of create-payload-app [no ci] ( #3998 )
2023-11-03 17:18:03 -04:00
Jessica Chowdhury
fb3b95e52d
docs: update default autosave interval
2023-11-03 17:08:11 +00:00
Jessica Chowdhury
720760225f
docs: adds section on querying and filtering polymorphic relationship fields ( #3976 )
2023-11-02 13:27:21 -04:00
Jacob Fletcher
f7d4c04f65
chore: adds e2e tests for nested views ( #3962 )
2023-11-02 13:13:29 -04: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
Alessio Gravili
79b1b88a2f
chore: Better Lexical documentation, minor improvements to HTML converter feature ( #3933 )
...
* docs: add html serialization docs
* chore: add .md to the .editorconfig
* chore: add new consolidateHTMLConverters function
* docs: add more documentation about serializing HTML
* docs: document creation of headless editors, editor => markdown conversion, markdown => editor conversion and editor => lexical conversion
* docs: improve wording
* docs: add missing comma
* docs: add rest of the missing docs
* docs: various improvements
2023-11-02 07:44:18 +01:00
Jarrod Flesch
c7ec557466
chore(docs): server code aliasing cleanup ( #3967 )
2023-11-01 13:30:34 -04:00
Jacob Fletcher
4c587acc10
docs: fixes custom component property names ( #3966 )
2023-11-01 13:20:03 -04:00
Jarrod Flesch
6f39b809b3
chore(docs): vite aliasing and extending ( #3965 )
2023-11-01 12:57:41 -04:00
Mikko Vänskä
e6b9fb4fab
docs: adds link to tabs field in fields overview ( #3909 )
2023-10-30 15:09:26 -04:00
Patrik
6d94e57225
docs: adds Props import to cell-component example ( #3931 )
2023-10-30 11:17:22 -04:00
Jarrod Flesch
a14b15200a
chore: add save prop to docs custom save button example
2023-10-30 08:52:59 -04:00
Nathan Clevenger
0da3b59daf
docs: fix broken link to Microsoft's Monaco Docs ( #3921 )
2023-10-30 01:24:44 +01:00
Hulpoi George-Valentin
d6826f792c
docs: wrong import for collections#beforeValidate ( #3863 )
2023-10-25 11:38:26 +02:00
Alessio Gravili
f6adbae0c7
feat: collection, global and field props for hooks, fix request context initialization, add context to global hooks ( #3780 )
...
* feat: pass collection, global and field props to collection, global and field hooks - where applicable
* fix: initial request context not set for all operations
* chore: add tests which check the collection prop for collection hooks
* feat: add context to props of global hooks
* chore: add global tests for global and field props
* chore: int tests: use JSON instead of object hashes
2023-10-21 11:40:57 +02:00
Elliot DeNolf
5ff0846b6c
feat: add ability to opt out of type gen declare statement ( #3765 )
...
* feat: add ability to opt out of type gen declare statement
* chore: docs wording
2023-10-19 12:44:28 -04:00
Elliot DeNolf
f1d8fa9999
chore: add 2.0 announcement banner
2023-10-18 14:38:58 -04:00
TomDo1234
48de89794b
feat: filesRequired is optional for uploads ( #3668 )
...
* filesRequired is optional for uploads
* More accurate name
* Updated docs
* ensure that by default you throw on missing file
2023-10-17 15:21:16 -04:00
James
a89e89fb80
chore: documents pagination: false
2023-10-15 09:44:00 -04:00
Jacob Fletcher
e116fcfbf5
docs: updates references of master to main
2023-10-13 12:44:45 -04:00
Jacob Fletcher
15c7f0dbf3
docs: updates building your own live preview hook ( #3604 )
2023-10-12 14:20:02 -04:00
Jacob Fletcher
64864686c4
fix: properly handles nested routes for live preview ( #3586 )
2023-10-12 12:45:39 -04:00
Elliot DeNolf
cfd9231403
docs: update config overview
2023-10-12 10:28:04 -04:00
Nathan Clevenger
c6925ec29f
Fix typo on graphql-schema.mdx ( #3548 )
2023-10-11 10:25:20 -04:00