Alessio Gravili
e50fa9ca8f
feat(richtext-lexical): floating select toolbar: add ability to configure dropdown entry component
2023-11-23 23:52:16 +01:00
Alessio Gravili
ed7aca6525
chore(richtext-lexical): improve CSS class names of floating select toolbar
2023-11-23 23:38:25 +01:00
Zaki Nadhif
98ccd05dd6
chore(richtext-lexical): Add a hint that the slash menu exists to the user ( #4206 )
...
* chore(richtext-lexical): Add a hint that the slash menu exists to the user
* Update LexicalEditor.tsx
---------
Co-authored-by: Alessio Gravili <70709113+AlessioGr@users.noreply.github.com >
2023-11-23 22:28:02 +01:00
Alessio Gravili
79f08baf2f
chore(richtext-lexical): add lists to floating toolbar
2023-11-23 22:12:10 +01:00
Alessio Gravili
d512e9382d
fix(richtext-lexical): breaking: fix typo: UnoderedListFeature => UnorderedListFeature
2023-11-23 21:39:07 +01:00
Alessio Gravili
b17cafc7be
chore(richtext-lexical): add proper typing for node replacements ( #4255 )
2023-11-23 19:04:34 +01:00
Dan Ribbens
6ea29094ba
fix(db-postgres): incorrect pagination totalDocs ( #4248 )
...
Co-authored-by: Alessio Gravili <alessio@bonfireleads.com >
2023-11-22 16:14:14 -05:00
Mark Barton
f27407ce7c
chore: correct information from Nested Docs Plugin documentation ( #4244 )
2023-11-22 12:09:13 -05:00
stoddabr
9ae65fa791
docs: fix create-payload-app example ( #4180 )
2023-11-21 16:59:06 -05:00
Jessica Chowdhury
3d2b62b210
fix: passes date options to the react-datepicker in filter UI, removes duplicate options from operators select ( #4225 )
...
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2023-11-21 16:48:39 -05:00
Radosław Kłos
56a4692662
fix: typo in polish translations ( #4234 )
2023-11-21 13:09:00 -05:00
Elliot DeNolf
5f5290341a
chore(plugin-cloud-storage): adjust prepublishOnly script
2023-11-21 10:28:35 -05:00
Jarrod Flesch
19fcfc27af
fix: number field validation ( #4233 )
2023-11-21 10:12:26 -05:00
Elliot DeNolf
dcf14f5f71
chore(release): payload/2.2.1 [skip ci]
2023-11-21 10:08:07 -05:00
Elliot DeNolf
3a784a06cc
fix: make outputSchema optional on richtext config ( #4230 )
2023-11-21 09:45:57 -05:00
Elliot DeNolf
e68ca9363f
fix(plugin-cloud-storage): adjust webpack aliasing for pnpm ( #4228 )
2023-11-20 16:53:30 -05:00
Elliot DeNolf
9963b8d945
chore(release): plugin-nested-docs/1.0.9 [skip ci]
2023-11-20 16:40:46 -05:00
Elliot DeNolf
9afb838182
chore(release): richtext-slate/1.2.0 [skip ci]
2023-11-20 16:39:38 -05:00
Elliot DeNolf
2dad129022
chore(release): richtext-lexical/0.2.0 [skip ci]
2023-11-20 16:39:20 -05:00
Elliot DeNolf
6af1c4d45d
chore(release): payload/2.2.0 [skip ci]
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
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
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
50fab902bd
fix(richtext-lexical): Blocks: fields without fulfilled condition are now skipped for validation
2023-11-18 11:52:30 +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
fc26275b7a
fix(richtext-lexical): add missing 'use client' to TestRecorder feature plugin
2023-11-16 22:37:37 +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
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
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
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