Dan Ribbens
5591eeafca
feat: add before and after login components ( #427 )
2022-01-31 21:26:12 -05:00
James
0a6349e323
chore: beta release
2022-01-31 10:29:34 -05:00
James
dbb3c50222
feat: adds a way to customize express.static options
2022-01-31 10:27:26 -05:00
James
c97cbeb6fd
chore: beta release
2022-01-24 22:50:28 -05:00
James
43fb317812
chore: removes unused form stringify functionality
2022-01-24 22:45:26 -05:00
James
89fca20a44
chore: beta release
2022-01-24 18:09:29 -05:00
Jarrod Flesch
8327b5aae5
fix: rte upload field population
2022-01-24 18:07:04 -05:00
James
8451233f95
chore: beta release
2022-01-24 12:13:27 -05:00
James
39438b8460
fix: ensures rte upload is populated when only upload is enabled
2022-01-24 12:11:05 -05:00
James
d887b6bdc5
chore: beta release
2022-01-24 10:50:27 -05:00
James
671077669e
chore: removes stubbed test
2022-01-21 16:58:07 -05:00
James
a0efa25616
feat: improvements to rte upload
2022-01-21 16:56:24 -05:00
James
bf142ff746
chore: beta release
2022-01-21 16:46:56 -05:00
Jarrod Flesch
c8b00206d9
style: adjusts style of nested RTE inside edit fields
2022-01-21 15:38:06 -05:00
Jarrod Flesch
0e4eb906f2
feat: enhances rich text upload with custom field API
...
* feat: adds admin.upload.collections[collection-name].fields to the RTE to save specific data on upload elements
* chore: renames flatten to unflatten in reduceFieldsToValues, disables automatic arrow function return in eslint
* docs: adds documentation for upload.collections[collection-name].fields feature
* feat: adds recursion to richText field to populate relationship and upload nested fields
* chore: removes unused css
* fix: import path for createRichTextRelationshipPromise
* docs: updates docs to include images for the RTE upload docs
2022-01-21 10:15:51 -05:00
Jarrod Flesch
d54d511133
docs: updates docs to include images for the RTE upload docs
2022-01-19 17:37:29 -05:00
Jarrod Flesch
586cd4d6af
fix: import path for createRichTextRelationshipPromise
2022-01-19 16:55:51 -05:00
Jarrod Flesch
1e6295a788
chore: removes unused css
2022-01-19 16:44:42 -05:00
Jarrod Flesch
42af22c2a1
feat: adds recursion to richText field to populate relationship and upload nested fields
2022-01-19 15:29:00 -05:00
Jarrod Flesch
e76f7c88a5
docs: adds documentation for upload.collections[collection-name].fields feature
2022-01-19 11:42:18 -05:00
Jarrod Flesch
f8af99b058
chore: renames flatten to unflatten in reduceFieldsToValues, disables automatic arrow function return in eslint
2022-01-19 11:22:27 -05:00
Jarrod Flesch
3adf44a241
feat: adds admin.upload.collections[collection-name].fields to the RTE to save specific data on upload elements
2022-01-19 11:21:08 -05:00
James
d07bb932ca
chore: beta release
2022-01-14 12:15:54 -05:00
James
609b871fa2
fix: awaits beforeDelete hooks
2022-01-14 12:13:43 -05:00
James
7c7b546812
chore: beta release
2022-01-12 14:45:22 -05:00
James
20e5dfbb4a
fix: ensures nested lists always render properly
2022-01-12 14:39:32 -05:00
James
d7c9d9f55b
chore: beta release
2022-01-12 14:21:32 -05:00
James
5e42a835a1
chore: merge rich text indent
2022-01-12 14:17:23 -05:00
James Mikrut
7df50f9bf9
feat: adds indentation controls to rich text
...
* feat: rich text indent PoC
* fix: new slate version types
* feat: ensures only lowest rich text list is shown as active
* feat: adds icons for indentation
* docs: adds indent to rich text
2022-01-12 14:16:05 -05:00
James
c5de01bfc4
fix: new slate version types
2022-01-10 22:19:19 -05:00
James
2deed8b146
feat: rich text indent PoC
2022-01-10 22:15:14 -05:00
James
baa6258bba
chore: beta release
2022-01-07 14:34:41 -05:00
James
ef4e6d32a9
fix: type error in useField
2022-01-07 14:22:59 -05:00
James
df3a83634f
feat: exposes FieldWithPath type for reuse
2022-01-07 14:21:36 -05:00
James Mikrut
c67a68f9d8
Merge pull request #415 from oranoran/admin-classname
...
Added "className" property to admin + documented existing "style" property
2022-01-07 14:20:05 -05:00
Jarrod Flesch
8591d97fa5
Adjusts Point field docs and test variables ( #382 )
...
* fix: corrects the label order and removes confusion for the values saved on a Point field type
* fix: adjusts code to mirror the doc change, replaces [x, y] with [lng, lat] and add type names to Geolocation
* chore: add nested point field test cases
* fix: index true creates a 2dsphere spatial index on point fields
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2022-01-05 17:46:01 -05:00
Dan Ribbens
d4f3bbd91c
chore: beta release
2022-01-05 17:34:13 -05:00
James
dd5ed218a5
Merge branch 'master' of github.com:payloadcms/payload
2022-01-05 17:27:43 -05:00
James
d720509849
chore: beta release
2022-01-05 17:27:37 -05:00
Oran Epelbaum
5549926d2c
Fixed saving of a cleared number value ( #412 )
...
* Fixed saving of a cleared number value
* fix: clearing saved number for a localized field
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2022-01-05 17:24:14 -05:00
Oran Epelbaum
50dd65ef92
Added className property to admin, in addition to the existing style property. Also documented both properties.
2022-01-05 21:24:11 +02:00
James
ae44727fb9
fix: ensures multipart/form-data using _payload flattens field data before sending
2022-01-04 09:30:07 -05:00
James
07c3f757e6
chore: beta release
2022-01-03 17:22:37 -05:00
James
65b0ad7f08
feat: builds a way for multipart/form-data reqs to retain non-string values
2022-01-03 16:54:56 -05:00
James
433a52232b
chore(release): v0.14.0
v0.14.0
2022-01-03 10:14:33 -05:00
James
fd4319de06
chore: beta release
2021-12-29 16:49:22 -05:00
James
e5d9335596
chore: safely accesses req files
2021-12-29 16:47:37 -05:00
James
932116e953
chore: beta release
2021-12-29 16:10:15 -05:00
James
5c3cfa4c93
fix : #408
2021-12-29 16:08:08 -05:00
James
2e6af97506
chore: beta release
2021-12-29 15:51:47 -05:00