Dan Ribbens
7fe2fece6c
chore: remove node-sass ( #605 )
2022-06-08 11:36:33 -04:00
Dan Ribbens
593d6a596a
docs: remove withCondition for custom component fields ( #588 )
2022-06-08 10:24:21 -04:00
Dan Ribbens
82a6db8b4f
docs: add examples to collection hooks ( #620 )
2022-06-08 10:23:55 -04:00
GeorgeyB
7ee374ea1a
Custom collection/global endpoints ( #607 )
...
* feat: add custom endpoints for collections and globals REST APIs
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2022-05-30 12:43:18 -04:00
Roman Bondarenko
200aa2e1c2
chore: fix typo in plugins/overview ( #578 )
2022-05-23 20:22:54 -04:00
James
6a17d3db98
chore: doc readability
2022-05-23 11:01:47 -04:00
James
f27c5ca6f0
docs: adds detail regarding access control arguments
2022-05-23 10:56:49 -04:00
Dan Ribbens
4913441017
Free and open-source under MIT license ( #565 )
...
* feat: free and open-source under MIT license
2022-05-16 19:25:20 -04:00
Dan Ribbens
52acfcb0e3
chore: export useDocumentInfo ( #561 )
...
* chore: export useDocumentInfo and add to custom component documenation
2022-05-11 21:50:17 -04:00
James
b3832e21c9
feat: exposes findMany argument to afterRead hooks to discern between find and findByID
2022-05-02 13:38:13 -04:00
Dan Ribbens
69d328d15e
docs: updated link
2022-04-29 23:29:46 -04:00
Dan Ribbens
738e8ab9b6
docs: preventing abuse of file uploads
2022-04-29 23:25:55 -04:00
James
fb7bb76674
Merge branch 'master' of github.com:payloadcms/payload
2022-04-29 16:48:24 -04:00
James
e46b942259
feat: exposes payload within server-side validation args
2022-04-29 16:48:15 -04:00
Dan Ribbens
e4affd4bf9
docs: updated links
2022-04-29 14:40:49 -04:00
Dan Ribbens
e8503232ba
chore: changes eslint rules no-console and cleanup
2022-04-29 12:36:21 -04:00
Dan Ribbens
e297eb9090
feat: allows defaultValue to accept async function to calculate defaultValue ( #547 )
...
* feat: field default values with async functions
* docs: improves field default value
* chore: simplifies async defaultValue
* chore: api test coverage for default value functions
* chore: WIP defaultValue async arrays
* chore: refactors and simplifies buildStateFromSchema
* chore: improves tests for defaultValues
Co-authored-by: James <james@trbl.design >
2022-04-29 10:36:10 -04:00
Dan Ribbens
6f84c0a869
Fix/checkbox validation error position ( #521 )
...
* fix: checkbox validation error positioning
* feat: sanitize defaultValue to false when field is required
2022-04-12 11:28:41 -04:00
Outdated
1fc856faf5
Document Fix for admin/customizing-css ( #513 )
...
Addition of node package 'sass-loader' & 'node-sass' as dev dependencies for loading scss for customizing css variables for admin panel.
2022-04-11 17:03:48 -04:00
Dan Ribbens
6e45fd67ce
docs: anchor link field component
2022-04-11 10:54:13 -04:00
Dan Ribbens
39415d4eed
docs: update anchor links ( #518 )
2022-04-11 09:31:46 -04:00
John Beene
801b20ae75
Update fields.mdx ( #509 )
...
Fix destructuring of args inside exampleFieldHook function
2022-04-07 05:37:04 -04:00
James
ec91757257
feat: allows like to search by many words, adds contain to match exact strings
2022-04-05 16:22:57 -04:00
James
629e63e123
docs: relationship clarity
2022-04-05 15:15:43 -04:00
James
aee95eb041
merge: relationship options filter
2022-04-05 14:59:01 -04:00
James
9e9aa6485c
docs: payload.init accuracy
2022-04-05 14:55:29 -04:00
James
0651936856
Merge branch 'feat/logger-options' of github.com:payloadcms/payload
2022-04-05 14:51:57 -04:00
James Mikrut
1b4b5707bf
feat: extended validation function arguments ( #494 )
...
* feat: WIP extended validation function arguments
* chore: optimizes validation extended args
* chore: more consistently passes validation args
* chore: removes field from form state
* chore: passing tests
* fix: default point validation allows not required and some edge cases
* chore: ensures default validate functions receive field config
* chore: demo validation with sibling data
* chore: optimize getDatabByPath and getSiblingData
* chore: adds tests to validate extra arg options
* docs: add validation arguments
* chore: export default field validation
* chore: top level getSiblingData
* fix : #495 , avoids appending version to id queries
* chore: revises when field validation is run
* chore: restore original admin field validation
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2022-04-05 14:51:28 -04:00
Dan Ribbens
1482fded9a
feat: upload field implements filterOptions
2022-04-05 12:03:57 -04:00
Elliot DeNolf
6620a4f682
feat(logging): allow pino logger options to be passed into init
2022-04-04 22:55:54 -04:00
Dan Ribbens
485991bd48
feat: filter relationship options in admin ui using filterOptions
2022-04-04 19:44:49 -04:00
Dan Ribbens
85596bbba6
chore: export default field validation
2022-04-01 10:58:08 -04:00
Dan Ribbens
9ea2777555
docs: add validation arguments
2022-03-31 01:00:52 -04:00
Dan Ribbens
5a7e8a980b
feat: builds a way to inject custom React providers into admin UI
...
* fix: rich text textarea height
* feat: custom providers for admin panel
* docs: custom provider component
2022-03-28 11:23:22 -04:00
Dan Ribbens
dc9898e355
docs: remove versions payload beta version
2022-03-17 11:38:11 -04:00
Dan Ribbens
647db5122e
feat: add pagination argument to optimize graphql relationships and use in local api ( #482 )
2022-03-16 14:58:41 -04:00
Dan Ribbens
ba1a8284ac
docs: init options for email, local, and onInit ( #474 )
2022-03-16 13:10:45 -04:00
James
73f418bb5c
feat: exposes data arg within create and update access control
2022-03-08 14:42:47 -05:00
James
c9795133b3
feat: adds originalDoc to field access control
2022-03-07 10:53:57 -05:00
James
8e23a24f34
feat: #458 , provides field hooks with sibling data
2022-03-01 18:57:17 -05:00
Dan Ribbens
99b9afc81c
chore: version documentation for local and graphql apis
2022-02-14 15:50:04 -05:00
James
8422d0dfda
Merge branch 'feat/graphql-versions' of github.com:payloadcms/payload into feat/graphql-versions
2022-02-11 14:50:48 -05:00
James
d65e856ada
docs: improves versions heading hierarchy
2022-02-11 12:09:21 -05:00
James
cc4dc59aa9
docs: completes version docs
2022-02-11 11:25:18 -05:00
Dan Ribbens
dca90c4aa9
feat: serverURL is no longer required ( #437 )
2022-02-11 08:32:37 -05:00
Dan Ribbens
b159e148db
chore: rename publishVersion to restoreVersion ( #438 )
2022-02-10 16:35:03 -05:00
James
eaa4858580
docs: progress to versions
2022-02-09 13:26:44 -05:00
James
eb4f9572b8
feat: implements versions in global ui
2022-02-08 11:15:26 -05:00
James
a59b14bd8c
feat: implements versions in globals, adds tests
2022-02-07 17:46:51 -05:00
James
86890a2de4
tests: fixes outdated test
2022-02-07 16:44:56 -05:00