Jacob Fletcher
e85ce4eaf2
Merge pull request #2694 from payloadcms/fix/rel-drawer-save
...
fix: add new relationship drawer onSave handling
2023-05-23 15:24:22 -04:00
Jacob Fletcher
782f8ca047
fix: unable to clear relationships or open relationship drawer on mobile #2691 #2692
2023-05-23 10:08:16 -04:00
James Mikrut
324ca171a3
Merge pull request #2693 from payloadcms/fix/2685-graphql-relations
...
Fix/2685 graphql relations
2023-05-23 08:37:53 -04:00
Jacob Fletcher
a2a8ac9549
fix: prevents add new relationship modal from adding duplicative values to the parent doc #2688
2023-05-22 18:01:23 -04:00
Jacob Fletcher
ae384306eb
chore: threads operation through the default edit view onSave handler
2023-05-22 17:13:35 -04:00
James Mikrut
9c4e003315
Merge pull request #2690 from payloadcms/fix/#2662
...
fix : #2662 , draft=true querying by id
2023-05-22 16:43:41 -04:00
James
9bb5470342
fix : #2685 , graphql querying relationships with custom id
2023-05-22 16:40:24 -04:00
James
3b78ab04c7
fix : #2662 , draft=true querying by id
2023-05-22 15:46:04 -04:00
Dan Ribbens
666c2383ba
chore: lint fix
2023-05-22 13:58:25 -04:00
James
2703853edb
fix: safely validates null relations
2023-05-22 13:46:11 -04:00
Quy Luong
fb82567f03
chore: fix and improve Vietnamese translation ( #2651 )
2023-05-18 11:57:22 -04:00
James Mikrut
b2c443e866
fix : #2647 , slate not reinitializing after row change ( #2653 )
2023-05-18 11:56:25 -04:00
Jacob Fletcher
07d0324a6d
Merge pull request #2677 from payloadcms/docs/node-version
...
docs: node version
2023-05-17 17:13:47 -04:00
Jacob Fletcher
c1e92ad27d
fix: modal overflow caused by unused button tooltips ( #2676 )
2023-05-17 17:13:04 -04:00
Jacob Fletcher
28e481c2e2
Merge pull request #2656 from payloadcms/feat/peer-dep-conflicts
...
fix: peer dependencies
2023-05-17 17:12:39 -04:00
Jacob Fletcher
1ceea645b6
chore: replaces instances of the text Mongo with MongoDB
2023-05-17 16:35:55 -04:00
Jacob Fletcher
698a8abe6e
chore: fixes failing e2e test when searching within a relationship field
2023-05-17 12:25:24 -04:00
Roody
776877291f
chore: Spelling and Grammar Fixes in German Translations ( #2667 )
2023-05-17 11:04:11 -04:00
Jacob Fletcher
1c25d965ac
fix: react-select styles
2023-05-16 12:03:58 -04:00
Jarrod Flesch
648c38414e
fix: disabled select fields
2023-05-15 16:49:40 -04:00
PatrikKozak
02b972e1ed
fix: corrects sendEmail error logger ( #2663 )
2023-05-15 16:11:33 -04:00
Jacob Fletcher
315b0059da
chore: migrates to react-select v5.7.3
2023-05-12 17:50:24 -04:00
James
4d3ea70d2b
chore: resolves all peer dep conflicts besides react-select
2023-05-12 11:50:05 -04:00
Dan Ribbens
1732bb877c
fix: react webpack alias
2023-05-10 18:35:01 -04:00
Dan Ribbens
1d03de333c
Revert "Merge pull request #2572 from wesdimiceli/fix/provide-plugin-package-resolution"
...
This reverts commit 4f5b811383 , reversing
changes made to 776cad427d .
2023-05-10 18:12:39 -04:00
Paul
3f185cb18b
feat: export additional graphql types ( #2610 )
...
* Add paginatedType to graphQL on collections types
* Refactor config query and mutation extension into a reusable type
* Export paginatedListType and payload's version of graphql
* Revert prettier's automatic changes
* Fix requested changes
* Add additional documentation for extending GraphQL
* Add information about the resolver's first argument
2023-05-10 08:53:46 -04:00
Angelo Bartolome
85316879cd
feat: allow users to manipulate images without needing to resize them ( #2574 )
...
* Refactor imageResizer.ts to allow for keeping original size in certain cases
* revert new property for keeping desired size
* add unit tests for maintained image size feature
2023-05-10 08:44:53 -04:00
Jacob Fletcher
69c4760f37
chore: migrates react-router-dom to v5.1 ( #2637 )
2023-05-09 10:35:37 -04:00
Dan Ribbens
7d04cf14fb
feat: add Arabic translations ( #2641 )
2023-05-09 10:15:23 -04:00
Quentin Beauperin
9072096495
fix: softens columns and filters pill colors ( #2642 )
2023-05-08 17:59:41 -04:00
Elliot DeNolf
f6cfe15807
Merge pull request #2639 from payloadcms/chore/eslint-config
...
chore: migrate eslint config
2023-05-08 17:03:29 -04:00
Elliot DeNolf
e1bad04279
chore: lint fix
2023-05-08 16:49:13 -04:00
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
09974fa686
fix: ensures nested querying works when querying across collections
2023-05-08 12:20:06 -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
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
Jessica Boezwinkle
7b21eaf12d
fix: defaultValue missing from Upload field schema
2023-05-08 14:55:51 +01: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
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