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
Elliot DeNolf
6620a4f682
feat(logging): allow pino logger options to be passed into init
2022-04-04 22:55:54 -04:00
James
bb3080aef7
chore(release): v0.15.3
v0.15.3
2022-04-04 15:11:50 -04:00
James
f4a2dff892
fix : #499 , graphql row / ui field bug
2022-04-04 15:09:56 -04:00
James
fa7f234b48
chore(release): v0.15.2
v0.15.2
2022-04-04 13:59:36 -04:00
James
6f05fe80ae
Merge branch 'master' of github.com:payloadcms/payload
2022-04-04 13:57:10 -04:00
James
a703e0582d
fix : #495 , avoids appending version to id queries
2022-04-04 13:56:09 -04:00
Elliot DeNolf
839e3f9dae
test: fix all ts errors, eslint overrides
2022-04-03 23:40:29 -04:00
Elliot DeNolf
9c6af860d4
test: migrate test files to ts
2022-04-03 23:40:29 -04:00
James
b3a7c16f8e
chore(release): v0.15.1
v0.15.1
2022-03-28 15:01:40 -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
Lukas Chladek
45f70114e6
feat: export Plugin type from config types ( #491 )
...
This type is useful for plugin authors to correctly type their plugin.
2022-03-28 11:22:33 -04:00
Dan Ribbens
f442552858
chore: add security readme ( #489 )
2022-03-24 21:14:17 -04:00
Dan Ribbens
483e8934c9
Merge branch 'master' of github.com:payloadcms/payload
2022-03-17 11:38:28 -04:00
Dan Ribbens
dc9898e355
docs: remove versions payload beta version
2022-03-17 11:38:11 -04:00
James
2b71144015
chore: changelog
2022-03-16 15:30:16 -04:00
James
9b17b5c08c
chore(release): v0.15.0
v0.15.0
2022-03-16 15:03:22 -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
ad98b29398
feat: adds path to GraphQL errors ( #457 )
...
* feat: adds path to GraphQL errors
* feat: afterError hook complete and error handling types
* Revert "feat: afterError hook complete and error handling types"
This reverts commit 5517d16c58f516fd4663b1bff791dd7c78b1e721.
* fix: moves extra graphql error response to extensions
2022-03-16 13:11:30 -04:00
Dan Ribbens
ba1a8284ac
docs: init options for email, local, and onInit ( #474 )
2022-03-16 13:10:45 -04:00
Dan Ribbens
26dbebb380
chore: improve test coverage for upload relationship ( #475 )
2022-03-16 13:10:22 -04:00
Dan Ribbens
f14e187545
feat: allow empty string radio and select option values ( #479 )
2022-03-16 13:09:37 -04:00
Jarrod Flesch
8fc4f7f806
fix: adjusts lte and gte types to match docs and codebase ( #480 )
2022-03-16 13:08:45 -04:00
Dan Ribbens
24aa475640
fix: further sanitize serverURL to prevent undefined in admin routes ( #481 )
2022-03-16 13:08:11 -04:00
James
0bfc589d47
chore: beta release
2022-03-10 10:02:34 -05:00
James
97f3178005
fix: ensures overrideAccess is false if undefined while populating
2022-03-10 09:49:01 -05:00
James
73f418bb5c
feat: exposes data arg within create and update access control
2022-03-08 14:42:47 -05:00
James
7e5eeef122
chore: revises logic used to determine if hasWhereAccessResult
2022-03-08 14:42:28 -05:00
James
aee86c6136
chore: beta release
2022-03-07 10:56:21 -05:00
James
c9795133b3
feat: adds originalDoc to field access control
2022-03-07 10:53:57 -05:00
James
561c43c564
chore: beta release
2022-03-07 10:28:08 -05:00
James
f5535f613a
fix: rare crash with link rte element
2022-03-07 10:23:50 -05:00
James
2e9a4c7d71
feat: improves rich text link
2022-03-03 16:29:38 -05:00
James
966c3c6471
feat: improves adding rich text voids to RTE
2022-03-03 15:17:02 -05:00
James
c75054f562
chore: beta release
2022-03-01 19:46:00 -05:00
James
fd0629e932
fix : #464 , graphql upload access control
2022-03-01 19:44:03 -05:00
James
bddb65a7a1
chore: beta release
2022-03-01 19:43:33 -05:00
James
8e23a24f34
feat: #458 , provides field hooks with sibling data
2022-03-01 18:57:17 -05:00
James
82f0beffce
chore: beta release
2022-02-24 10:02:57 -05:00
James
f225ad349d
Merge branch 'fix/csrf-no-server-url' of github.com:payloadcms/payload into fix/461-searching-relationship-fields
2022-02-23 16:31:16 -05:00
Dan Ribbens
7e69fcbc7d
fix: optimizes relationship input search querying
2022-02-23 14:43:33 -05:00
Dan Ribbens
cbf43fa0d8
fix: prevents None from appearing in hasMany relationship select options
2022-02-23 14:42:01 -05:00
James
bac2a0a0bf
chore: cleanup
2022-02-23 09:41:56 -05:00
James
08924a1934
fix : #461
2022-02-23 09:40:54 -05:00
James
cfca6d67f1
chore: type cleanup
2022-02-23 08:16:13 -05:00
Oran Epelbaum
a9b83c8798
fix : #459 - in Relationship field to multiple collections, when the value is null, options are not populated ( #460 )
2022-02-23 08:05:17 -05:00
James
96a9b75558
chore: cleans up comments
2022-02-20 12:42:05 -05:00
James
d03bda9e87
chore: beta release
2022-02-20 12:27:55 -05:00
James
08b3e8f18f
fix: ensures empty hasMany relationships save as empty arrays
2022-02-20 12:22:42 -05:00