Jacob Fletcher
6096044fe0
feat: allows control over relationship add new button
2023-02-13 00:23:31 -05:00
Elliot DeNolf
3ebe7b4a7e
docs: add docker link to deployment toc
2023-02-11 14:05:57 -05:00
Elliot DeNolf
a1fd1e07f0
docs: add an initial Basics section to talk about the dist and build directories
2023-02-11 14:03:36 -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
e9e084d933
Merge pull request #2059 from charkour/patch-2
...
docs: updates radio.mdx for better readability and consistency
2023-02-10 22:38:34 -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
Jarrod Flesch
7e676b4b8d
Merge pull request #2062 from nikolicstjepan/master
...
fix typo in Croatian translation
2023-02-10 22:33:08 -05:00
Stjepan Nikolic
f9cb02026e
fix typo in croatian translation
2023-02-10 21:03:43 +01:00
James
ee658a6e9b
chore(release): v1.6.9
v1.6.9
2023-02-10 12:38:51 -05:00
James
b7d56b6fce
chore: manually bumps payload version
2023-02-10 12:29:11 -05: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
Charles Kornoelje
55aec55ef2
Update radio.mdx
2023-02-10 11:54:30 -05:00
Jarrod Flesch
8e95383afe
chore: accounts for globals in filter query
2023-02-10 11:53:57 -05:00
Charles Kornoelje
e072dad30c
Update radio.mdx
...
Matches the pattern in the documentation of `title = {label} Field`
2023-02-10 11:50:51 -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
James
cfc5533920
chore(release): v1.6.7
v1.6.7
2023-02-08 14:19:49 -05:00
James Mikrut
caa4c07e3e
Merge pull request #2042 from payloadcms/fix/2040-drawer-initial-state
...
fix: missing state in document drawers when opened
2023-02-08 09:33:27 -05:00
Jarrod Flesch
e6ac872b0d
fix: drawer state was not set when opened
2023-02-08 08:36:06 -05:00
James
d42b5d4989
chore(release): v1.6.6
v1.6.6
2023-02-07 16:06:26 -05:00
James Mikrut
6d72d66656
Merge pull request #2035 from payloadcms/fix/#1887-dataloader-infinite-loop
...
fix : #1887 , dataloader rich text population infinite loop
2023-02-07 14:50:33 -05:00
James
3a8e730b9c
chore: typo in tests
2023-02-07 14:40:33 -05:00
James
ac2e174643
fix : #1887 , dataloader rich text population infinite loop
2023-02-07 14:35:37 -05:00
Elliot DeNolf
777794583c
docs: add tsconfig aliasing to generating types docs
2023-02-07 14:23:58 -05:00
James
cff6608996
chore: updates date field tests
2023-02-07 13:44:09 -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
James
4cd2c8c1d9
chore(release): v1.6.5
v1.6.5
2023-02-07 12:38:21 -05:00
Jacob Fletcher
224b68dbf2
chore: fixes failing uploads e2e test
2023-02-07 12:32:08 -05: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