Jacob Fletcher
fcd4c8d830
fix: document sidebar vertical overflow ( #3639 )
2023-10-13 13:00:02 -04:00
Alessio Gravili
c47632dc1d
fix(richtext-lexical): Blocks: Nested Blocks having incorrect initial data (e.g. missing rows property) ( #3638 )
...
* fix(richtext-lexical): Blocks: Sub-Blocks having incorrect initial data (e.g. missing rows property)
* chore: remove unnecessary comment
2023-10-13 18:39:34 +02:00
Jacob Fletcher
483f93bfcf
chore: cleans up admin e2e tests ( #3636 )
2023-10-13 12:04:05 -04:00
Jacob Fletcher
beed83b231
fix: preview button conditions ( #3613 )
2023-10-13 10:23:26 -04:00
James Mikrut
3b1bdcbe41
chore: de-duplicates array / block data from form state ( #3607 )
...
* chore: consolidates array manipulation tests
---------
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2023-10-13 09:45:00 -04:00
Dan Ribbens
d229fc391a
fix(db-postgres): sorting on versions ( #3611 )
...
* fix(db-postgres): WIP sorting on versions
* fix: sorting collections with drafts
* chore: getQueryDraftsSort readability
2023-10-12 17:11:25 -04:00
Dan Ribbens
46a24a9822
fix(db-postgres): in and not_in query operator ( #3608 )
2023-10-12 17:11:12 -04:00
Jacob Fletcher
64864686c4
fix: properly handles nested routes for live preview ( #3586 )
2023-10-12 12:45:39 -04:00
Jessica Chowdhury
32c0bef05e
fix: updates admin e2e test for stepnav change ( #3602 )
2023-10-12 12:40:35 -04:00
James Mikrut
c91b1e8310
Merge pull request #3578 from payloadcms/fix/#3570
...
fix: postgres select fields within groups (#3570 )
2023-10-11 11:00:49 -04:00
James
06e2fa9d11
fix: postgres select fields within groups ( #3570 )
2023-10-11 10:47:10 -04:00
James Mikrut
e3c776523a
fix : #3511 , documents don't delete their versions ( #3520 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-10-11 10:20:57 -04:00
Dan Ribbens
c09e9d96cf
fix(db-postgres): update password error ( #3575 )
2023-10-11 10:19:00 -04:00
Dan Ribbens
aabc0650f8
fix(db-postgres): drafts cannot be saved because not null constraint ( #3547 )
2023-10-11 10:18:44 -04:00
Jacob Fletcher
cfc78ed4f5
fix: sidebar width when fields have long descriptions ( #3562 )
2023-10-10 17:04:54 -04:00
Jarrod Flesch
af892ecb0e
fix: removes nested array field configs from array value ( #3549 )
...
* fix: array controls 'addBelow' was adding above
2023-10-10 15:55:00 -04:00
James Mikrut
470bdb72ff
Merge pull request #3553 from payloadcms/fix/#3541
...
fix : #3541
2023-10-10 14:49:11 -04:00
Jacob Fletcher
9ff014bbfe
fix: row field width ( #3550 )
2023-10-10 14:09:47 -04:00
James
e6f0d35985
fix : #3541
2023-10-10 14:07:26 -04:00
Jacob Fletcher
c945384d63
fix(live-preview-react): moves react to peer dependencies ( #3545 )
2023-10-10 11:36:44 -04:00
Alessio Gravili
e41899cd27
fix(richtext-lexical): missing properties passed into validation functions
2023-10-10 16:06:39 +02:00
Elliot DeNolf
890af8be05
ci: optimize e2e and refactor workflow ( #3530 )
...
* ci: split e2e
* chore: 3 parts
* chore: use matrix
* chore: use playwright container, bump playwright
* chore: remove playwright container
* ci: move all packages into matrix
* ci: reusable action to restore build cache
* chore: revert custom action
* chore: cleanup logs
2023-10-09 23:43:34 -04:00
Jacob Fletcher
ace3e577f6
fix: renders global label as page title ( #3532 )
2023-10-09 17:58:21 -04:00
James
5d9384f530
fix : #3513 , hasMany relationships unable to be cleared
2023-10-09 13:46:41 -04:00
Jacob Fletcher
25ae4a24f2
chore: consolidates admin view types
2023-10-09 08:56:08 -04:00
James
7b94fb75bb
chore: shortens collection names in relationship test suite
2023-10-09 00:22:59 -04:00
Dan Ribbens
74f8923922
fix: default rateLimit window changed from 1.5 to 15 minutes ( #3486 )
2023-10-08 20:37:32 -04:00
Elliot DeNolf
b398c44bfe
chore: update all references to main in docs, examples, and templates
2023-10-08 19:45:54 -04:00
James
a0645bbae5
Merge branch '2.0' of github.com:payloadcms/payload into 2.0
2023-10-08 16:47:47 -04:00
James
999f2fba04
chore: live preview tests pass
2023-10-08 16:47:42 -04:00
Jacob Fletcher
3668f053b3
chore!: consolidates admin routes and views configs ( #3458 )
...
BREAKING CHANGE: If your config has a `admin.components.routes` array, you will need to key them into the `admin.components.views` object. The configuration options should remain unchanged.
2023-10-08 16:08:13 -04:00
Dan Ribbens
eb58d9e877
chore: removes indexes from collection config ( #3476 )
2023-10-08 14:48:14 -04:00
Alessio Gravili
5d1444e1bd
fix(richtext-lexical): incorrect stacking of block's fields
2023-10-07 18:35:59 +02:00
Alessio Gravili
ad7c25685e
chore(richtext-lexical): adjust node data formats, adjust population behavior, fix some validation issues
2023-10-07 15:52:12 +02:00
Alessio Gravili
7e9c7707ba
chore: improve ID field validation, fixing 2.0 int tests ( #3457 )
...
* chore: WIP id type validation for richtext upload
* chore: fix richtext fields test ID placeholder replacements
* chore: use getIDType in relationship validation for consistency
* chore: make getIDType safer in case payload.db.defaultIDType is null
---------
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-10-07 00:49:24 +02:00
Alessio Gravili
acfda5d8d4
chore(richtext-lexical): updated lexical incoming config API
2023-10-07 00:22:13 +02:00
Jacob Fletcher
b6de427f04
feat: supports live preview config inheritance ( #3456 )
2023-10-06 18:20:13 -04:00
Elliot DeNolf
88c84ad8d6
chore: move test deps to root package.json
2023-10-06 17:38:33 -04:00
Elliot DeNolf
3fce97a6d2
chore: misc eslint
2023-10-06 17:16:13 -04:00
Elliot DeNolf
e55ec6329c
chore: fix up fresh, refresh, and reset migration operations
2023-10-06 17:15:43 -04:00
Jarrod Flesch
fb07308dca
feat: 2.0 upload enhancements ( #3433 )
2023-10-06 17:02:42 -04:00
Jacob Fletcher
5bc81031d1
chore: supports live preview url as function ( #3455 )
2023-10-06 16:52:47 -04:00
PatrikKozak
03538c0901
chore: renders id column as code cell ( #3435 )
...
Co-authored-by: Jacob Fletcher <jacobsfletch@gmail.com >
2023-10-06 15:58:02 -04:00
Jacob Fletcher
1ce9b28dce
chore: passing live preview int tests
2023-10-06 13:34:45 -04:00
Jarrod Flesch
8df9d57a69
Merge branch '2.0' of https://github.com/payloadcms/payload into 2.0
2023-10-06 13:17:32 -04:00
Jarrod Flesch
ae436673cb
chore: corrects merge data import path
2023-10-06 13:17:27 -04:00
Jacob Fletcher
7c1b3b9de3
chore: uses proper depth
2023-10-06 13:16:56 -04:00
Jacob Fletcher
5f4c38ce21
chore: builds live preview app ( #3451 )
2023-10-06 12:32:13 -04:00
Dan Ribbens
2b831a67b4
chore: changes postgres interface client arg to pool and adds poolOptions
2023-10-06 11:56:23 -04:00
Alessio Gravili
528150c3f7
Merge remote-tracking branch 'origin/2.0' into feat/2.0-lexical-block-validations
2023-10-06 14:31:52 +02:00