v0.11.2 (2023-07-11)
Changelog
- Better Error Message for exportJSON type by @howlowck in #4556
- Another approach to fixing the className cache by @acywatson in #4582
- Fix a11y for ContentEditable by @maximshipko in #4580
- Allow native shift+arrow selection work over decorator nodes by @thegreatercurve in #4584
- use selection from state in insertNodeToNearestRoot and insertNodes by @kalvin807 in #4570
- Fix uuid bug in
AutocompleteNode.clone()
by @msdrigg in #4592 - Fix MenuTypeahead position by @aleksandr-kiliushin in #4597
- Update nodes.md by @navanshu in #4598
- mouseenter event typo fix by @agentraghav in #4588
- Add vercel analytics script by @acywatson in #4604
- Fix iOS newline insertion by @fantactuka in #4603
- TextNode docs by @acywatson in #4606
- fix: freeze get style object in DEV env to avoid mutations by @JatinRanka in #4616
- Don't throw error on format element by @thegreatercurve in #4611
- fix issue with dead keys (i.e. backticks) when converting markdown by @mbongard in #4620
- Fix issue with syncing yjs changes to Lexical by @ebads67 in #4621
- Add error formating params by @fantactuka in #4627
- Add clipboard documentation by @acywatson in #4631
- Add error formating params by @fantactuka in #4629
- Add missing ExportDOM to CodeNode by @ivailop7 in #4637
- Import alignment for Heading and Blockquote by @ivailop7 in #4625
- Fix ContentEditable Flow types by @zurfyx in #4652
- Check for specific excluded props by @fantactuka in #4655
- Fix reconciler recovery listeners by @fantactuka in #4654
- Fix clipboard if content editable is in an iframe. by @imdreamrunner in #4649
- Add columns next to selection by @PeterBul in #4663
- Normalize select all on NodeSelection by @zurfyx in #4664
- Override selectall on RangeSelection by @zurfyx in #4671
- feat: playground inline image plugin by @58bits in #4423
- Fix dropdown menu position in playground when scroll by @xinyuan0801 in #4496
- Remove delay from flakey E2E test by @thegreatercurve in #4676
- Remove outdated examples by @thegreatercurve in #4684
- Preserving language and indentation of code block when serialized/deserialized by @ebads67 in #4682
- Additional fix for editor._window in lexical-clipboard by @imdreamrunner in #4686
- Swap noopener for noreferrer by @acconrad in #4690
- Allow table selection when cells are already selected by @PeterBul in #4699
- correction : line 47 - create -> update by @abhishekkumar35 in #4704
- Table selection keyboard controls by @fantactuka in #4689
- Keeping local comments and sharedCommentsArray orders in sync by @ebads67 in #4721
- Image resizer fix by @fantactuka in #4722
- Fix: Use $createListItemNode within importJSON to override on deserialization by @kazukinagata in #4717
- Improve md error message by @acywatson in #4710
- Fixed drop down buttons to prevent sumbit by @Ou7law007 in #4727
- Show excalidraw edit button by @IBastawisi in #4731
- Context Menu Options Added by @Shubhankerism in #4713
- Remove instanceof checks in onPasteForPlainText by @acywatson in #4737
- Fix code block export by @fantactuka in #4702
- Fix multi-line token parsing by @fantactuka in #4741
- Add RangeSelection docs by @acywatson in #4742
- Fix flowtypes for cut/copy commands by @fantactuka in #4746
- Add EditorRef plugin by @acywatson in #4747
- Allow preventing text drag by @fantactuka in #4749
- Add selection adjustments for node removal by @fantactuka in #4745
- Fix missing token type by @fantactuka in #4751
- Add video links to Getting Started docs by @acywatson in #4752
- Fix $transferStartingElementPointToTextPoint() by @amyworrall in #4756
- Fixes broken trunk by @fantactuka in #4763
- Flow key down command by @zurfyx in #4766
- Reset editor state when setting null root by @fantactuka in #4762
- Update listeners.md by @mohammadreza490 in #4768
New Contributors
- @maximshipko made their first contribution in #4580
- @kalvin807 made their first contribution in #4570
- @msdrigg made their first contribution in #4592
- @navanshu made their first contribution in #4598
- @agentraghav made their first contribution in #4588
- @JatinRanka made their first contribution in #4616
- @mbongard made their first contribution in #4620
- @imdreamrunner made their first contribution in #4649
- @PeterBul made their first contribution in #4663
- @58bits made their first contribution in #4423
- @acconrad made their first contribution in #4690
- @abhishekkumar35 made their first contribution in #4704
- @kazukinagata made their first contribution in #4717
- @Ou7law007 made their first contribution in #4727
- @amyworrall made their first contribution in #4756
- @mohammadreza490 made their first contribution in #4768
Full Changelog: v0.11.1...v0.11.2