Jacob Fletcher
f4b099a3d1
chore: removes useDrawer hook and drawer context
2022-12-06 14:56:14 -05:00
Jacob Fletcher
49528dd3c3
fix: relationship create and edit onSave handling
2022-12-06 14:56:03 -05:00
Jacob Fletcher
92177e012c
Merge branch 'master' into feat/inline-relationships
2022-12-06 13:00:15 -05:00
Jacob Fletcher
445c6fc775
chore: reconfigures useDocumentDrawer hook
2022-12-06 12:13:30 -05:00
James
04eaf725a0
Merge branch 'master' of github.com:payloadcms/payload
2022-12-06 09:32:18 -05:00
James
46a96ccb2e
chore: ensures date field modifies form modified
2022-12-06 09:32:10 -05:00
Jacob Fletcher
d9eb1ea801
fix: remounts document drawer when single-value relationship changes
2022-12-05 14:07:42 -05:00
Jacob Fletcher
3c862add3c
fix: prevents react-select from opening on drawer toggle
2022-12-05 00:29:30 -05:00
Kalon Robson
3ddd0ea3ef
fix: mismatch language condition when rendering unpublish
2022-12-04 00:42:38 +00:00
Jacob Fletcher
5592fb148d
feat: custom button html element
2022-12-03 00:31:00 -05:00
Jacob Fletcher
811ade60b4
feat: wires DocumentDrawer into singular relationships
2022-12-02 17:44:12 -05:00
Jacob Fletcher
6fab722a2e
fix: prevents duplicative DocumentDrawer
2022-12-02 15:46:46 -05:00
Jacob Fletcher
83eef0bc77
chore: migrates from react-sortable-hoc to @dnd-kit
2022-12-02 14:26:26 -05:00
Jacob Fletcher
7a42e38cca
feat: supports custom react-select components
2022-12-01 17:42:24 -05:00
Jacob Fletcher
670e5243a9
fix: prevents recursive DocumentDrawer
2022-12-01 16:39:51 -05:00
Jacob Fletcher
2118927f42
feat: builds DocumentDrawer component
2022-12-01 16:39:51 -05:00
Jacob Fletcher
f8cf4c7b6a
chore: reconfigures drawer context
2022-12-01 16:39:51 -05:00
Jacob Fletcher
c6013c3904
feat: builds Drawer component
2022-12-01 16:39:51 -05:00
Dan Ribbens
57fbff3655
chore: fix translation rich text links ( #1499 )
2022-11-29 16:36:05 -05:00
Jarrod Flesch
c56381b721
Merge pull request #1475 from payloadcms/fix/#1442-reactive-relationship-select
...
Fix/#1442 reactive relationship select
2022-11-29 11:24:37 -05:00
James
fbb4944e83
chore: fixes broken tests and ts
2022-11-22 20:05:40 -05:00
James
56682c7fd4
chore: improves logic for ensuring programmatically set relationship values have options loaded
2022-11-22 19:35:23 -05:00
Carlo Brualdi
078c28bd5f
fix: versionCount was broken & other i18n improvements ( #1450 )
2022-11-21 16:24:13 -05:00
Elliot DeNolf
075b7e9f02
fix(i18n): version count ( #1465 )
2022-11-20 12:46:57 -05:00
Dan Ribbens
bab34d82f5
feat: add i18n to admin panel ( #1326 )
...
Co-authored-by: shikhantmaungs <shinkhantmaungs@gmail.com >
Co-authored-by: Thomas Ghysels <info@thomasg.be >
Co-authored-by: Kokutse Djoguenou <kokutse@Kokutses-MacBook-Pro.local >
Co-authored-by: Christian Gil <47041342+ChrisGV04@users.noreply.github.com >
Co-authored-by: Łukasz Rabiec <lukaszrabiec@gmail.com >
Co-authored-by: Jenny <jennifer.eberlei@gmail.com >
Co-authored-by: Hung Vu <hunghvu2017@gmail.com >
Co-authored-by: Shin Khant Maung <101539335+shinkhantmaungs@users.noreply.github.com >
Co-authored-by: Carlo Brualdi <carlo.brualdi@gmail.com >
Co-authored-by: Ariel Tonglet <ariel.tonglet@gmail.com >
Co-authored-by: Roman Ryzhikov <general+github@ya.ru >
Co-authored-by: maekoya <maekoya@stromatolite.jp >
Co-authored-by: Emilia Trollros <3m1l1a@emiliatrollros.se >
Co-authored-by: Kokutse J Djoguenou <90865585+Julesdj@users.noreply.github.com >
Co-authored-by: Mitch Dries <mitch.dries@gmail.com >
BREAKING CHANGE: If you assigned labels to collections, globals or block names, you need to update your config! Your GraphQL schema and generated Typescript interfaces may have changed. Payload no longer uses labels for code based naming. To prevent breaking changes to your GraphQL API and typescript types in your project, you can assign the below properties to match what Payload previously generated for you from labels.
On Collections
Use `graphQL.singularName`, `graphQL.pluralName` for GraphQL schema names.
Use `typescript.interface` for typescript generation name.
On Globals
Use `graphQL.name` for GraphQL Schema name.
Use `typescript.interface` for typescript generation name.
On Blocks (within Block fields)
Use `graphQL.singularName` for graphQL schema names.
2022-11-18 07:36:30 -05:00
Jarrod Flesch
65f0e1caac
fix: build errors
2022-11-16 13:08:07 -05:00
Alberto Maghini
a345ef0d31
feat: admin UI logout extensibility ( #1274 )
...
* added Logout documentation
* updated type and schema
* updated logout component, route and inactivityRoute references
* added custom Logout component into test admin instance
* fixed windows path management
* added dotenv usage
* added check on testSuiteDir and provided more meaningful error message
* fixed object destructure
* updated from logout.route to logoutRoute
* extracted getSanitizedLogoutRoutes method
* added unit tests
* updated references
* updated doc
* reviewed casing and added defaults
* updated usage
* restored workers previous value
* fixed config validation
* updated docs and schema
* updated reference to logoutRoute and inactivityRoute
* updated test ref
Co-authored-by: Alberto Maghini (MSC Technology Italia) <alberto.maghini@msc.com >
Co-authored-by: Alberto Maghini <alberto@newesis.com >
2022-11-14 14:55:31 -05:00
James
7556b54017
chore: fixes TS error in UploadGallery
2022-11-14 14:49:31 -05:00
Feng Sun
5e8a8b2df9
fix: adds unique key to upload cards to prevent old images being shown while navigating to new page
2022-11-14 14:48:08 -05:00
James
7136db4c71
fix : #1360 , relationship field onMenuScrollToBottom not working in some browsers
2022-11-12 14:44:00 -05:00
James
eb0023e961
fix : #1358 , allows listSearchableFields to work when indicated fields are nested
2022-11-12 13:44:30 -05:00
James
c651835061
fix : #1318 , improves popup positioning and logic
2022-10-31 17:50:52 -04:00
James
e2ec2f7b97
fix : #1311 , select existing upload modal always updates state
2022-10-31 15:40:18 -04:00
James
e4e4ad1b08
chore: ensures beforeDuplicate works on each locale
2022-10-12 11:59:56 -04:00
James
6f6f2f8e7b
feat: builds beforeDuplicate admin hook, closes #1243
2022-10-12 11:44:41 -04:00
James
ee83a50ea9
chore: improves read-only styling of all react-selects
2022-10-11 11:46:44 -04:00
James
3d6c3f7339
chore: cleanup
2022-10-10 18:38:15 -04:00
James
8d49517004
chore: merge master
2022-10-10 15:12:38 -04:00
James
1e048fe037
feat: adds ability to create related docs while editing another
2022-10-09 20:24:38 -04:00
James
5c1a3fabee
feat: implements use-context-selector for form field access
2022-10-07 17:41:41 -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
3641dfd38a
fix : #1189
2022-10-06 15:42:20 -04:00
dsod
131b2796e7
now uses the converted image mimeType for file extension and in the admin interface
2022-10-03 19:24:14 +02:00
Dan Ribbens
eabb981243
fix: duplicate with relationships
2022-09-16 12:26:18 -04:00
James
4e165cf52e
chore: ensures new listSearchableFields works with complex queries
2022-09-12 19:40:01 -07:00
James Mikrut
a1083727ef
feat: #1001 - builds a way to allow list view to search multiple fields
...
* make textfields searchable
* shorten namings in placeholder function
* chore: finishes listSearchableFields
Co-authored-by: Christian Reichart <christian.reichart@camperboys.com >
2022-09-12 16:38:02 -07:00
James
78f39af5cf
chore: finishes collapsible nav groups
2022-09-12 12:45:06 -07:00
Dan Ribbens
c40e232ac6
feat: hide nav labels with no un-grouped collections
2022-09-12 13:51:24 -04:00
Dan Ribbens
59af8725b4
feat: globals groups
2022-09-10 19:59:11 -04:00