Dan Ribbens
5591eeafca
feat: add before and after login components ( #427 )
2022-01-31 21:26:12 -05:00
James
dbb3c50222
feat: adds a way to customize express.static options
2022-01-31 10:27:26 -05:00
James
43fb317812
chore: removes unused form stringify functionality
2022-01-24 22:45:26 -05:00
Jarrod Flesch
8327b5aae5
fix: rte upload field population
2022-01-24 18:07:04 -05:00
James
39438b8460
fix: ensures rte upload is populated when only upload is enabled
2022-01-24 12:11:05 -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
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
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
609b871fa2
fix: awaits beforeDelete hooks
2022-01-14 12:13:43 -05:00
James
20e5dfbb4a
fix: ensures nested lists always render properly
2022-01-12 14:39:32 -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
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
James
dd5ed218a5
Merge branch 'master' of github.com:payloadcms/payload
2022-01-05 17:27:43 -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
65b0ad7f08
feat: builds a way for multipart/form-data reqs to retain non-string values
2022-01-03 16:54:56 -05:00
James
e5d9335596
chore: safely accesses req files
2021-12-29 16:47:37 -05:00
James
5c3cfa4c93
fix : #408
2021-12-29 16:08:08 -05:00
James
e2c5d93751
fix : #408
2021-12-29 15:49:47 -05:00
James
a09570c78d
fix: 407
2021-12-29 15:29:12 -05:00
James
961787d681
fix: ensures searching relationships works with many pages of results
2021-12-29 15:09:08 -05:00
James
9e091af67e
fix: ensures row count is set properly in block fields
2021-12-29 11:03:20 -05:00
James
4119eec796
fix: cross-browser upload drag and drop
2021-12-29 10:56:36 -05:00
James
ba79fd42db
fix: allows null in ImageSize width and height types
2021-12-28 11:56:10 -05:00
Elliot DeNolf
da7c0c984c
fix: globals model typing
2021-12-26 23:52:05 -05:00
James
05288ee08c
fix: ensures local findByID retains user
2021-12-23 11:29:45 -05:00
James
140a3aa9ea
fix: ensures getDataByPath works
2021-12-22 14:18:50 -05:00
James
17b7ee29ac
chore: updates pattern for before / after component injection
2021-12-21 14:45:57 -05:00
James
e337c62ba1
feat: builds custom routes API, Before/After Dashboard and Nav custom components
2021-12-21 12:27:22 -05:00
James Mikrut
3e40944e19
Merge pull request #394 from payloadcms/fix/393
...
fix : #393 , ensures preview button gets up to date data
2021-12-14 10:27:58 -05:00
James
97388738de
fix : #370 , only performs password functions when auth enabled
2021-12-14 10:27:37 -05:00
James
a16b99b0c8
fix : #390 , safari rich text link bug
2021-12-14 10:23:28 -05:00
James
2f47e39a9f
fix : #393 , ensures preview button gets up to date data
2021-12-14 10:10:13 -05:00
Jacob Fletcher
925a33e560
fix: requires path in select, text, textarea, and upload components
2021-11-30 13:19:09 -05:00
Jacob Fletcher
ecabf130fd
fix: select component rendered value
2021-11-30 10:50:32 -05:00
Jacob Fletcher
80c81ecfc6
Merge branch 'master' of github.com:payloadcms/payload into feat/form-onchange
2021-11-30 09:48:42 -05:00
Jacob Fletcher
f0fd859347
fix: prevents uncontrolled text field component
2021-11-30 09:28:07 -05:00
Jacob Fletcher
7e2b259816
fix: select component types
2021-11-29 18:27:14 -05:00
Jacob Fletcher
0b13eda1e5
fix: threads props through textarea component
2021-11-29 18:05:51 -05:00