3588 Commits

Author SHA1 Message Date
edae3d36ef Node fork modules & moduleResolution bundler (#5774) 2024-04-02 00:33:51 +01:00
48629ea801 Node-aware Context Menu Items (#5791) 2024-04-01 12:01:06 -06:00
bde1c84a3d Fix #5720 update the resolvedOffset correctly on image selection and drag (#5795) 2024-04-01 22:26:56 +08:00
5d61ab28ed fix: Address more flaky collab tests (#5788) 2024-03-31 22:39:37 -06:00
cdbcf75853 fix: Update iframes to prevent focus stealing (#5784) 2024-03-31 12:24:12 +01:00
111117d001 fix: restore playground esm build (#5781) 2024-03-29 16:56:39 -06:00
10996aea5c fix: Double input of text when composing at TextNode boundaries (#5762) 2024-03-29 21:15:40 +00:00
4c37c107fd @lexical/playground: Moved Vite config to TS and removed code duplication (#5744) 2024-03-28 12:01:14 -04:00
c4e9dec04d Fix selection started from inside of the table (#5766) 2024-03-28 14:09:43 +00:00
3ac5836ee6 Respect CSS zoom (#5772) 2024-03-28 13:47:50 +00:00
1a7cac8843 Revert "fixed: #5233 firefox related issue for backspace deletion wh… (#5776) 2024-03-28 08:59:28 -04:00
fbf49e8cdf Fix clear formatting in table (#5765) 2024-03-26 17:27:46 +00:00
a4abe51ac1 Generate default entry in package.json exports last & use .mjs for esm modules (#5737) 2024-03-25 11:03:54 +00:00
7d7188f2fd Update build script to exclude WWW from ESM modules (#5753) 2024-03-22 11:33:09 +00:00
2793c5a9b1 chore(@lexical/text): Split into several files for better readability and to simplify further expansion (#5718)
Signed-off-by: Vladlen Fedosov <vladlenfedosov@meta.com>
Co-authored-by: Vladlen Fedosov <vladlenfedosov@meta.com>
2024-03-21 11:33:12 -06:00
bd046de221 fixed: #5233 firefox related issue for backspace deletion where "focus" offset is of type element instead of text (#5734) 2024-03-21 07:42:04 +08:00
e3615cd48d Update the publish script channel (#5736) 2024-03-18 21:58:24 +00:00
cd41b4a072 v0.14.2 (#5735) 2024-03-18 21:45:34 +00:00
4b8a46ed10 Make the release workflow manually dispatched (#5733) 2024-03-18 07:56:16 -06:00
090a1e892b Fix order of exports in lexical-react (#5732) 2024-03-18 10:16:18 +00:00
90ef67e60b Clean up CHANGELOG (#5730) 2024-03-18 02:28:43 +00:00
f553bbe5b3 v0.14.1 (#5729) 2024-03-18 02:20:14 +00:00
f642472e6a v0.14.0 (#5728) 2024-03-18 01:48:17 +00:00
f5a15bd971 ESM build (#5618) 2024-03-17 19:29:09 -06:00
ada106645d Fix height and width parsing in ImportDOM for ExcalidrawNode (#5721) 2024-03-17 19:07:30 -06:00
a3f7509f9a ImportDOM and ExportDOM for LayoutContainerNode (#5722) 2024-03-17 19:07:06 -06:00
1475590931 Fix: don't call importDOM methods more than once (#5726) 2024-03-17 22:13:02 +00:00
058f55a3cd Add test for multiple leading "#" characters in a hashtag (#5723) 2024-03-17 12:25:43 +00:00
76fc0c3f38 Fix to count tabs as list indentation on importing markdown (#5706) 2024-03-16 22:33:42 +00:00
a0701ae5cc Update CharacterLimitPlugin to support custom renderer (#5715) 2024-03-15 12:29:26 -06:00
5385fdf3ad docs: Added links to API docs for respective packages (#5719)
Signed-off-by: Vladlen Fedosov <vladlenfedosov@meta.com>
Co-authored-by: Vladlen Fedosov <vladlenfedosov@meta.com>
2024-03-15 12:22:37 -06:00
054c983a9b docs: Creating a Plugin page + example (#5717)
Co-authored-by: Vladlen Fedosov <vladlenfedosov@meta.com>
2024-03-15 10:18:53 -06:00
f2b239ee76 Add code snippets for ClearEditorPlugin and MarkdownShortcutPlugin (#5711) 2024-03-14 13:27:00 -06:00
64468b565f Send click event in read-only editor (#5714) 2024-03-14 17:06:25 +00:00
783f0aa85b Fix deletion issues when using Chromium Android (#5644) 2024-03-13 08:11:06 -06:00
a424147dca Export table row height in JSON (#5696) 2024-03-12 15:21:56 +00:00
2140f3ae04 Fix Bulleting a Node Selection (#5699) 2024-03-12 15:17:26 +00:00
3dda2c569a fix: Typo in the collaboration nodes (#5702) 2024-03-12 12:04:34 +00:00
8d3764552e Fix endless renders with editorRef callback (#5701) 2024-03-11 08:53:26 -06:00
830b7e17f4 style: fix broken eslint check of #5625 (#5694) 2024-03-10 10:05:50 +00:00
4eb91a8c20 Fix forward word deletion destructing element nodes (#5625) 2024-03-07 16:54:43 +00:00
9f84191951 fix(tables): Add missing paragraph node when copying empty cells from external resources (#5670) 2024-03-06 11:30:58 -05:00
0acc1f5c83 chore(docs): Changed stackblitz.com links to point at this repo (#5685)
Co-authored-by: Vladlen Fedosov <vladlenfedosov@meta.com>
2024-03-06 08:29:39 -07:00
354d147929 docs: Added conceptual view of the Lexical Core Design (#5677)
Co-authored-by: Vladlen Fedosov <vladlenfedosov@meta.com>
2024-03-04 20:38:37 -07:00
392878bcdd Add support for grid selection in text alignment. (#5652) 2024-03-04 15:28:52 -05:00
7a62b6ed35 docs: Added reasoning on why State is necessary (#5678)
Co-authored-by: Vladlen Fedosov <vladlenfedosov@meta.com>
2024-03-02 12:00:35 -07:00
9ef2961af7 docs: Improved Getting Started with React guide (#5676)
Co-authored-by: Vladlen Fedosov <vladlenfedosov@meta.com>
2024-03-01 14:40:22 -07:00
ec564fc71d docs: add a tip about discrete state update (#5664) 2024-03-01 12:34:10 -07:00
9445ed25dd fix: Fix E2E tests in Safari (Webkit) (#5672)
Co-authored-by: Vladlen Fedosov <vladlenfedosov@meta.com>
2024-03-01 12:47:57 +00:00
6e4f072ea1 Configure ESLint: enable curly rule, fix on save (#5666) 2024-02-29 13:25:38 -07:00