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
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
b321b07ad5
chore: fixes stalling tests
2023-02-06 21:48:50 -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
Jacob Fletcher
2b654882fd
chore: writes uploads e2e test for mimetype filter options #2016 ( #2028 )
2023-02-06 16:30:51 -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
Jacob Fletcher
dd56ceb700
chore: resolves env path in redirects example ( #2026 )
2023-02-06 13:34:10 -05:00
Jessica Boezwinkle
65b8fd27af
fix: corrects keyboard accessibility for checkbox field
2023-02-06 17:40:00 +00:00
Jacob Fletcher
5214b331e0
Merge pull request #2015 from payloadcms/chore/redirects
...
chore: adds redirects example
2023-02-06 10:21:34 -05:00
Jessica Boezwinkle
b5880f26af
fix: allows radio input to be tabbable
2023-02-06 12:51:57 +00:00
Jacob Fletcher
59e5a457ef
chore: refines redirects example
2023-02-06 07:48:04 -05:00
Jacob Fletcher
0dbc4fa213
feat: enables document drawers from read-only fields ( #1989 )
2023-02-04 10:42:51 -05:00
PatrikKozak
d51e93b86e
chore: scaffolds redirects example ( #1993 )
2023-02-04 10:25:25 -05:00
James
071462b33b
chore(release): v1.6.4
v1.6.4
2023-02-03 11:48:03 -05:00
James
f2d11cfcaf
chore: new yarn lock
2023-02-03 11:41:12 -05:00
James
90c9bf879f
Merge branch 'master' of github.com:payloadcms/payload
2023-02-03 11:35:34 -05:00
James
e813394eb4
chore: docs accuracy
2023-02-03 11:35:23 -05:00
James
8c65f6a938
fix: only hoists localized values if localization is enabled
2023-02-03 11:35:19 -05:00
Jarrod Flesch
e968f4067c
fix: ensures preview is enabled before rendering button
2023-02-02 16:08:42 -05:00
Elliot DeNolf
1fd61fb989
chore: add .nvmrc to mirror .node-version
2023-02-01 16:49:55 -05:00
Elliot DeNolf
eb9d860af3
chore: check version config before version delete attempt ( #1995 )
2023-02-01 16:44:17 -05:00
Elliot DeNolf
12ed655881
feat: support large file uploads ( #1981 )
...
* feat: support express-fileupload useTempFiles and tempFileDir
* feat: rework uploads to accommodate useTempFiles option
* fix: properly check versions config before handling version deletion
* chore: fix aspect ratio handling
* chore: bump probe-image-size
* chore: handle temp file resizing buffer
* chore: yarn.lock after reverting probe-image-size bump
* chore: get yarn.lock from master
* chore: clear temp files directly in operations instead of injecting a hook
2023-02-01 15:59:53 -05:00
James
c1df7674b2
chore(release): v1.6.3
v1.6.3
2023-02-01 15:54:56 -05:00
Elliot DeNolf
30088ec20b
Merge pull request #1994 from payloadcms/fix/await-graphql-schema-gen
...
fix: properly await graphql schema generation
2023-02-01 15:29:46 -05:00
Elliot DeNolf
7720f452d3
ci: generate graphql schema in GH action
2023-02-01 15:17:48 -05:00
Elliot DeNolf
678614b62b
docs: add cross-env to graphql schema gen example
2023-02-01 14:47:24 -05:00
Elliot DeNolf
888b3a2672
fix: properly await graphql schema generation
2023-02-01 14:43:05 -05:00
James Mikrut
fa86fb7e3f
Update CHANGELOG.md
2023-02-01 13:02:57 -05:00
James
2a44cad2d0
chore(release): v1.6.2
v1.6.2
2023-02-01 13:02:03 -05:00
James
5f0574e15c
chore: adds optional password to auth-enabled collections
2023-02-01 12:52:05 -05:00
James
bd4b834b74
Merge branch 'master' of github.com:payloadcms/payload
2023-02-01 11:57:55 -05:00
James
1614bcdc0b
docs: updates to reflect new async init
2023-02-01 11:57:46 -05:00
James Mikrut
93f684e5b6
Update CHANGELOG.md
2023-02-01 10:43:57 -05:00
James
9f2e51ea8c
chore: simplifies changelog
2023-02-01 10:43:21 -05:00
James
c1caa6318e
chore(release): v1.6.1
v1.6.1
2023-02-01 10:42:38 -05:00
James
4d5fcfcdad
chore: releases minor
2023-02-01 10:37:33 -05:00
James Mikrut
39aec8caa3
Merge pull request #1988 from payloadcms/chore/default-drawer-header
...
chore: adds default drawer header
2023-02-01 09:58:43 -05:00
James
1c8209c54a
chore: canary release
2023-02-01 09:44:41 -05:00