James
7fa27686bb
chore: clarity to secret key usage
2023-04-17 17:02:07 -04:00
James
e3e2d513df
Merge branch 'docs/user-token' of github.com:payloadcms/payload into docs/user-token
2023-04-17 17:00:46 -04:00
Quentin Beauperin
f9b8e2dbc5
fix: hides preview button until document is saved #2476 ( #2477 )
...
Co-authored-by: Jacob Fletcher <jacobsfletch@gmail.com >
2023-04-17 16:55:17 -04:00
Jacob Fletcher
5eafbefa9f
Merge pull request #2507 from payloadcms/fix/preview-null
...
feat: supports null preview url #2472
2023-04-17 16:54:41 -04:00
Jacob Fletcher
dab5481fc5
Merge pull request #2513 from payloadcms/fix/sidebar-spacing-2478
...
fix: sidebar spacing #2478
2023-04-17 16:46:37 -04:00
Jacob Fletcher
2074f63333
chore: corrects typo in queries overview documentation ( #2475 )
2023-04-17 16:45:03 -04:00
Dan Ribbens
81d69d1b64
feat: add admin.hidden to collections and globals ( #2487 )
2023-04-17 15:21:42 -04:00
Elliot DeNolf
faef4d5f8e
docs: export default typo
2023-04-17 14:12:33 -04:00
Dan Ribbens
cd548a6e2d
feat: replace deprecated express-graphql dependency ( #2484 )
2023-04-17 13:48:14 -04:00
Jacob Fletcher
78316d4ddc
chore: updates global versions test config
2023-04-17 13:43:31 -04:00
Jacob Fletcher
a45ab8bd76
fix: corrects sidebar spacing in collection and global edit views #2478
2023-04-17 13:39:16 -04:00
Jessica Boezwinkle
cd861c22b7
docs: adds info on payload secret encryption
2023-04-17 18:22:03 +01:00
Alessio Gravili
15442a9cc7
fix: use correct locale when querying relationships for list view ( #2438 )
...
* chore: use correct locale when querying relationship for list view
* chore: make sure the relationships are re-queried when the locale changes
* chore: cleans up localization test ts-types
---------
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2023-04-17 12:43:33 -04:00
Elliot DeNolf
3c04d43eae
docs: add custom express middleware and logging example ( #2509 )
2023-04-17 11:52:09 -04:00
Jacob Fletcher
63e23bab89
chore: adds translations for error:previewing
2023-04-17 11:48:28 -04:00
Jacob Fletcher
e8a24fd2e5
feat: supports null preview url #2472
2023-04-17 11:41:00 -04:00
Elliot DeNolf
aee6ca05cc
fix: proper height data for animated gifs ( #2506 )
2023-04-17 11:34:31 -04:00
Elliot Lintz
0f8051b577
fix: Clear blocks modal search input when closing the modal ( #2501 )
2023-04-17 11:26:36 -04:00
Jessica Chowdhury
6ceb791891
fix: excess padding on textarea ( #2488 )
2023-04-13 11:56:04 -04:00
PatrikKozak
b9a5bb3b8e
Merge pull request #2289 from payloadcms/feat/form-builder-example
...
Feat/form builder example
2023-04-12 11:33:16 -04:00
PatrikKozak
1387ba9ae0
chore: updates form-builder-example nextjs README
2023-04-12 10:39:58 -04:00
PatrikKozak
3dd70483c6
Merge branch 'master' of https://github.com/payloadcms/payload into feat/form-builder-example
2023-04-11 10:49:31 -04:00
James Mikrut
ec2933c49a
Merge pull request #2455 from payloadcms/chore/date-docs
...
chore: updates date field docs
2023-04-11 10:38:57 -04:00
James Mikrut
7eec16ee61
Merge pull request #2448 from AlessioGr/patch-4
...
docs: explain lifecycle of validate & beforeValidate
2023-04-11 10:38:24 -04:00
James Mikrut
ff89b8f782
Merge pull request #2464 from infonomic/docs/localization-warning
...
Docs/localization warning
2023-04-11 10:36:58 -04:00
James Mikrut
588a7d0a5b
Update overview.mdx
2023-04-11 09:44:01 -04:00
Jessica Chowdhury
19ce0d79ef
fix: increase line height for global title ( #2465 )
2023-04-10 15:42:11 -04:00
Jarrod Flesch
7f2c3d1d0a
fix: uses docPermissions to show/hide x button on media collection doc fileDetails - #2428
2023-04-10 15:40:46 -04:00
Jarrod Flesch
13cc669e2c
fix: prevents rendering of version actions when a user does not have permission
2023-04-10 15:38:49 -04:00
PatrikKozak
4d515a0d5b
chore: improves text-area error rendering
2023-04-10 15:23:37 -04:00
Jacob Fletcher
11a6ce6d3a
fix: properly awaits email send to catch potential errors #2444 ( #2470 )
2023-04-10 13:50:27 -04:00
Anthony Bouch
013c96f0db
docs: fixed sentance error in warning
2023-04-10 13:37:27 +07:00
Anthony Bouch
5fa8f69e10
docs: localization warning for existing data
2023-04-10 13:34:52 +07:00
Jessica Boezwinkle
fb89793703
docs: typo in date field and double link in textarea field
2023-04-06 11:35:15 +01:00
PatrikKozak
67098f7a3e
chore: updates date field docs
2023-04-05 21:19:26 -04:00
James
299ae4fce5
chore(release): v1.6.32
v1.6.32
2023-04-05 13:29:37 -04:00
James Mikrut
09ba58a432
Merge pull request #2454 from payloadcms/feat/only-use-sharp-if-required
...
feat: only uses sharp if required
2023-04-05 13:24:54 -04:00
James
f9f6ec47d9
feat: only uses sharp if required
2023-04-05 12:59:51 -04:00
Alessio Gravili
b76c25c9e7
docs: explain lifecycle of validate & beforeValida
...
Caused confusion here: https://discord.com/channels/967097582721572934/1091785894136139808/1092821186959921193
The initial expectation is that beforeValidate runs before any validation happens. However, it seems that client-side validation happens first nonetheless.
Please do check if this is 100% correct before merging.
2023-04-04 17:21:54 +02:00
James
192dac38f8
chore(release): v1.6.31
v1.6.31
2023-04-04 08:25:51 -04:00
James
3a6acf322b
fix: ensures select hasMany does not get mutated on patch operations
2023-04-04 08:16:10 -04:00
James
a9cd23a883
feat: improves required type accuracy
2023-04-03 22:30:24 -04:00
James
b6dec7af1c
chore(release): v1.6.30
v1.6.30
2023-04-03 16:14:20 -04:00
James Mikrut
546b7dc20a
Merge pull request #2443 from payloadcms/fix/#2442-delete-local-type
...
fix: incorrect type local api using delete with where
2023-04-03 16:09:19 -04:00
James Mikrut
7cab14353d
Merge pull request #2445 from payloadcms/fix/before-change-mutation
...
fix: originalDoc being mutated in beforeChange field hooks
2023-04-03 16:09:02 -04:00
James
888bbf28e0
fix: originalDoc being mutated in beforeChange field hooks
2023-04-03 15:27:59 -04:00
Dan Ribbens
de5ceb2aca
fix: incorrect type local api using delete with where
2023-04-03 12:14:27 -04:00
Dan Ribbens
95719a978c
chore(release): v1.6.29
v1.6.29
2023-03-31 14:11:22 -04:00
Alessio Gravili
dd16bcffd2
chore: export formatListDrawerSlug ( #2422 )
2023-03-31 14:00:40 -04:00
Dan Ribbens
02410a0be3
fix: update and delete local API return types ( #2434 )
2023-03-31 13:58:54 -04:00