Alessio Gravili
b7041d6ab1
chore(richtext-lexical): New e2e test: should allow adding new blocks to a sub-blocks field, part of a parent lexical blocks field ( #4114 )
2023-11-12 23:48:13 +01:00
Alessio Gravili
78b7bd62cd
Merge pull request #4113 from payloadcms/fix/4025
...
fix(richtext-lexical): Blocks: z-index and floating select menu button click issues
2023-11-12 23:17:53 +01:00
Alessio Gravili
7329b1babd
chore(richtext-lexical): Remove unnecessary console.log
2023-11-12 23:17:33 +01:00
Alessio Gravili
c87969b7f9
chore(richtext-lexical): Add e2e test: 'ensure slash menu is not hidden behind other blocks'
2023-11-12 23:12:24 +01:00
Alessio Gravili
09f17f4450
fix(richtext-lexical): Blocks: z-index issue, e.g. select field dropdown in blocks hidden behind blocks below, or slash menu inside nested editor hidden behind blocks below
2023-11-12 22:28:05 +01:00
Alessio Gravili
615702b858
fix(richtext-lexical): Floating Select Toolbar: Buttons and Dropdown Buttons not clickable in nested editors
...
Fixes #4025
2023-11-12 22:09:36 +01:00
Alessio Gravili
f0642ce031
chore(richtext-lexical): add a bunch of e2e tests, including a failing one
2023-11-12 21:44:18 +01:00
Alessio Gravili
56db87d2ec
Merge pull request #4104 from payloadcms/chore/console-log-remove
...
chore: remove unnecessary console.log
2023-11-11 12:58:54 +01:00
Alessio Gravili
45c42724a4
chore: remove unnecessary console.log
2023-11-11 12:57:22 +01:00
Alessio Gravili
a6d5f2e3de
fix(richtext-lexical): HTMLConverter: cannot find nested lexical fields ( #4103 )
...
Fixes #4034
2023-11-11 12:54:33 +01:00
Elliot Lintz
73b8549ef5
chore: fix readme badge link styles ( #4101 )
2023-11-10 17:37:50 -05:00
Jarrod Flesch
e22b95bdf3
fix: fully define the define property for esbuild string replacement ( #4099 )
2023-11-10 13:47:14 -05:00
Jessica Chowdhury
56ddd2c388
chore: update date field schema ( #4098 )
2023-11-10 12:25:03 -05:00
Jessica Chowdhury
803a37eaa9
fix: simplifies block/array/hasMany-number field validations ( #4052 )
...
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2023-11-10 12:06:21 -05:00
Elliot DeNolf
d308bb3421
chore(release): richtext-lexical/0.1.17 [skip ci]
richtext-lexical/0.1.17
2023-11-10 10:42:33 -05:00
Elliot DeNolf
cbc4752ecb
chore(release): plugin-sentry/0.0.6 [skip ci]
plugin-sentry/0.0.6
2023-11-10 10:42:26 -05:00
Elliot DeNolf
c51f9d01cb
chore(release): live-preview-react/0.1.6 [skip ci]
live-preview-react/0.1.6
2023-11-10 10:42:18 -05:00
Elliot DeNolf
d19d8fd232
chore(release): live-preview/0.1.6 [skip ci]
live-preview/0.1.6
2023-11-10 10:42:11 -05:00
Elliot DeNolf
5dbbd8f88b
chore(release): db-mongodb/1.0.8 [skip ci]
db-mongodb/1.0.8
2023-11-10 10:42:00 -05:00
Elliot DeNolf
47bd3894c4
chore(release): payload/2.1.1 [skip ci]
v2.1.1
payload/2.1.1
2023-11-10 10:40:45 -05:00
Elliot DeNolf
a57c68cd04
chore(plugin-sentry): set version to latest instead of beta for release notes
2023-11-10 10:38:12 -05:00
Take Weiland
acad2888cd
fix: fixes creation of related documents within a transaction if filterOptions is used ( #4087 )
2023-11-10 10:37:58 -05:00
Alessio Gravili
db2da71357
Merge pull request #4097 from payloadcms/docs/disableIndexHints
...
docs: document disableIndexHints property
2023-11-10 16:31:05 +01:00
Alessio Gravili
cbb4ce2f51
docs: document disableIndexHints property
2023-11-10 16:23:21 +01:00
Dan Ribbens
47efd3b92e
fix(plugin-nested-docs): sync write transaction errors ( #4084 )
2023-11-10 10:16:31 -05:00
Dan Ribbens
348a70cc33
fix: possible issue with access control not using req ( #4086 )
2023-11-10 10:15:07 -05:00
Alessio Gravili
9f873f8630
chore(db-mongodb): add option to disable index hint optimization, which breaks on AWS DocumentDB ( #3997 )
...
* chore: add option to disable pagination count index hinting optimization
* chore: rename hintPaginationCountIndex to disablePaginationCountIndexHint
* chore: fix logic
* chore: disablePaginationCountIndexHint => disableIndexHints
2023-11-10 16:08:14 +01:00
Jessica Chowdhury
949e265cd9
fix: disable editing option for svg image types ( #4071 )
...
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2023-11-10 00:35:04 -05:00
Jessica Chowdhury
687f4850ac
fix: hide empty image sizes from the preview drawer ( #3946 )
...
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2023-11-09 22:34:50 -05:00
Jacob Fletcher
1f851f21b1
fix(live-preview): properly handles apiRoute ( #4076 )
2023-11-09 13:14:41 -05:00
Jarrod Flesch
dbc4ce71e6
chore: fixes test suites that use clearAndSeedEverything ( #4080 )
2023-11-09 12:30:19 -05:00
Patrik
cef4cbb0ee
fix: conditionally hide dot menu in DocumentControls ( #4075 )
2023-11-09 12:01:58 -05:00
Jacob Fletcher
7059a71243
fix(live-preview): ensures field schema exists before traversing fields ( #4074 )
2023-11-09 10:08:10 -05:00
Jacob Fletcher
01559ef34b
chore: prevents field validation from triggering unnecessary re-renders ( #4066 )
2023-11-09 09:46:35 -05:00
Jacob Fletcher
8488f7b8db
docs: adds apiRoute to useLivePreview args ( #4073 )
2023-11-09 09:01:04 -05:00
Michał Korczak
a92a160a13
docs: fix link to public demo example config ( #4007 )
2023-11-09 00:23:58 -05:00
PatrikKozak
77a7c83251
chore: updates default type value for graphql playground type
2023-11-08 18:30:55 -05:00
Jacob Fletcher
2ad7340154
fix(live-preview): field recursion and relationship population ( #4045 )
2023-11-08 17:28:35 -05:00
Alessio Gravili
c462df38f6
fix(richtext-lexical): floating select toolbar caret not positioned correctly if first line is selected ( #4062 )
2023-11-08 22:13:38 +01:00
Alessio Gravili
fff377ad22
fix(richtext-lexical): Blocks: unnecessary saving node value when initially opening a document & new lexical tests ( #4059 )
...
* chore: new lexical int tests and working test structure
* chore: more int tests, and better lexical collection structure
* fix(richtext-lexical): Blocks: unnecessary saving node value when initially opening a document
2023-11-08 21:32:43 +01:00
Elliot DeNolf
a2cb946155
chore(release): bundler-vite/0.1.4 [skip ci]
bundler-vite/0.1.4
2023-11-08 14:54:50 -05:00
Elliot DeNolf
c39472259a
chore(release): db-postgres/0.1.13 [skip ci]
db-postgres/0.1.13
2023-11-08 14:53:16 -05:00
Elliot DeNolf
e2d36c3cab
chore(release): db-mongodb/1.0.7 [skip ci]
db-mongodb/1.0.7
2023-11-08 14:53:05 -05:00
Elliot DeNolf
0e682a32c3
chore(release): payload/2.1.0 [skip ci]
payload/2.1.0
v2.1.0
2023-11-08 14:51:29 -05:00
Hulpoi George-Valentin
266c3274d0
feat: Custom Error, Label, and before/after field components ( #3747 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-11-08 14:40:31 -05:00
Jarrod Flesch
67b3baaa44
fix: vite not replacing env vars correctly when building
2023-11-08 14:23:58 -05:00
Jarrod Flesch
55659c7c36
chore(docs): imporoves usability of useAuth and exports useTableColumns
2023-11-08 14:23:22 -05:00
Jørgen Kalsnes Hagen
6a0a859563
feat: add internationalization (i18n) to locales ( #4005 )
2023-11-08 12:56:15 -05:00
Dan Ribbens
57da3c99a7
fix: error on graphql multiple queries ( #3985 )
2023-11-08 12:38:25 -05:00
Elliot DeNolf
611438177b
ci: split e2e tests into 8 parts
2023-11-08 12:35:05 -05:00