89af9942b8
[lexical-table] Bug Fix: get table-cell background selection color from a class ( #6658 )
...
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
Co-authored-by: Ivaylo Pavlov <ivailo90@gmail.com>
Co-authored-by: Bob Ippolito <bob@redivi.com>
2024-11-25 01:07:31 +00:00
fcb7666708
[lexical-table] Bug Fix: Resolve table selection issue when the mouse crosses over a portal ( #6834 )
2024-11-24 18:58:06 +00:00
d9014f328a
[Lexical] Chore: Update default skipInitialization to false for registerMutationListener ( #6857 )
2024-11-23 18:04:53 +00:00
fe4f5b8cb4
[__tests__] npm upgrade cross-spawn ( #6856 )
2024-11-22 08:36:48 +00:00
d12586c68b
Feature: Deprecate $nodesOfType function ( #6855 )
...
Co-authored-by: Bob Ippolito <bob@redivi.com>
2024-11-22 05:56:28 +00:00
b73bfc3c16
[Lexical] Bug Fix: backspace bug when deleting nodes with canInsertTextAfter
set to false ( #6268 )
...
Co-authored-by: Bob Ippolito <bob@redivi.com>
2024-11-21 01:00:47 +00:00
93b756ba30
[lexical-link] Test: Appending inline element nodes to ListNode ( #6826 )
2024-11-20 15:45:18 +00:00
ff626bc56c
[*] Chore: npm upgrade cross-spawn ( #6848 )
2024-11-20 07:54:52 +00:00
80b0b89872
Table Action Menu - fix UI issue with Merge Cells item ( #6830 )
2024-11-20 00:19:32 +00:00
29928b0305
[lexical-utils] Bug Fix: Add missing Flow type declarations ( #6841 )
2024-11-18 06:24:32 +00:00
ab758a701e
[lexical-react] Fix(lexical-react): ContentEditable props type rename ( #6837 )
2024-11-18 03:43:22 +00:00
e2396e441e
[lexical-link] Test: Removing link from node(children) ( #6817 )
...
Co-authored-by: Bob Ippolito <bob@redivi.com>
2024-11-15 19:18:02 +00:00
12fe9aa15c
[lexical-table] Bug Fix: Fix down arrow key handling in TableObserver ( #6839 )
2024-11-15 17:58:13 +00:00
14a4154389
Prevent initial value fn to be called on rerender ( #6835 )
2024-11-14 21:11:19 +00:00
79a2e1542b
Link flow types ( #6833 )
2024-11-14 15:21:29 +00:00
c14d676cce
[lexical-examples] Chore: Add DOMExportOutputMap type to the exportMap ( #6827 )
...
Co-authored-by: Bob Ippolito <bob@redivi.com>
2024-11-13 18:47:25 +00:00
506ef89467
[lexical][lexical-table] Feature: Scrollable tables with experimental getDOMSlot API ( #6759 )
2024-11-13 04:16:31 +00:00
f198ba7c7d
[lexical-rich-text][lexical-plain-text] workaround for Korean IME issue on iOS ( #6819 )
...
Co-authored-by: kei kim <deadintegral@gmail.com>
Co-authored-by: deadintegral (kei) <jegok@naver.com>
Co-authored-by: Sherry Wong <potatowagon@fb.com>
Co-authored-by: Bob Ippolito <bob@redivi.com>
2024-11-13 01:55:10 +00:00
3acfed5e68
Fix: Aria attributes for ContentEditable are ignored ( #6814 )
2024-11-12 17:33:54 +00:00
23f4a7e953
Mention nodes shouldn't be spellcheck'd :) ( #6788 )
...
Co-authored-by: Bob Ippolito <bob@redivi.com>
Co-authored-by: Sherry Wong <potatowagon@fb.com>
Co-authored-by: Sherry <potatowagon@meta.com>
2024-11-11 11:12:58 +00:00
2bdaed5e43
[lexical-list] Bug Fix: Handle appending inline element nodes in ListNode.append ( #6791 )
2024-11-11 09:33:47 +00:00
fd4aca766f
[lexical-mark] Bug Fix: Stop MarkNode __ids array deep copy in clone ( #6810 )
...
Co-authored-by: Ebad Salehi <esalehi@bloomberg.net>
2024-11-08 16:14:32 +00:00
29611d22b4
v0.20.0 ( #6809 )
...
Co-authored-by: Lexical GitHub Actions Bot <>
2024-11-07 23:59:38 +00:00
76f8569211
[lexical] Chore: Add export of DOMExportOutputMap from lexical ( #6805 )
2024-11-07 09:54:12 +00:00
8eae296ea3
Add optional selection argument to $getHtmlContent flow type ( #6803 )
2024-11-06 23:38:32 +00:00
a4e70168a1
Fix importDOM for Layout plugin ( #6799 )
2024-11-06 02:01:45 +00:00
b284bead0d
[lexical-playground] Feature: Add more keyboard shortcuts ( #6754 )
...
Co-authored-by: Bob Ippolito <bob@redivi.com>
2024-11-06 01:23:57 +00:00
86eba22041
[lexical-website] Documentation Update: Add Documentation for html Property in Lexical Editor Configuration ( #6770 )
...
Co-authored-by: Bob Ippolito <bob@redivi.com>
2024-11-05 21:53:25 +00:00
dd65f59131
[lexical-yjs] Bug Fix: clean up dangling text after undo in collaboration ( #6670 )
...
Co-authored-by: James Fitzsimmons <james@atticus.tech>
Co-authored-by: James Fitzsimmons <119275535+james-atticus@users.noreply.github.com>
Co-authored-by: Bob Ippolito <bob@redivi.com>
2024-11-05 21:45:12 +00:00
fc1bea0d0d
[Lexical-website] BugFix: Change button text colour to improve visibility ( #6796 )
2024-11-05 19:29:35 +00:00
2c1a8f10c8
[lexical-markdown] Feature: add ability to control finding the end of a node matched by TextMatchTransformer ( #6681 )
2024-11-05 17:35:12 +00:00
f5ae852608
[lexical-react] Bug Fix: LexicalTypeaheadMenuPlugin SSR error: ReferenceError: document is not defined ( #6794 )
...
Co-authored-by: Bob Ippolito <bob@redivi.com>
2024-11-05 17:34:25 +00:00
af344f3a16
[lexical-website] Chore: upgrade to Docusaurus v3.6 - Docusaurus Faster ( #6761 )
...
Co-authored-by: Bob Ippolito <bob@redivi.com>
2024-11-05 05:22:52 +00:00
c5f4722f00
Bug Fix: ContextMenu Paste option not preserving style ( #6780 )
...
Co-authored-by: Bob Ippolito <bob@redivi.com>
2024-11-05 01:22:51 +00:00
b4eba9e725
[lexical-playground] Fix: the placement of the fontSize button in the ToolbarPlugin and hide the vertical scroll (Bug Fix) ( #6786 )
2024-11-01 23:36:00 +00:00
07e300c60c
#6768 fix to avoid infinite markdown shortcut matchers run ( #6778 )
2024-10-30 07:18:37 +00:00
07ca5c83c2
[lexical] Feature: Add onUpdate function during update with $onUpdate (correct baselline) ( #6773 )
2024-10-29 18:10:00 +00:00
e423c6888d
v0.19.0 ( #6774 )
...
Co-authored-by: Lexical GitHub Actions Bot <>
2024-10-28 06:27:19 +00:00
c892d55dbe
update dependencies to address security vulnerabilities ( #6764 )
2024-10-28 02:44:56 +00:00
173a3deeca
[lexical] Add missing commands to Lexical.js.flow ( #6769 )
2024-10-27 18:24:05 +00:00
d64d395ce9
[lexical-react] Feature: add attributes in LinkPlugin ( #6760 )
2024-10-25 17:55:44 +00:00
e96ee55b74
[lexical-react] replace abstract component ( #6752 )
2024-10-25 16:47:28 +00:00
409c65e56e
Trust HTML for rich text clipboard ( #6755 )
2024-10-22 23:38:47 +00:00
4e1a3f4395
[lexical-playground] Bug Fix: Disable editing of Excalidraw Component in Read-Only Mode ( #6704 )
...
Co-authored-by: Bob Ippolito <bob@redivi.com>
2024-10-22 00:51:19 +00:00
3055e54acd
[lexical-playground] Bug Fix: Disable table hover actions in read-only mode ( #6706 )
2024-10-22 00:36:33 +00:00
6e299aa37e
[lexical-table] [lexical-selection] Try to fix calling split on undefined ( #6746 )
2024-10-21 21:34:03 +00:00
1b4f1e0b82
Add ariaErrorMessage and ariaInvalid to Flow type ( #6751 )
2024-10-21 15:27:55 +00:00
b2d57a0162
[lexical-react] Feature: Add aria-errormessage and aria-invalid support to LexicalContentEditable ( #6745 )
2024-10-20 18:40:36 +00:00
790b5161d2
[lexical-table] Return inserted node from $insertTableRow__EXPERIMENTAL
and $insertTableColumn__EXPERIMENTAL
( #6741 )
2024-10-16 23:00:54 +00:00
24e8341606
Bug Fix: Shift+down selects an extra subsequent element for Table selection ( #6679 )
...
Co-authored-by: Ivaylo Pavlov <ivailo90@gmail.com>
2024-10-16 22:22:20 +00:00