Elliot DeNolf
9afb838182
chore(release): richtext-slate/1.2.0 [skip ci]
richtext-slate/1.2.0
2023-11-20 16:39:38 -05:00
Elliot DeNolf
2dad129022
chore(release): richtext-lexical/0.2.0 [skip ci]
richtext-lexical/0.2.0
2023-11-20 16:39:20 -05:00
Elliot DeNolf
6af1c4d45d
chore(release): payload/2.2.0 [skip ci]
v2.2.0
payload/2.2.0
2023-11-20 16:36:41 -05:00
Dan Ribbens
4e41dd1bf2
fix(plugin-nested-docs): await populate breadcrumbs on resaveChildren ( #4226 )
2023-11-20 16:32:02 -05:00
Dan Ribbens
de02490231
feat: hide publish button based on permissions ( #4203 )
...
Co-authored-by: James <james@trbl.design >
2023-11-20 16:26:49 -05:00
Take Weiland
1510baf46e
fix: synchronous transaction errors ( #4164 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-11-20 12:20:42 -05:00
Alessio Gravili
c10db332cd
docs(richtext-lexical): remove unnecessary await from createHeadlessEditor ( #4213 )
2023-11-19 14:40:09 +01:00
Alessio Gravili
0af9c4d398
fix(richtext-lexical): Blocks: Array row data is not removed ( #4209 )
...
* chore(richtext-lexical): Add failing test which reproduces issue
* fix(richtext-lexical): fix the actual issue
2023-11-18 14:01:57 +01:00
Alessio Gravili
fc137c0f53
Merge pull request #4210 from payloadcms/chore/upgrade-lexical
...
chore(richtext-lexical): Upgrade lexical from 0.12.2 to 0.12.4 and port some playground changes over
2023-11-18 12:59:24 +01:00
Alessio Gravili
a24f2be4a6
chore(richtext-lexical): backport setFloatingElemPositionForLinkEditor type change from playground
2023-11-18 12:54:40 +01:00
Alessio Gravili
57999adfe2
chore(richtext-lexical): backport autolink changes from lexical playground
2023-11-18 12:51:08 +01:00
Alessio Gravili
7857043d03
chore(richtext-lexical): Upgrade lexical packages
2023-11-18 12:37:28 +01:00
Alessio Gravili
3b93af734b
Merge pull request #4207 from payloadcms/fix/lexical-validations-
...
fix(richtext-lexical): Blocks: fields without fulfilled condition are now skipped for validation
2023-11-18 11:55:41 +01:00
Alessio Gravili
50fab902bd
fix(richtext-lexical): Blocks: fields without fulfilled condition are now skipped for validation
2023-11-18 11:52:30 +01:00
Alessio Gravili
724d80b7f4
Merge pull request #4196 from payloadcms/docs/lexical-editorconfig
...
docs(richtext-lexical): various documentation improvements
2023-11-17 18:39:11 +01:00
Alessio Gravili
b406e6afb9
docs(richtext-lexical): various documentation improvements
2023-11-17 18:38:09 +01:00
Alessio Gravili
3f46b21eb2
Merge pull request #4192 from payloadcms/feat/lexical-top
...
feat(richtext-lexical): Add new position: 'top' property for plugins
2023-11-17 18:20:29 +01:00
Alessio Gravili
eed4f4361c
feat(richtext-lexical): Add new position: 'top' property for plugins
2023-11-17 18:18:54 +01:00
Jarrod Flesch
05f3169a75
fix: thread locale through to access routes from admin panel ( #4183 )
2023-11-17 10:15:12 -05:00
Alessio Gravili
94f1443ce4
Merge pull request #4176 from payloadcms/fix/missing-use-client
...
fix(richtext-lexical): add missing 'use client' to TestRecorder
2023-11-16 22:38:52 +01:00
Alessio Gravili
fc26275b7a
fix(richtext-lexical): add missing 'use client' to TestRecorder feature plugin
2023-11-16 22:37:37 +01:00
Alessio Gravili
e57f5e2aa0
Merge pull request #4175 from payloadcms/fix/lexical-html-globals
...
fix(richtext-lexical): make lexicalHTML() function work for globals
2023-11-16 22:11:54 +01:00
Alessio Gravili
dbfc83520c
fix(richtext-lexical): make lexicalHTML() function work for globals
2023-11-16 22:10:00 +01:00
Alessio Gravili
c068a8784e
fix(richtext-lexical): Blocks: make sure fields are wrapped in a uniquely-named group, change block node data format, fix react key error ( #3995 )
...
* fix(richtext-lexical): make sure block fields are wrapped in a uniquely-named group
* chore: remove redundant hook
* chore(richtext-lexical): attempt to fix unnecessary unsaved changes warning regression
* cleanup everything
* chore: more cleanup
* debug
* looks like properly cloning the formdata for setting initial state fixes the issue where the old formdata is updated even if node.setFields is not called
* chore: fix e2e tests
* chore: fix e2e tests (a selector has changed)
* chore: fix int tests (due to new blocks data format)
* chore: fix incorrect insert block commands in drawer
* chore: add new e2e test
* chore: fail e2e tests when there are browser console errors
* fix(breaking): beforeInput and afterInput: fix missing key errors, consistent typing and cases in name
2023-11-16 22:01:04 +01:00
Alessio Gravili
989c10e0e0
feat: allow richtext adapters to control type generation, improve generated lexical types ( #4036 )
2023-11-16 11:36:20 -05:00
Alessio Gravili
3bf2b7a3fe
Merge pull request #4171 from zakinadhif/main
...
fix(richtext-lexical): visual bug after rearranging blocks
2023-11-16 17:23:41 +01:00
Zaki Nadhif
a6b486007d
fix(richtext-lexical): visual bug after rearranging blocks
2023-11-16 22:38:34 +07:00
Wilson
4e03ee7079
chore: adds doc blocks for field access properties ( #3973 )
2023-11-16 09:15:04 -05:00
Quentin Beauperin
b91711a74a
fix: improves live preview breakpoints and zoom options in dark mode ( #4090 )
2023-11-16 09:10:33 -05:00
Jonathan Wu
191c13a409
chore(examples/form-builder): improve form input accessibility ( #4166 )
2023-11-16 08:02:15 -05:00
Alessio Gravili
b210af4696
fix(richtext-lexical): incorrect caret positioning when selecting second line of multi-line paragraph ( #4165 )
2023-11-15 22:22:42 +01:00
Taís Massaro
8cebd2ccce
docs: correct useTableColumns react import path in example ( #4150 )
2023-11-15 08:20:42 -05:00
Take Weiland
195a952c43
fix: transactionID isolation for GraphQL ( #4095 )
2023-11-14 16:07:10 -05:00
Alessio Gravili
4bc5fa7086
chore(richtext-lexical): remove unused defaultValue prop in RichText component ( #4146 )
2023-11-14 18:31:04 +01:00
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
d6233cbf42
templates: update fetch request in populateArchiveBlock hook ( #4127 )
2023-11-14 11:16:16 -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
Elliot DeNolf
a34d0f8274
fix(templates): yarn v1 workaround ( #4125 )
2023-11-13 11:53:57 -05:00
Jessica Chowdhury
967eff1aab
fix: rename tab button classname to prevent unintentional styling ( #4121 )
2023-11-13 08:39:16 -05:00
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