Jacob Fletcher
d473600a15
fix(ui): removes duplicative hidden field from array rows
2024-03-19 16:29:37 -04:00
Jacob Fletcher
bee32f9898
fix(ui): takes context as precedent when determining field paths
2024-03-19 15:09:02 -04:00
Dan Ribbens
ed01ee1e2d
feat: duplicate doc moved from frontend to backend concern ( #5342 )
...
BREAKING CHANGE: collection.admin.hooks.beforeDuplicate removed and instead should be handled using field beforeDuplicate hooks which take the full field hook arguments.
* feat: duplicate doc moved from frontend to backend concern
* feat: default beforeDuplicate hook functions on unique fields
* docs: beforeDuplicate field hook
* test: duplicate doc local api
* chore: fix build errors
* chore: add access.create call to duplicate operation
* chore: perfectionist reorder imports
2024-03-19 11:25:19 -04:00
Jacob Fletcher
772d5e10b8
chore: migrates from SanitizedConfig to ClientConfig types where necessary
2024-03-19 10:18:20 -04:00
Jacob Fletcher
7e96560fbb
chore(ui): adds disableBulkEdit and unique to field map
2024-03-19 10:18:08 -04:00
Jacob Fletcher
6ae5e11c6f
fix(ui): renders label from component map in select field
2024-03-19 10:14:06 -04:00
Jacob Fletcher
9182d8d594
fix(ui): falls back custom fields as undefined instead of null
2024-03-18 16:50:15 -04:00
Jacob Fletcher
decc56e54d
fix: properly renders custom field components
2024-03-18 16:21:52 -04:00
Alessio Gravili
976d86ae1a
fix: missing name in ID field
2024-03-18 16:06:22 -04:00
Jarrod Flesch
99f31bbc23
feat: wires up server-action for language translation loading ( #5346 )
2024-03-18 15:42:45 -04:00
Alessio Gravili
26df916421
fix: issues related to Auth test suite
2024-03-18 15:30:55 -04:00
Jacob Fletcher
10786c6ca8
fix(ui): client-side hidden fields
2024-03-18 14:26:35 -04:00
Jacob Fletcher
55d9377403
chore(ui): client-side renders all default fields ( #5357 )
2024-03-18 12:51:39 -04:00
Paul Popus
7e625b8e9e
fix: fieldComponentProps undefined error in mapFields
2024-03-18 12:22:34 -03:00
James
152eea3cb8
chore: removes unused prop
2024-03-18 11:18:26 -04:00
James
605d96b71b
chore: avoids passing fieldTypes in buildComponentMap
2024-03-18 11:03:14 -04:00
James
81522b33e6
chore: removes setOnSave from DocumentInfo, refreshes cookie when saving user
2024-03-18 10:36:13 -04:00
Jacob Fletcher
b215eae914
chore(ui): exports missing FieldType and Options
2024-03-16 01:10:09 -04:00
Jacob Fletcher
fb4651bdad
chore(ui): strictly types fields ( #5344 )
2024-03-15 17:41:48 -04:00
Jarrod Flesch
eef06425a3
chore: passing versions e2e ( #5343 )
2024-03-15 17:09:32 -04:00
Alessio Gravili
b329e3c43c
fix: browser console warning: Skipping auto-scroll behavior due to position: sticky or position: fixed on element
2024-03-15 17:02:41 -04:00
James
e2d7fec793
chore: merge
2024-03-15 15:30:29 -04:00
James
6311156169
chore: optimizes buildFormState by passing prefs from admin
2024-03-15 15:28:05 -04:00
Alessio Gravili
8818ed9d7b
fix: document permissions not working for Document Drawers
2024-03-15 15:06:55 -04:00
Alessio Gravili
398811a14e
fix: Document Drawers triggered from relationship fields were requesting form state from field schemaPath rather than the actual, requested collection
2024-03-15 14:32:12 -04:00
Patrik
c5f9533d2b
test: passing text field suite ( #5341 )
2024-03-15 14:27:43 -04:00
Alessio Gravili
1550e32282
chore: keep sync and ui next versions in sync. Only the monorepo next version has to be different
2024-03-15 11:53:31 -04:00
Alessio Gravili
92654af609
fix: properly type getPreferences and update richtext-lexical's block collapsed handling to match that type
2024-03-15 10:53:32 -04:00
Alessio Gravili
6789e61488
chore: run lint & prettier on everything
2024-03-14 23:53:47 -04:00
Alessio Gravili
4300c3d550
chore: add missing .prettierignore files. Without them, folders like "dist" would not be excluded on a package-level despite a root-level .prettierignore being present
2024-03-14 22:48:27 -04:00
Alessio Gravili
57f8b427db
fix(richtext-lexical): remove Lazy field & cell components, which fixes RSC errors, likely due to RSC bug where React.lazy's are not handled properly
2024-03-14 17:01:14 -04:00
Jacob Fletcher
f85e96acac
fix(ui): executes filterOptions on the server ( #5335 )
2024-03-14 16:53:24 -04:00
Alessio Gravili
bff83f1785
chore: upgrade next
2024-03-14 16:47:57 -04:00
Alessio Gravili
ca27748799
fix(richtext-lexical): get sub-block-lexical fields to work 4 out of 5 times
2024-03-14 16:42:08 -04:00
Paul Popus
d4f3309ffd
fix: rowLabel for array field and collapsible field to support client side components
2024-03-14 16:59:33 -03:00
James
98aa8cc22a
Merge branch 'feat/doc-permissions' into alpha
2024-03-14 13:03:13 -04:00
James
e9e228abaf
chore: builds
2024-03-14 13:02:06 -04:00
Alessio Gravili
b6ce1fbd51
chore: downgrade next version of ui to fix e2e tests
2024-03-14 10:35:23 -04:00
Alessio Gravili
7267cfdbfc
chore: make sure installed next versions match everywhere
2024-03-14 10:16:32 -04:00
Jacob Fletcher
fa259aa194
fix(next): custom edit view base override
2024-03-14 10:06:35 -04:00
James
be88d278c6
chore: builds
2024-03-13 22:22:15 -04:00
Jacob Fletcher
81cb8c83bf
fix(ui): renders versions tab count only when docs exist
2024-03-13 17:39:50 -04:00
Jarrod Flesch
26c434c4ee
chore: implements clearRouteCache in other list actions
2024-03-13 15:25:36 -04:00
Jarrod Flesch
d7ebb871bb
feat: adds routerCache provider
2024-03-13 14:33:03 -04:00
James
2237d7e860
Merge branch 'alpha' of github.com:payloadcms/payload into alpha
2024-03-13 13:59:53 -04:00
James
6ea456d6da
chore: reduces date-fns locales loaded
2024-03-13 13:59:38 -04:00
Dan Ribbens
96e0f55c61
chore(release): v3.0.0-alpha.48 [skip ci]
2024-03-12 14:51:40 -04:00
Dan Ribbens
0fcdec604c
chore(release): v3.0.0-alpha.47 [skip ci]
2024-03-12 14:14:16 -04:00
Patrik
e6b23aee18
fix(ui): field label htmlFor ( #5308 )
2024-03-12 13:54:00 -04:00
Jacob Fletcher
8fd6bd4c71
fix(ui): document drawer titles ( #5306 )
2024-03-12 12:40:15 -04:00