Jacob Fletcher
3032e0b5a2
fix: global permissions for live preview ( #3854 )
2023-10-24 23:32:55 -04:00
Dan Ribbens
7eee0ec355
fix: prevent storing duplicate user preferences ( #3833 )
...
* fix(payload): prevent storing duplicate user preferences
* test: add int tests for payload-preferences
* chore: add comments and cleanup preferences useEffects
2023-10-24 14:07:43 -04:00
Jacob Fletcher
fa8d591b4b
chore: ignores uploads dir in test suite
2023-10-24 09:54:54 -04:00
Jarrod Flesch
5a0d0dbc02
fix: reverting localized versions ( #3831 )
2023-10-23 21:57:24 -04:00
Jacob Fletcher
71a3e5ba10
fix: prevents document sidebar from collapsing
2023-10-23 17:01:58 -04:00
Elliot DeNolf
d4e6791494
chore: plugin-cloud suite ( #3821 )
...
* test: plugin-cloud suite
* chore: clean up dist imports
* chore(plugin-cloud): linting
2023-10-23 14:50:21 -04:00
Jacob Fletcher
a13ec2ebc4
fix: renders live preview for globals ( #3801 )
2023-10-23 14:30:51 -04:00
Jacob Fletcher
eaef0e7395
fix: alignment of collapsible within row ( #3822 )
2023-10-23 14:30:37 -04:00
Jarrod Flesch
ea83c3f3a2
fix: simplify how the search input and query params are connected ( #3797 )
2023-10-21 10:04:54 -04:00
Alessio Gravili
b5c7bbed93
fix(richtext-lexical): defaultValue property didn't fit into field schema
2023-10-21 14:52:26 +02:00
Alessio Gravili
0af36af16c
feat(richtext-lexical): HTML Serializer ( #3685 )
...
* chore(richtext-lexical): add jsdocs for afterReadPromise in GraphQL
* feat(richtext-lexical): HTML Serializer
* chore(richtext-lexical): adjust comment
* chore(richtext-lexical): change the way the html serializer works
* chore: working html converter field, improve various exports
* feat: link and heading html serializers
* fix: populationPromises not being added properly
* feat: allow html serializers to be async
* feat: upload html serializer
* feat: text format => html
* feat: lists => html
* feat: Quote => html
* chore: improve Checklist => html conversion, by passing in the full parent to converters
2023-10-21 14:37:59 +02:00
Alessio Gravili
f6adbae0c7
feat: collection, global and field props for hooks, fix request context initialization, add context to global hooks ( #3780 )
...
* feat: pass collection, global and field props to collection, global and field hooks - where applicable
* fix: initial request context not set for all operations
* chore: add tests which check the collection prop for collection hooks
* feat: add context to props of global hooks
* chore: add global tests for global and field props
* chore: int tests: use JSON instead of object hashes
2023-10-21 11:40:57 +02:00
Jacob Fletcher
67d61df563
fix: standardizes layout of document fields ( #3798 )
2023-10-20 22:22:41 -04:00
Elliot DeNolf
5719b1b39a
test: remove declare module from tests
2023-10-20 16:46:14 -04:00
Elliot DeNolf
eec60d5883
chore: rename .eslintrc.cjs -> .js
2023-10-20 15:50:25 -04:00
Jacob Fletcher
7fcb972dfa
fix(live-preview): blocks field ( #3753 )
2023-10-19 16:40:16 -04:00
Jacob Fletcher
2697753715
chore(live-preview): significantly improves test coverage ( #3763 )
2023-10-19 14:56:16 -04:00
Take Weiland
bcdd2d626f
fix: handle graphQL: false on globals when building policy type ( #3729 )
2023-10-19 09:13:51 -04:00
Dan Ribbens
229e4459cb
fix(db-postgres): block and array inserts error ( #3714 )
...
Co-authored-by: James <james@trbl.design >
2023-10-18 16:53:26 -04:00
Take Weiland
056585ed31
fix: properly handles hideAPIURL ( #3721 )
2023-10-18 16:36:57 -04:00
Elliot DeNolf
3a3eab761e
fix: filesRequiredOnCreate typing, tests, linting ( #3737 )
2023-10-18 11:27:55 -04:00
Jacob Fletcher
20cde242fb
fix(live-preview): properly handles uploads and hasOne monomorphic relationships
2023-10-17 17:00:59 -04:00
Jacob Fletcher
cdbfc9132a
chore: optimizes live preview ( #3713 )
2023-10-17 12:42:31 -04:00
James
45a62ba949
fix: blocks within groups in postgres
2023-10-16 16:12:21 -04:00
James
086e50b9b3
chore: renames nested-docs test suite
2023-10-16 11:30:45 -04:00
James
66ab6c587d
chore: moves nested docs to monorepo
2023-10-16 11:28:40 -04:00
Alessio Gravili
09e64c3be8
chore: _community test: add missing "extends" to tsconfig.json
2023-10-16 16:28:17 +02:00
James
8d4f39af5e
Merge branch 'main' of github.com:payloadcms/payload into fix/empty-in-array
2023-10-15 17:29:51 -04:00
James
c4ac341d75
fix: empty inArray no longer crashes postgres
2023-10-15 17:28:13 -04:00
James
2c8fbf1be3
chore: adds specificity to tests
2023-10-15 11:08:16 -04:00
James
eec88f8f1b
Merge branch 'fix/#3568-postgres-relationships-in-array' of github.com:payloadcms/payload into fix/#3568-postgres-relationships-in-array
2023-10-15 10:43:32 -04:00
Alessio Gravili
d81d4eb075
feat(richtext-lexical): LexicalPluginToLexical migration feature
2023-10-14 22:36:16 +02:00
Dan Ribbens
b0083b7c07
test: fix missing variable
2023-10-14 15:32:06 -04:00
Dan Ribbens
21649537a6
fix(db-postgres): query relationship path inside arrays
2023-10-14 15:17:42 -04:00
Alessio Gravili
4dc6c09347
feat(richtext-lexical): SlateToLexical migration feature
2023-10-14 13:36:32 +02:00
Alessio Gravili
5dbfb1a335
fix(richtext-lexical): Blocks: working population for crazy amounts of nesting
2023-10-13 21:04:56 +02:00
Alessio Gravili
d411874589
chore(richtext-lexical): Blocks: clean up population
2023-10-13 20:02:18 +02:00
Jacob Fletcher
8358e2f2d2
chore: properly scopes selector in bulk update e2e test ( #3640 )
2023-10-13 13:51:52 -04:00
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