James
c6edb7f53a
chore: improves design
2022-10-10 13:57:08 -04:00
James
1e048fe037
feat: adds ability to create related docs while editing another
2022-10-09 20:24:38 -04:00
James Mikrut
39d1a09d5a
Merge pull request #1215 from damtzi/chore/credentials-include
...
chore: Add 'credentials: include' to all fetch calls
2022-10-06 17:55:55 -04:00
Damian Tziamtzis
74ae6fd1d5
chore: Add 'credentials: include' to all fetch calls
2022-10-06 23:14:55 +02:00
James
b379666dec
chore: improves upload field button aesthetics a bit
2022-10-06 17:04:29 -04:00
James Mikrut
6f40b5c9ab
Merge pull request #1175 from bigmistqke/fix/responsive-fileupload-width
...
Fix: responsive fileupload width
2022-10-06 16:42:25 -04:00
James Mikrut
8d065d619d
Merge pull request #1124 from payloadcms/feat/sortable-by-default
...
feat: sort select and relationship fields by default
2022-10-06 13:20:32 -04:00
James Mikrut
cbff1776e7
Merge pull request #1168 from payloadcms/fix/read-only
...
Fix: read only field styles
2022-10-06 13:20:16 -04:00
bigmistqke
6e1dfff1b8
fix: resize textarea only vertically
2022-10-02 17:37:27 +02:00
Jarrod Flesch
c97d4f9545
Merge branch 'master' into fix/read-only
2022-09-29 12:54:02 -04:00
Jarrod Flesch
00ef1700ae
fix: ajusts how disabled states are being set on anchors and buttons
2022-09-29 11:49:25 -04:00
bigmistqke
f9feff58d6
add flex-wrap: wrap to upload__wrap
2022-09-26 21:03:28 +02:00
bigmistqke
73848b6037
fix: remove min-width from fileupload
2022-09-26 20:51:45 +02:00
Jarrod Flesch
918130486e
fix: styles readOnly RichTextEditor, removes interactivity within when readOnly
2022-09-23 14:34:02 -04:00
Jarrod Flesch
b454811698
fix: threads readOnly to ReactSelect
2022-09-23 13:17:11 -04:00
Dan Ribbens
22ea98ca33
fix: field level access for nested fields
2022-09-22 21:37:02 -04:00
Elliot DeNolf
813c46c86d
feat: sort select and relationship fields by default
2022-09-13 20:06:12 -07:00
Dan Ribbens
9c4f2b68b0
fix: conditions on conditionals
2022-09-13 11:53:52 -04:00
James
66b77f7dca
chore: re-adds key to tabs RenderFields
2022-09-13 07:40:48 -07:00
Dan Ribbens
834f4ebd38
feat/add support for setting collapsable fields (array, block, collapsable… ( #1057 )
...
Co-authored-by: liorix <liorix@gmail.com >
Co-authored-by: Elliot DeNolf <denolfe@gmail.com >
2022-09-12 10:39:49 -07:00
James
cd209379b2
chore: merge master
2022-09-11 18:07:05 -07:00
Elliot DeNolf
5a19f6915a
fix: rich text link with no selection
2022-09-09 15:17:51 -07:00
James
6674a0df6b
Merge branch 'feat/improve-rich-text-link' of github.com:payloadcms/payload into feat/improve-rich-text-link
2022-09-08 18:05:39 -07:00
James
cbbace21ca
chore: updates faceless modal
2022-09-08 18:05:21 -07:00
Elliot DeNolf
03847703b0
chore: update rich text data seeding
2022-09-08 15:40:49 -07:00
James
3c46851426
chore: migrates to new faceless modal version
2022-09-08 15:22:09 -07:00
James
a45577f182
chore: misc ux improvements to rich text link
2022-09-07 17:25:15 -07:00
James
eb963066f7
chore: fixes bug with links always populating
2022-09-07 16:52:32 -07:00
James
a99d9c98c3
feat: allows rich text links to link to other docs
2022-09-07 16:42:43 -07:00
James
cdfc0dec70
chore: ensures logic is accurate while updating links
2022-09-07 13:48:36 -07:00
James
784696f9a6
chore: comments todos
2022-09-07 09:27:39 -07:00
James
91000d7fda
feat: improves rich text link ux
2022-09-06 22:53:27 -07:00
James Mikrut
e81da57f61
Merge pull request #1079 from payloadcms/fix/#1062
...
fix : #1062
2022-09-06 13:58:20 -07:00
James
05d1b141b2
fix : #1062
2022-09-06 13:56:53 -07:00
Arick
cd8edbaa1f
fix: reorder plugin wrapping ( #1051 )
2022-09-06 16:19:21 -04:00
James
5ae666b0e0
fix: ensures adding new media to upload works when existing doc does not exist
2022-09-02 14:39:41 -07:00
Wesley
c3a0bd8625
fix: implement the same word boundary search as the like query ( #1038 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2022-09-01 13:03:21 -04:00
James
d588843121
fix : #981
2022-08-30 14:43:44 -07:00
James
8df9ee7b2d
fix : #948
2022-08-30 11:54:41 -07:00
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
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
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
Dan Ribbens
a83921a2fe
feat: support localized tab fields
2022-08-11 12:05:02 -04:00
Slava Nossar
dd289ca24a
update data and path when tab had name
2022-08-11 12:04:20 -04:00