PatrikKozak
e2ed0ccaea
chore: removes leftover p tag reference ( #2081 )
2023-02-13 16:27:18 -05:00
Jarrod Flesch
4999fbaee6
fix: globals not saving drafts unless published first ( #2082 )
2023-02-13 16:25:43 -05:00
Jarrod Flesch
f80ad26081
Merge pull request #2079 from payloadcms/fix/2064-createdAt-versions
...
fix: ensures versions createdAt matches the original doc
2023-02-13 15:30:04 -05:00
Christian Gil
b4a7e912b2
fix: Use the user's AdminUI locale for the DatePicker ( #2046 ) ( #2057 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-02-13 14:47:26 -05:00
Jacob Fletcher
b0a66ce6d8
chore: e2e tests for relationship default value ( #2080 )
2023-02-13 12:58:53 -05:00
Jarrod Flesch
8c7e37c56a
fix: ensures versions createdAt matches the original doc
2023-02-13 11:03:12 -05:00
Jacob Fletcher
9f30553813
feat: async plugins ( #2030 )
...
* feat: async plugins
* wip: async config
* fix: async config
2023-02-13 10:46:55 -05:00
Jacob Fletcher
6096044fe0
feat: allows control over relationship add new button
2023-02-13 00:23:31 -05:00
Jarrod Flesch
9029dab015
Merge pull request #2050 from behilam/fix/update-document-type
...
fix: Document type in collection update request handler
2023-02-10 22:41:09 -05:00
Jarrod Flesch
93129f8989
Merge pull request #2060 from ChrisGV04/fix/es-translations
...
fix: add missing Spanish translations and fix typos
2023-02-10 22:34:43 -05:00
Stjepan Nikolic
f9cb02026e
fix typo in croatian translation
2023-02-10 21:03:43 +01:00
James
d2254c1255
chore: allows buildPath to be defined in config validation
2023-02-10 12:22:06 -05:00
James
4d259a69f2
feat: allows customization of the folder used to serve admin bundled files in production
2023-02-10 12:20:46 -05:00
James
8c50ae6071
Merge branch 'master' of github.com:payloadcms/payload
2023-02-10 12:16:53 -05:00
James
40ecd206e6
Merge branch 'fix/max-versions' of github.com:payloadcms/payload
2023-02-10 12:08:03 -05:00
Jarrod Flesch
9fed4f1c49
chore: simplifies query
2023-02-10 12:07:45 -05:00
James
ecac445fb2
Merge branch 'fix/max-versions' of github.com:payloadcms/payload
2023-02-10 12:07:40 -05:00
Christian Gil
c4742e5c30
fix: Add missing Spanish translations and fix typos
2023-02-10 11:06:13 -06:00
Jarrod Flesch
8e95383afe
chore: accounts for globals in filter query
2023-02-10 11:53:57 -05:00
Jarrod Flesch
30688bbe41
fix: adds query constraint to ensureMaxVersions query
2023-02-10 11:37:36 -05:00
Behilam
d5cd9709f7
fix: document type in update request handler
2023-02-09 12:27:08 -05:00
Jonas Voisard
dddbec2682
fix: translation of "or" -> "ou" in french ( #2047 )
...
## Description
Fixed a wrong translation
- I have read and understand the CONTRIBUTING.md document in this repository
## Type of change
- fix of tiny error of translation
2023-02-09 08:22:39 -05:00
Jarrod Flesch
e6ac872b0d
fix: drawer state was not set when opened
2023-02-08 08:36:06 -05:00
James
ac2e174643
fix : #1887 , dataloader rich text population infinite loop
2023-02-07 14:35:37 -05:00
James
972dd3e174
Merge branch 'fix/datepicker-i18n' of github.com:payloadcms/payload
2023-02-07 13:20:48 -05:00
Jessica Boezwinkle
3bc67e338b
chore: updates dateTimeFormat
2023-02-07 17:42:56 +00:00
Jarrod Flesch
851983af15
Fix : #1991 - enableRichTextRelationships breaking unrelated list drawers ( #2000 )
...
* fix: adds RTE provider, to allow for disabledRTE relationships from breaking other drawers
* chore: updates hook name
* chore: simplifies list drawer rendering
* chore: simplify types
* chore: adds arg to determine what listType drawer to render
* chore: renames listType to contentType, fix upload field drawer
* chore: requires collectionSlugs in useListDrawer
* chore(test): adds tests for list drawers, relationships and uploads
* chore: formatting
* chore: cleans up types, collectionSlugs are required for useListDrawer
* chore: removes RichTextProvider
* chore: removes hoc in favor of FC hoc
* chore: fixes fc hoc
2023-02-07 11:57:23 -05:00
James Mikrut
96a90bbca4
Merge pull request #1978 from payloadcms/fix/1897
...
fix: removes old media when replaced and re-renders on save
2023-02-07 11:53:05 -05:00
James Mikrut
922887fe77
Merge pull request #2034 from payloadcms/hotfix/max-versions
...
fix: max versions incorrectly sorting and removing
2023-02-07 11:48:00 -05:00
James Mikrut
0bebb4e7ef
Merge pull request #2029 from payloadcms/fix/#1997-absolute-imports-css
...
fix: webpack css-loader resolve urls
2023-02-07 11:47:22 -05:00
Jarrod Flesch
2e4f7ab35c
fix: max versions incorrectly sorting, causing incorrect versions to be held onto
2023-02-07 11:29:25 -05:00
Dan Ribbens
a828ec7c3c
chore: set webpack name from test suite for caching ( #2027 )
2023-02-07 10:38:25 -05:00
Jarrod Flesch
a4514c790b
Merge pull request #2025 from payloadcms/fix/checkbox-focus
...
fix: corrects keyboard accessibility for checkbox field
2023-02-07 08:56:14 -05:00
Jarrod Flesch
b162285f13
Merge pull request #2021 from payloadcms/fix/radio-focus
...
fix: allows radio input to be keyboard accessible
2023-02-07 08:48:38 -05:00
Jarrod Flesch
bdb2f8939a
chore: removes input from tab flow with css
2023-02-07 08:44:31 -05:00
Jarrod Flesch
66465897a9
chore: removes extra margin from hidden radio inputs
2023-02-07 08:34:21 -05:00
Jessica Boezwinkle
43e9c32ec6
chore: removes formatted locale list
2023-02-07 10:45:12 +00:00
Jessica Boezwinkle
6032605341
chore: consolidates focus styling
2023-02-07 10:15:42 +00:00
Jessica Boezwinkle
e40fe65272
chore: consolidates styles
2023-02-07 10:09:04 +00:00
Jarrod Flesch
2ba355c76f
Merge pull request #2032 from payloadcms/fix/2020-empty-version-tabs-ui
2023-02-06 22:02:48 -05:00
Jarrod Flesch
a41e295e42
fix: named tabs not displaying data in versions view
2023-02-06 21:35:00 -05:00
xHomu
4b0d4f4cd5
fix: local API update typing ( #2010 )
...
* Fix Local API update typing
Payload allows for updating doc with only partial data, but the inferred type requires the whole collection type.
#2009
* fix typos
* chore: further typing of update operation
---------
Co-authored-by: Elliot DeNolf <denolfe@gmail.com >
2023-02-06 17:32:37 -05:00
Dan Ribbens
ade4c011d3
fix: webpack css-loader resolve urls
2023-02-06 16:43:16 -05:00
Jarrod Flesch
58abeecb11
Merge pull request #2005 from payloadcms/fix/account-preview-button
...
fix: ensures preview is enabled before rendering button on account view
2023-02-06 16:21:24 -05:00
Elliot DeNolf
1f0a1c796a
fix: auth type leaking into type gen
2023-02-06 16:14:59 -05:00
Jessica Boezwinkle
65b8fd27af
fix: corrects keyboard accessibility for checkbox field
2023-02-06 17:40:00 +00:00
Jacob Fletcher
e6ed676117
chore: passing uploads-related e2e tests
2023-02-06 12:25:05 -05:00
Jacob Fletcher
827428d6b5
fix: replaced media not rendering after document save
2023-02-06 12:25:05 -05:00
Jacob Fletcher
02f9be2c4a
feat: deletes old media upon re-upload #1897
2023-02-06 12:25:03 -05:00
Jessica Boezwinkle
aefb655769
fix: enables locales with date field
2023-02-06 17:13:47 +00:00