Dan Ribbens
3736755a12
feat: types custom components to allow any props ( #1013 )
2022-08-29 14:57:30 -04:00
Dan Ribbens
50b0303ab3
fix: incorrect field paths when nesting unnamed fields ( #1011 )
...
* chore: reproduce issue #976
* fix: incorrect field paths when nesting non-named fields
2022-08-29 14:52:17 -04:00
Dan Ribbens
4900fa799f
fix: remove lazy loading of array and blocks
2022-08-23 15:42:33 -04:00
Afzaal Ahmad
38a1a38c0c
feat: enable reordering of hasMany relationship and select fields ( #952 )
...
* feature: enable reordering of hasMany relationship and select fields using config
* update: correct docs for select, and relationship field for sortable config
* update: move sortable to admin config, and rename it to isSortable, apply grab, and grabbing classes while drag, and drop
2022-08-18 16:59:33 -04:00
Will Viles
f45d5a0421
feat: adds more prismjs syntax highlighting options for code blocks ( #961 )
2022-08-18 13:17:05 -04:00
Felix Hofmann
7c2acb4324
chore: use type-var instead of 'as'-keyword for jwtDecode
2022-08-16 23:22:00 +02:00
James Mikrut
97ff49f2bf
Merge pull request #926 from rustyy/feat/datepicker-month-only
...
feat: add new pickerAppearance option 'monthOnly'
2022-08-15 19:21:50 -07:00
James
ccada2e8c9
chore: migrates to PATCH for collection updates
2022-08-15 19:19:44 -07:00
James
a3edbf4fef
fix : #568
2022-08-15 18:41:34 -07:00
James
cbb1c84be7
fix : #930
2022-08-14 10:40:52 -07:00
Felix Hofmann
566c6ba3a9
feat: add new pickerAppearance option 'monthOnly'
2022-08-12 23:11:33 +02:00
James
9e4e4b231c
chore: adds commenting to obscure form function
2022-08-12 13:11:49 -07:00
James
b8421ddc0c
fix : #905
2022-08-12 12:18:02 -07:00
James
3735a28b0c
chore: allows url to be used as thumbnail when no adminThumbnail property present
2022-08-06 15:35:54 -04:00
James
c32dfea356
fix : #896
2022-08-05 11:22:26 -04:00
James
b8504ffb25
fix : #878
2022-08-03 15:21:44 -04:00
James
0294c02aed
feat: improves adjacent group styling
2022-08-03 15:21:32 -04:00
James
408b66590a
fix/#853
2022-08-01 12:23:53 -04:00
James
663cae4788
fix: ensures tabs can overflow on mobile when there are many
2022-08-01 08:54:23 -04:00
James
9abb74abf7
fix/#854
2022-08-01 08:40:48 -04:00
James
858b1afa54
fix: ensures when initial values changes, field value is updated
2022-07-28 11:46:52 -04:00
James
84611aff2c
fix : #836
2022-07-27 15:43:02 -04:00
James
61f0e8ea9f
fix: ensures collapsible preferences are retained through doc save
2022-07-25 18:02:48 -04:00
James Mikrut
af00eb9cc4
Merge pull request #820 from payloadcms/fix/#801
...
fix: email not always loading while viewing auth collections
2022-07-25 14:07:50 -07:00
James
08a38b03b9
chore: applies fix to other edit views
2022-07-25 16:58:47 -04:00
James
36e9acc637
fix: email not always loading while viewing auth collections
2022-07-25 16:29:20 -04:00
Vincent Van Dijck
cfb5540e64
fix: set overflow payload modal container to auto
2022-07-25 03:14:19 +02:00
Jarrod Flesch
e2c366f536
fix: sharpens radio input edges by replacing box-shadow trick with border property ( #768 )
2022-07-21 09:55:37 -07:00
Elliot DeNolf
1d06117619
chore: adjust banner color
2022-07-19 07:20:59 -07:00
Dan Ribbens
28e3928094
test: array fields
2022-07-18 23:50:28 -04:00
James
dc5c9ee3a0
chore: better fix to rich text upload
2022-07-18 13:07:20 -07:00
James
079623f40a
fix: responsive improvements to rich text upload
2022-07-18 12:50:20 -07:00
James
3601ef90bc
Merge branch 'feat/1.0' of github.com:payloadcms/payload into feat/1.0
2022-07-17 15:12:36 -07:00
James
76b6c736e1
fix: success banner color rendering incorrectly
2022-07-17 15:12:27 -07:00
Dan Ribbens
b00d8584f3
feat: test admin globals
2022-07-17 18:02:41 -04:00
James
a6a9ab15b7
feat: merges select isClearable
2022-07-17 13:29:18 -07:00
James
4280a59c77
Merge branch 'master' of github.com:payloadcms/payload into feat/1.0
2022-07-17 13:23:04 -07:00
Arick
3132d35e27
feat: allow clear select value ( #735 )
2022-07-17 13:22:49 -07:00
James
7376246592
fix: ensures success pills are properly colored
2022-07-17 13:22:01 -07:00
James
6347a2febf
fix: ensures column selector renders active columns properly
2022-07-17 10:06:58 -07:00
James
2ef8a1e35a
fix: ensures point field doesn't interrupt version creation
2022-07-17 10:03:22 -07:00
James
e7d2bdb45a
fix: styles empty version diff row for dark mode
2022-07-17 09:51:42 -07:00
James
d8a28acfa8
feat: expands rich text field config for better coverage
2022-07-17 09:26:43 -07:00
James
1812be2e16
feat: adds uploads collection for testing to /fields tests
2022-07-17 08:32:15 -07:00
James
6e7d547da5
Merge branch 'feat/1.0' of github.com:payloadcms/payload into feat/1.0
2022-07-16 18:08:46 -07:00
James
6060e4cb27
fix: bug with version diff screen when arrays have no labels
2022-07-16 18:08:37 -07:00
Dan Ribbens
9afd51b7dd
Merge branch 'feat/1.0' into feat/test-hooks
2022-07-16 20:42:13 -04:00
Dan Ribbens
dd810a3593
fix: tabs top margin
2022-07-16 19:09:36 -04:00
James
75a4c52071
chore: reduces padding in eyebrow on mobile
2022-07-16 16:03:22 -07:00
James
2707af1d45
fix: ensures blocks can be nested within tabs / rows / collapsibles
2022-07-16 15:51:05 -07:00