Jacob Fletcher
|
925a33e560
|
fix: requires path in select, text, textarea, and upload components
|
2021-11-30 13:19:09 -05:00 |
|
Jacob Fletcher
|
0b13eda1e5
|
fix: threads props through textarea component
|
2021-11-29 18:05:51 -05:00 |
|
Jacob Fletcher
|
86480b7482
|
feat: abstracts textarea component and improves event typing
|
2021-11-29 17:08:39 -05:00 |
|
Jacob Fletcher
|
f234f68019
|
feat: abstracts upload component
|
2021-11-29 17:08:32 -05:00 |
|
Jacob Fletcher
|
fa671378c7
|
feat: abstracts select component
|
2021-11-29 17:08:24 -05:00 |
|
Jacob Fletcher
|
615e3695f2
|
feat: abstracts input from text component
|
2021-11-29 17:08:09 -05:00 |
|
James
|
e01173dd51
|
Merge branch 'master' of github.com:payloadcms/payload
|
2021-11-26 17:10:20 -05:00 |
|
James
|
77a208fff7
|
docs: typescript
|
2021-11-26 17:10:01 -05:00 |
|
James Mikrut
|
cef06e3c79
|
Merge pull request #367 from payloadcms/feat/form-onchange
Feat/form onchange
|
2021-11-25 10:39:02 -05:00 |
|
Elliot DeNolf
|
b99eb8ba73
|
feat: smarter generics
|
2021-11-25 09:41:44 -05:00 |
|
Elliot DeNolf
|
f258c5904e
|
feat: type payload operation calls with generics
|
2021-11-25 09:41:44 -05:00 |
|
James
|
7050b5285e
|
fix: ensures non-localized relationships with many relationTos can be queried
|
2021-11-24 18:01:33 -05:00 |
|
Jacob Fletcher
|
0245747020
|
feat: renames useFieldType to useField
|
2021-11-24 15:37:36 -05:00 |
|
Jacob Fletcher
|
4affdc3a93
|
feat: supports custom onChange handling in text, select, and upload fields
|
2021-11-24 15:28:41 -05:00 |
|
Jacob Fletcher
|
3540a188a4
|
Merge branch 'master' of github.com:payloadcms/payload into feat/form-onchange
|
2021-11-24 14:25:08 -05:00 |
|
Jacob Fletcher
|
40ca3dae61
|
feat: migrates admin preview to async
|
2021-11-24 12:32:44 -05:00 |
|
James
|
26aaef8851
|
feat: merges type generation
|
2021-11-24 10:35:30 -05:00 |
|
Elliot DeNolf
|
21a810c38c
|
feat: add id fields to generated types
|
2021-11-23 16:43:59 -05:00 |
|
Jacob Fletcher
|
3436e6173f
|
wip: custom onchange events for text, select, and upload fields
|
2021-11-22 08:50:48 -05:00 |
|
James
|
0eceb8d76c
|
chore: improves demo collections for testing
|
2021-11-01 17:09:02 -04:00 |
|
James
|
4c85747849
|
feat: improves querying logic
|
2021-10-27 00:49:27 -04:00 |
|
James
|
edb723a4fb
|
feat: builds UI field
|
2021-10-20 16:56:07 -04:00 |
|
James
|
bba1f1ff62
|
Merge branch 'feat/index-sortable-fields' of github.com:payloadcms/payload
|
2021-10-04 11:22:13 -04:00 |
|
James
|
0a5a6071f0
|
chore: renames StrictPolicies to StrictAccess
|
2021-10-04 11:21:40 -04:00 |
|
James
|
1c69441f17
|
chore: adds tests for relationship population
|
2021-10-04 11:19:03 -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
|
03c0435e3b
|
fix: date field error message position
|
2021-09-12 19:47:33 -04:00 |
|
Dan Ribbens
|
c7558d8652
|
fix: sanitize custom id number types
|
2021-09-09 15:46:04 -04:00 |
|
Jean-Baptiste
|
4b70a1225f
|
feat: replace the collection idType option with an explicit id field
|
2021-09-09 11:24:47 -04:00 |
|
Jean-Baptiste
|
29529b2c56
|
fix: improve id type semantic and restrict possible types to text and number
|
2021-09-09 11:21:55 -04:00 |
|
Dan Ribbens
|
bc2a6e1575
|
feat: graphql support for custom id types
|
2021-09-09 11:20:06 -04:00 |
|
Dan Ribbens
|
34630757b9
|
docs: point field and near query
|
2021-08-25 16:55:47 -04:00 |
|
James
|
c187da00b1
|
fix: ensures proper order while transforming incoming and outgoing data
|
2021-08-25 15:38:46 -04:00 |
|
Dan Ribbens
|
f80646c598
|
fix: allow save of collection with an undefined point
|
2021-08-25 13:28:42 -04:00 |
|
Dan Ribbens
|
30f17509ea
|
feat: point field localization and graphql
|
2021-08-24 17:28:08 -04:00 |
|
Dan Ribbens
|
7504155e17
|
feat: add point field type
|
2021-08-23 23:12:50 -04:00 |
|
James
|
9661c6d40a
|
feat: allow completely disabling local file storage
|
2021-08-06 12:18:20 -04:00 |
|
James
|
f61643ac32
|
chore: revises types in demo
|
2021-08-06 11:38:20 -04:00 |
|
James
|
d0982bf332
|
chore: adds test for req.payloadUploadSizes
|
2021-08-06 11:36:51 -04:00 |
|
James
|
dea54a4ccc
|
feat: allows upload resizing to maintain aspect ratio
|
2021-08-06 11:08:48 -04:00 |
|
Dan Ribbens
|
fe0098ccd9
|
feat: add component support to collection and global description
|
2021-07-27 12:53:43 -04:00 |
|
Dan Ribbens
|
e0933f612a
|
feat: add component support to field description
|
2021-07-27 12:53:43 -04:00 |
|
Dan Ribbens
|
29a1108518
|
feat: add descriptions to every allowed field type, globals and collections
|
2021-07-27 12:53:43 -04:00 |
|
Dan Ribbens
|
4544711f0e
|
feat: add admin description to collections and globals
|
2021-07-27 12:53:43 -04:00 |
|
Dan Ribbens
|
dac60a024b
|
feat: add customizable admin field descriptions
|
2021-07-27 12:53:43 -04:00 |
|
James
|
538851325d
|
fix: crash on bullet list de-selection
|
2021-07-06 18:28:22 -04:00 |
|
James
|
007591272f
|
fix: updates demo richtext elements with proper SCSS
|
2021-07-06 15:15:08 -04:00 |
|
Dan Ribbens
|
470866ae37
|
chore: adds test case for relation field maxDepth
|
2021-06-22 14:29:02 -04:00 |
|
Dan Ribbens
|
880dabdcad
|
feat: adds maxDepth to relationships and upload fields
|
2021-06-22 13:28:27 -04:00 |
|
Elliot DeNolf
|
dd40ab07fa
|
fix: handle all scenarios in select cell
|
2021-06-08 09:17:28 -04:00 |
|