Dennis Snijder
54fac4a5d7
fix: Row groups in tabs vertical alignment ( #2593 )
...
* fix: removes top padding from group in row
---------
Co-authored-by: PatrikKozak <patrik@trbl.design >
2023-05-08 15:55:12 -04:00
Elliot Lintz
a9b5dffa00
feat: allow full URL in staticURL ( #2562 )
...
* feat: support full URL for upload.staticURL
* feat: Update documentation about upload.staticURL property
* feat: Add reproduction test for absolute staticURL
2023-05-08 13:17:16 -04:00
James Mikrut
4f5b811383
Merge pull request #2572 from wesdimiceli/fix/provide-plugin-package-resolution
...
fix: resolve process/browser package in webpack config
2023-05-08 12:52:55 -04:00
James Mikrut
776cad427d
Merge pull request #2635 from payloadcms/fix/2611-nested-querying
...
fix: ensures nested querying works when querying across collections
2023-05-08 12:49:55 -04:00
Jarrod Flesch
d365ba5303
chore: fixes test
2023-05-08 12:24:24 -04:00
Jarrod Flesch
31c0ab7ab7
chore: strengthens int test
2023-05-08 12:22:08 -04:00
Jarrod Flesch
09974fa686
fix: ensures nested querying works when querying across collections
2023-05-08 12:20:06 -04:00
James Mikrut
03cbab6c08
Merge pull request #2548 from payloadcms/docs/upload-example
...
chore: adds export and fields to upload example
2023-05-08 11:51:44 -04:00
James Mikrut
bbe5bff389
Merge pull request #2625 from payloadcms/fix/#2608-custom-id-text-query
...
fix: query custom text id fields
2023-05-08 11:51:04 -04:00
James Mikrut
f857da964b
Merge pull request #2632 from payloadcms/fix/graphql-type
...
fix: correct casing on graphql type
2023-05-08 11:50:42 -04:00
James Mikrut
d36916b400
Merge pull request #2631 from payloadcms/fix/uploading-webp
...
fix: webp upload formatting
2023-05-08 11:50:22 -04:00
James Mikrut
c0568f92e4
Merge pull request #2634 from payloadcms/fix/queryHiddenFields
...
Fix/query hidden fields
2023-05-08 11:49:22 -04:00
James Mikrut
b17891c170
Merge pull request #2633 from payloadcms/fix/upload-schema
...
fix: defaultValue missing from Upload field schema
2023-05-08 11:49:04 -04:00
James
164d6e93d0
Merge branch 'master' of github.com:payloadcms/payload
2023-05-08 10:27:04 -04:00
James
733ca324d2
chore: force aliases react to avoid invalid hook call
2023-05-08 10:26:57 -04:00
PatrikKozak
fb4f822d34
fix: removes queryHiddenFields from example Find operation
2023-05-08 09:56:32 -04:00
Jessica Boezwinkle
7b21eaf12d
fix: defaultValue missing from Upload field schema
2023-05-08 14:55:51 +01:00
PatrikKozak
02a4e17e41
Merge branch 'master' of https://github.com/payloadcms/payload into fix/queryHiddenFields
2023-05-08 09:53:34 -04:00
PatrikKozak
5f30dbb1a5
fix: removes deprecated queryHiddenFIelds from local API docs
2023-05-08 09:53:27 -04:00
Jessica Boezwinkle
219f50b0bc
fix: correct casing on graphql type
2023-05-08 14:45:42 +01:00
Jessica Boezwinkle
ccd6ca298e
fix: webp upload formatting
2023-05-08 13:15:18 +01:00
Dan Ribbens
967f2ace0e
fix: query custom text id fields
2023-05-06 21:25:41 -04:00
Dan Ribbens
2c36468431
chore(release): v1.7.5
v1.7.5
2023-05-04 16:55:46 -04:00
Hristiyan Dodov
8dbf0a2bd8
fix: make incrementName match multiple digits ( #2609 )
2023-05-04 16:35:55 -04:00
Michel v. Varendorff
967899229f
feat: collection admin.enableRichTextLink property ( #2560 )
2023-05-04 16:31:40 -04:00
Jarrod Flesch
1d58007606
feat: custom admin buttons ( #2618 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-05-04 16:04:06 -04:00
Jarrod Flesch
56a1dee3d6
docs: fix ui field example code block config
2023-05-04 09:33:28 -04:00
Quentin Beauperin
28572a978e
docs: add hideAPIURL to the collections and globals admin options ( #2614 )
...
* fix: add the missing `hideAPIURL` admin option in the collections docs
* fix: add the missing `hideAPIURL` admin option in the globals docs
2023-05-03 19:11:56 -04:00
Jarrod Flesch
acfb9bca45
Feat/custom admin buttons ( #2613 )
2023-05-03 17:21:38 -04:00
Jacob Fletcher
6f82cefdc5
chore: adds cloud messaging to example READMEs ( #2612 )
2023-05-03 11:14:11 -04:00
James
d0ea57120c
chore(release): v1.7.4
v1.7.4
2023-05-01 22:45:37 -04:00
Elliot DeNolf
277beb6587
chore: release-it verbose logging
2023-05-01 22:19:07 -04:00
Elliot DeNolf
802deaca03
fix: properly import SwcMinifyWebpackPlugin ( #2600 )
2023-05-01 22:00:56 -04:00
Dan Ribbens
3c6461f757
chore(release): v1.7.3
v1.7.3
2023-05-01 17:27:29 -04:00
James Mikrut
a0bb13a412
fix : #2592 , allows usage of hidden fields within access query constraints ( #2599 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-05-01 17:15:14 -04:00
Elliot DeNolf
870838e756
feat: adjust stack trace for api error ( #2598 )
2023-05-01 16:50:48 -04:00
Jarrod Flesch
8f6f13dc93
fix: addds workaround for slate isBlock function issue ( #2596 )
2023-05-01 16:30:01 -04:00
Harrison-Blair
13179a9498
chore: misc documentation updates ( #2589 )
...
* chore: ensures example configs are being exported when necessary
* chore: adds note regarding updating of hidden fields
---------
Co-authored-by: Jessica Boezwinkle <jessica@trbl.design >
2023-05-01 16:28:13 -04:00
Dan Ribbens
0ba22c3aaf
fix: query on id throws 500 ( #2587 )
2023-05-01 14:36:26 -04:00
Seied Ali Mirkarimi
311f77dd25
chore: translations fa.json ( #2590 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-05-01 13:52:27 -04:00
Dan Ribbens
8382faa0af
fix: bulk operations result type ( #2588 )
2023-05-01 13:46:17 -04:00
Dan Ribbens
9c5107e86d
fix: timestamp queries ( #2583 )
2023-05-01 13:45:51 -04:00
Elliot DeNolf
14a6b40bcc
chore: bump swc-minify-webpack-plugin ( #2571 )
2023-05-01 11:50:10 -04:00
Jarrod Flesch
07506ae4d9
Merge branch 'master' of https://github.com/payloadcms/payload
2023-04-28 10:17:45 -04:00
Jarrod Flesch
6abcca1215
chore: adds github-stars md file
2023-04-28 10:17:39 -04:00
Wes DiMiceli
02f27f3de6
fix: resolve process/browser package in webpack config
2023-04-27 12:38:49 -04:00
Paul
fbf3a2a1b4
feat: Add new translation for romanian language ( #2556 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-04-26 17:18:09 -04:00
Seied Ali Mirkarimi
c80f68af94
feat: add persian translations ( #2553 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-04-26 16:12:11 -04:00
Perry
85b3d579d3
feat: supports collection compound indexes ( #2529 )
...
Co-authored-by: Perry Li <yuanping.li@moblab.com >
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-04-26 11:11:01 -04:00
Michel v. Varendorff
bf6522898d
feat: allow customizing the link fields ( #2559 )
2023-04-26 11:08:47 -04:00