Jacob Fletcher
|
b10e842e89
|
fix: renders row fields as table columns #2257
|
2023-03-07 10:24:27 -05:00 |
|
James Mikrut
|
12c0e09c65
|
Merge pull request #2248 from payloadcms/fix/2218
Ensure empty objects are preserved within fields with sub schemas
|
2023-03-06 17:24:40 -05:00 |
|
James Mikrut
|
0779f8d73d
|
feat: improves ui performance with thousands of fields
* chore: progress to ui-performance
* chore: removes block load testing
|
2023-03-06 16:46:07 -05:00 |
|
Jarrod Flesch
|
ace032ef89
|
fix: minimize not set to false on all field type schemas
|
2023-03-06 16:08:03 -05:00 |
|
James Mikrut
|
ada9a89cd2
|
Merge pull request #2237 from payloadcms/feat/relationship-min-max-validation
feat: adds min and max options to relationship with hasMany
|
2023-03-06 11:48:20 -05:00 |
|
James Mikrut
|
27e538c8c6
|
Merge pull request #2216 from davidko604/versionsAllowDiskUse
Add allowDiskUse parameter for aggregate query for draft versions
|
2023-03-06 11:47:31 -05:00 |
|
James Mikrut
|
8bfe63d5b2
|
Merge pull request #2246 from payloadcms/fix/#2243
fix: Validate typescript signature
|
2023-03-06 11:39:27 -05:00 |
|
James Mikrut
|
65bbf54b4a
|
Merge pull request #2223 from no-heroes/fix/chaining-hooks
Fix: when chaining hooks, afterRead does not take previous doc but original doc
|
2023-03-06 11:27:25 -05:00 |
|
James
|
8d31ed6d39
|
fix: Validate typescript signature
|
2023-03-06 11:24:36 -05:00 |
|
Dan Ribbens
|
a7f72babe1
|
test: fix validation options reuse
|
2023-03-04 16:57:02 -05:00 |
|
Dan Ribbens
|
0f38a0dcf6
|
feat: adds min and max options to relationship with hasMany
|
2023-03-04 16:12:07 -05:00 |
|
Jacob Fletcher
|
812ab9f868
|
fix: conditionally renders draggable pill (#2224)
|
2023-03-03 11:36:53 -05:00 |
|
Danilo Silva
|
ea893671d5
|
chore: refines portuguese translations (#2171)
|
2023-03-03 11:36:16 -05:00 |
|
Jacob Fletcher
|
474a3cbf7a
|
fix: removes duplicative fields from table columns #2221 (#2226)
|
2023-03-03 11:35:38 -05:00 |
|
Jacob Fletcher
|
066f5f6d2c
|
fix: versions table (#2235)
|
2023-03-03 11:23:16 -05:00 |
|
Richard van Heuven van Staereling
|
c661ac2e8a
|
fix: pass result of previous hook into next hook
|
2023-03-02 17:05:25 +01:00 |
|
davidko604
|
40033c64fb
|
Add allowDiskUse parameter to draft versions aggregate query
|
2023-03-01 11:27:31 -08:00 |
|
Dan Ribbens
|
38aa4c45c4
|
chore: cleanup list unused list files (#2211)
|
2023-02-28 15:58:15 -05:00 |
|
James
|
de2ae5ec15
|
chore: ensures data is passed to buildStateFromSchema
|
2023-02-28 14:06:13 -05:00 |
|
James Mikrut
|
f7a2ae7e55
|
Merge pull request #2206 from payloadcms/fix/2189-empty-json
fix: allows empty objects to be retained in db
|
2023-02-28 10:45:46 -05:00 |
|
Jarrod Flesch
|
0247e2d106
|
fix: allows empty objects to be retained in db
|
2023-02-28 10:40:21 -05:00 |
|
James Mikrut
|
237aff9c85
|
Merge pull request #2200 from payloadcms/fix/#2179
fix: #2179, async default values resetting form state
|
2023-02-28 09:52:00 -05:00 |
|
James Mikrut
|
51911cdfdf
|
Merge pull request #2196 from payloadcms/fix/#2193-globals-publish
fix: globals publish after draft
|
2023-02-28 09:51:26 -05:00 |
|
James
|
8caedb19dd
|
Merge branch 'master' of github.com:payloadcms/payload into fix/#2179
|
2023-02-28 09:47:20 -05:00 |
|
Jacob Fletcher
|
e2c65e3fa5
|
feat: drag-and-drop columns (#2142)
|
2023-02-28 09:35:03 -05:00 |
|
Jacob Fletcher
|
523d9d4952
|
fix: renders rte upload drawer #2178
|
2023-02-28 09:08:16 -05:00 |
|
Dan Ribbens
|
4cd228a367
|
chore: split getLatestEntityVersion to separate globals and collections
|
2023-02-28 09:03:28 -05:00 |
|
Dan Ribbens
|
44651e6ecc
|
fix: globals publish after draft
|
2023-02-28 09:03:28 -05:00 |
|
James Mikrut
|
ce3bb96ff7
|
Merge pull request #2198 from payloadcms/fix/drafts-enabled-validation
fix: skips field validation on submit if skipValidation is set to true
|
2023-02-27 17:04:05 -05:00 |
|
James
|
a4de51adaa
|
fix: #2179, async default values resetting form state
|
2023-02-27 17:01:15 -05:00 |
|
James Mikrut
|
861a0fdff9
|
Merge pull request #2199 from payloadcms/fix/#2150-nth-level-querying
fix: #2150, can now query on N number of levels deep
|
2023-02-27 16:33:49 -05:00 |
|
James
|
ac54b11f9d
|
fix: #2150, can now query on N number of levels deep
|
2023-02-27 16:17:44 -05:00 |
|
PatrikKozak
|
cf17760735
|
fix: skips field validation on submit if skipValidation is set to true
|
2023-02-27 15:35:52 -05:00 |
|
PatrikKozak
|
31488ffdd6
|
Merge branch 'master' of https://github.com/payloadcms/payload into fix/animated-image-uploads
|
2023-02-27 15:09:13 -05:00 |
|
PatrikKozak
|
8c4f890af0
|
fix: properly resizes animated images (#2181)
|
2023-02-27 15:09:06 -05:00 |
|
Elliot DeNolf
|
5ac436e184
|
fix: properly set req.payload on forgotPassword in local API (#2194)
|
2023-02-27 14:31:25 -05:00 |
|
Dan Ribbens
|
387cec9838
|
fix: clear relationship value (#2188)
|
2023-02-27 12:44:12 -05:00 |
|
Dan Ribbens
|
a3cc3c3429
|
fix: version comparison view errors on old select value (#2163)
|
2023-02-27 12:43:26 -05:00 |
|
zsoltsimon97
|
ebd16e8fdf
|
feat: Add Hungarian Translations (#2169)
Co-authored-by: Zsolt Simon <zsolt.simon@telcotrend.hu>
|
2023-02-27 09:21:42 -05:00 |
|
James
|
c87fd2b649
|
fix: ensures sorting on drafts works in all cases
|
2023-02-22 11:09:01 -05:00 |
|
James
|
cbfabeeb9d
|
chore: fixes bad import
|
2023-02-21 17:46:56 -05:00 |
|
James Mikrut
|
e84c43a4f6
|
Merge pull request #2158 from payloadcms/fix/#2092-use-facet-error
fix: mongoose connection error with useFacet
|
2023-02-21 17:36:49 -05:00 |
|
James
|
83720c8277
|
chore: adds 'use client' to withCondition
|
2023-02-21 17:31:59 -05:00 |
|
Dan Ribbens
|
5888fb9b3f
|
fix: mongoose connection error with useFacet
|
2023-02-21 14:29:42 -05:00 |
|
Dan Ribbens
|
2a4db3896e
|
fix: #2117 collection pagination defaultLimit (#2147)
|
2023-02-21 09:41:34 -05:00 |
|
James
|
15b6bb3d75
|
fix: #2148, adds queryHiddenFields property to find operation
|
2023-02-20 21:15:06 -05:00 |
|
Dan Ribbens
|
8a8c392095
|
fix: #2091 admin translations for filter operators (#2143)
|
2023-02-20 13:54:43 -05:00 |
|
Dan Ribbens
|
b4a20741b2
|
fix: useFacet config option to disable $facet aggregation (#2141)
|
2023-02-20 13:54:12 -05:00 |
|
Jessica Chowdhury
|
40224ed1bc
|
fix: checks locale is valid for monaco code editor (#2144)
|
2023-02-20 13:52:04 -05:00 |
|
James
|
753de21b12
|
chore: improves reset password / verification workflow
|
2023-02-19 22:11:28 -05:00 |
|