James
|
bc7d4d8f0e
|
chore(release): v1.6.17
v1.6.17
|
2023-03-06 17:30:25 -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 |
|
Jarrod Flesch
|
c447421b05
|
chore: fixes outdated json field test
|
2023-03-06 17:06:37 -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 |
|
Jarrod Flesch
|
c5f9fa0d97
|
chore: adds test to empty json objects REST api
|
2023-03-06 12:27:26 -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
|
87a60325cf
|
docs: adds min and max options to relationship with hasMany
|
2023-03-04 16:23:28 -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 |
|
Richard van Heuven van Staereling
|
cb005d58eb
|
chore: adds test cases for chaining hooks
|
2023-03-02 17:05:08 +01:00 |
|
Richard van Heuven van Staereling
|
6c82c1e04f
|
chore: adds collection type to test chaining hooks
|
2023-03-02 17:04:37 +01:00 |
|
davidko604
|
feebf203b8
|
Update docs
|
2023-03-01 12:08:18 -08:00 |
|
davidko604
|
40033c64fb
|
Add allowDiskUse parameter to draft versions aggregate query
|
2023-03-01 11:27:31 -08:00 |
|
Dan Ribbens
|
ffdbe3c965
|
Merge branch 'master' of github.com:payloadcms/payload
|
2023-03-01 12:12:32 -05:00 |
|
Dan Ribbens
|
6e740dbfc1
|
chore: changelog v1.6.16
|
2023-03-01 12:11:57 -05:00 |
|
Jessica Chowdhury
|
f6eb0202fe
|
fix: virtual fields example (#2214)
|
2023-03-01 12:02:24 -05:00 |
|
Dan Ribbens
|
38aa4c45c4
|
chore: cleanup list unused list files (#2211)
|
2023-02-28 15:58:15 -05:00 |
|
Dan Ribbens
|
122aa94bdb
|
chore: fix yaml indent (#2210)
|
2023-02-28 15:21:43 -05:00 |
|
PatrikKozak
|
5aa203d020
|
fix: redirects example (#2209)
|
2023-02-28 14:54:13 -05:00 |
|
James
|
aac066d609
|
chore: version bump
|
2023-02-28 14:10:37 -05:00 |
|
James
|
70fe14f7af
|
Merge branch 'master' of github.com:payloadcms/payload
|
2023-02-28 14:10:21 -05:00 |
|
James
|
de2ae5ec15
|
chore: ensures data is passed to buildStateFromSchema
|
2023-02-28 14:06:13 -05:00 |
|
Jarrod Flesch
|
45b36ce56d
|
chore: improves empty object json field tests (#2207)
|
2023-02-28 10:51:38 -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
|
f64b2b1321
|
chore: adds back 14.x
|
2023-02-28 09:47:46 -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 |
|
Elliot DeNolf
|
b0b82e1f57
|
ci: playwright artifacts (#2201)
* ci: playwright report
* chore: update playwright report location
* ci: trace file only on failure
* ci: reduce test timeout
* test: up the rateLimit
|
2023-02-27 21:58:11 -05:00 |
|
James
|
619b49f6f1
|
chore: attempts to remove node 14.x
|
2023-02-27 18:18:10 -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 Mikrut
|
c1e8b20f1b
|
Merge pull request #2197 from payloadcms/fix/animated-image-uploads
Fix/animated image uploads
|
2023-02-27 16:27:07 -05:00 |
|
James
|
ac54b11f9d
|
fix: #2150, can now query on N number of levels deep
|
2023-02-27 16:17:44 -05:00 |
|