Alessio Gravili
2c8d34d2aa
fix(richtext-lexical): remove optional chaining after this as transpilers are not handling it well ( #4145 )
2023-11-14 18:21:51 +01:00
Alessio Gravili
4ec5643dd7
chore: restricts character length in table cells ( #4063 )
2023-11-14 11:25:24 -05:00
Jessica Chowdhury
45e9a559bb
fix: upload fit not accounted for when editing focal point or crop ( #4142 )
...
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2023-11-14 11:19:23 -05:00
Jessica Chowdhury
ad3e23b345
chore: updates translation key in dropzone component ( #4135 )
2023-11-14 11:09:09 -05:00
Radosław Kłos
782e118569
fix(i18n): polish translations ( #4134 )
2023-11-14 11:06:59 -05:00
Jessica Chowdhury
dbfe4af993
chore: corrects block name overflow in UI ( #4138 )
2023-11-14 10:56:35 -05:00
Alessio Gravili
859c2f4a6d
fix(richtext-lexical): nested editor may lose focus when writing ( #4139 )
2023-11-14 15:42:30 +01:00
Jessica Chowdhury
967eff1aab
fix: rename tab button classname to prevent unintentional styling ( #4121 )
2023-11-13 08:39:16 -05:00
Alessio Gravili
7329b1babd
chore(richtext-lexical): Remove unnecessary console.log
2023-11-12 23:17:33 +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
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
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]
2023-11-10 10:42:33 -05:00
Elliot DeNolf
cbc4752ecb
chore(release): plugin-sentry/0.0.6 [skip ci]
2023-11-10 10:42:26 -05:00
Elliot DeNolf
c51f9d01cb
chore(release): live-preview-react/0.1.6 [skip ci]
2023-11-10 10:42:18 -05:00
Elliot DeNolf
d19d8fd232
chore(release): live-preview/0.1.6 [skip ci]
2023-11-10 10:42:11 -05:00
Elliot DeNolf
5dbbd8f88b
chore(release): db-mongodb/1.0.8 [skip ci]
2023-11-10 10:42:00 -05:00
Elliot DeNolf
47bd3894c4
chore(release): payload/2.1.1 [skip ci]
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
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
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
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]
2023-11-08 14:54:50 -05:00
Elliot DeNolf
c39472259a
chore(release): db-postgres/0.1.13 [skip ci]
2023-11-08 14:53:16 -05:00
Elliot DeNolf
e2d36c3cab
chore(release): db-mongodb/1.0.7 [skip ci]
2023-11-08 14:53:05 -05:00
Elliot DeNolf
0e682a32c3
chore(release): payload/2.1.0 [skip ci]
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
Jacob Fletcher
d068ef7e24
fix: injects array and block ids into fieldSchemaToJSON ( #4043 )
2023-11-08 12:34:51 -05:00
Jacob Fletcher
7a9af4417a
fix: polymorphic hasMany relationships missing in postgres admin ( #4053 )
2023-11-08 12:31:07 -05:00
Patrik
8d14c213c8
fix: resets list filter row when the filter on field is changed ( #3956 )
...
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2023-11-08 08:31:01 -05:00
Jarrod Flesch
182c57b191
fix: hasMany number and select fields unable to save within arrays ( #4047 )
2023-11-07 22:29:41 -05:00