Elliot DeNolf
71633b1c8d
test: check for actual files on create
2020-10-12 10:56:16 -04:00
Elliot DeNolf
2eb863aff0
test: extract out headers
2020-10-12 10:40:50 -04:00
Elliot DeNolf
5aede8affb
fix component compilation
2020-10-11 14:29:46 -04:00
Elliot DeNolf
09dfb9793a
fix webpack paths for both unix and windows
2020-10-11 14:14:21 -04:00
Elliot DeNolf
09897de77d
add sort complex
2020-10-11 14:10:42 -04:00
Dan Ribbens
0362290d40
fix windows compatibility with webpack
2020-10-11 12:04:26 -04:00
James
84191ec8fd
renames client to admin, sets up component library
2020-10-10 18:28:17 -04:00
James
3bec424d05
Merge branch 'master' of github.com:keen-studio/payload
2020-10-09 13:39:07 -04:00
James
fc56a42fb0
fixes issue with relationship field and null value
2020-10-09 13:39:02 -04:00
James
05a5cc16bd
further removes dependency on mongoose-hidden
2020-10-09 13:38:51 -04:00
Elliot DeNolf
c99b2f35f4
add disableScrollOnSuccess per-collection
2020-10-09 12:24:17 -04:00
Elliot DeNolf
8ae7457a3f
add missing autoComplete attribute on password fields
2020-10-09 12:06:29 -04:00
Elliot DeNolf
bb8a04dd7b
add style and width props for Group, Array, and Blocks
2020-10-09 11:45:58 -04:00
James
a681f5f725
builds unlock operation
2020-10-09 11:04:36 -04:00
Elliot DeNolf
613552de0a
add style and width props for Blocks
2020-10-09 10:07:16 -04:00
Elliot DeNolf
cd38d37242
enforce maxRows on Arrays and Blocks
2020-10-09 10:07:10 -04:00
James
f880072697
fixes bug with adding blocks and arrays due to async buildStateFromSchema
2020-10-08 23:03:37 -04:00
James
ffc3f10177
adds indication for readOnly Array and Blocks when no rows are present
2020-10-08 21:41:47 -04:00
James
f9b7e3239e
adds both singular and plural labels to Blocks and Array, adjusts impacted files accordingly
2020-10-08 21:33:37 -04:00
James
09cc61c96a
fixes modal scroll
2020-10-08 20:09:00 -04:00
James
a6325c69f4
Merge branch 'master' of github.com:keen-studio/payload
2020-10-08 19:32:36 -04:00
James
2f1b1a02b1
enables default values in new rows of array / block fields
2020-10-08 19:32:10 -04:00
James
727c5a4a53
styles baseline richText
2020-10-08 19:31:42 -04:00
James
918d3bd2bc
fixes bug with clearing hasMany relationship field values
2020-10-08 19:31:26 -04:00
Elliot DeNolf
2d7bacad09
don't render 'Add Blocks' button when readOnly
2020-10-08 17:00:41 -04:00
James
234ed07ad6
Merge branch 'master' of github.com:keen-studio/payload
2020-10-08 16:18:08 -04:00
Elliot DeNolf
964fdf779a
make rich text respect readOnly
2020-10-08 16:05:23 -04:00
Elliot DeNolf
40afb5e8fa
add default value test for normal fields
2020-10-08 10:16:05 -04:00
James
12eb33b5c9
fixes bug with fromAddress in sanitizeConfig
2020-10-08 09:14:50 -04:00
Elliot DeNolf
ddb238c7e4
add blocks cell tests
2020-10-08 07:09:24 -04:00
Elliot DeNolf
db6315a621
fix date cell test for timezone in CI
2020-10-08 06:27:19 -04:00
Elliot DeNolf
3dc9ddcb52
add some cell type tests
2020-10-08 05:50:07 -04:00
Elliot DeNolf
352dfa9a09
finish configuring client tests
2020-10-08 05:20:52 -04:00
Elliot DeNolf
60a3e680dd
move tests dir to root
2020-10-08 05:01:48 -04:00
Elliot DeNolf
c599522e44
isolate api tests inside tests/api
2020-10-08 04:50:33 -04:00
Elliot DeNolf
64fef7d380
implement basic react testing suite
2020-10-07 17:20:10 -04:00
James
91016ec206
removes image-size in favor of probe-image-size to handle CMYK jpgs
2020-10-07 16:52:48 -04:00
James
9aeab9548d
ensures default values work for Group and Array
2020-10-07 16:43:08 -04:00
James
69d7f21b56
partially working buildStateFromSchema
2020-10-07 16:26:56 -04:00
James
9de596605b
fixes bug with localization
2020-10-07 16:18:01 -04:00
James
650edcf56a
reduces padding on position-panel
2020-10-07 16:17:49 -04:00
James
2c4dedff2c
only loads uploads if modal is open
2020-10-07 15:55:25 -04:00
James
870e39961c
implements env-based bundle analyzer
2020-10-07 15:55:16 -04:00
James
9716d008a9
Merge branch 'master' of github.com:keen-studio/payload
2020-10-07 15:39:08 -04:00
James
eea9d14749
ensures modals have proper Z index, allows Upload field to handle deleted files gracefully
2020-10-07 15:10:39 -04:00
Elliot DeNolf
77de6e4b60
fix: initial form state
2020-10-07 14:53:55 -04:00
James
1ea3763185
better handles failed form submissions, allows customization of file uploads
2020-10-07 14:51:42 -04:00
James
dffb554ebe
fixes bug in Number field type
2020-10-07 12:42:32 -04:00
James
c2e9407f50
removes unused arg in findByID memoization
2020-10-06 14:39:53 -04:00
James Mikrut
e20555f9cf
Memoize populate ( #408 )
...
* Revert "0.0.108"
This reverts commit 7aafe49662 .
* Revert "swaps out fast-memoize for micro-memoize that supports async"
This reverts commit 33d8ec8a13 .
* Revert "implements a named populate function to memoize"
This reverts commit fb73e772af .
* Revert "0.0.107"
This reverts commit c2692e9b4a .
* reverts back to 106
* memoizes findByID
2020-10-06 14:38:20 -04:00