Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

fix(deps): update lexical monorepo to v0.28.0 #2675

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@lexical/code (source) 0.15.0 -> 0.28.0 age adoption passing confidence
@lexical/html (source) 0.15.0 -> 0.28.0 age adoption passing confidence
@lexical/link (source) 0.15.0 -> 0.28.0 age adoption passing confidence
@lexical/list (source) 0.15.0 -> 0.28.0 age adoption passing confidence
@lexical/react (source) 0.15.0 -> 0.28.0 age adoption passing confidence
@lexical/selection (source) 0.15.0 -> 0.28.0 age adoption passing confidence
@lexical/table (source) 0.15.0 -> 0.28.0 age adoption passing confidence
@lexical/utils (source) 0.15.0 -> 0.28.0 age adoption passing confidence
lexical (source) 0.15.0 -> 0.28.0 age adoption passing confidence

Release Notes

facebook/lexical (@​lexical/code)

v0.28.0

Compare Source

  • lexical-website Docs Fix broken links to React Rich Collab Example (#​7347) Bob Ippolito
  • lexical-playgroundlexical-react Feature Push Draggable Element to Parent (#​7338) Stphane
  • Breaking Changelexicallexical-utils Bug Fix Handle canBeEmpty in splitNodes (#​7342) Bob Ippolito
  • Breaking Changelexical-table Bug Fix Table cell line breaks behave differently from the intended HTML behavior. (#​7318) SeungHwan-Lee
  • Breaking Changelexical Bug Fix Fix bug in transformer loop that would cause nodes not to get reconciled (#​7341) Bob Ippolito
  • lexical-utils Feature Add type predicate to objectKlassEquals (#​7340) wnhlee
  • lexical-playground Table actions should clear selection instead of moving it to the beginning (#​7337) Bob Ippolito
  • Breaking Changelexicallexical-playground Feature Add a default delete handler for NodeSelection (#​7323) Bob Ippolito
  • Breaking Changelexical-list Bug Fix Move ListItemNode text style inheritance to custom properties and CSS (#​7325) Bob Ippolito
  • lexical Feature Add mutatedNodes to UpdateListener payload (#​7321) Bob Ippolito
  • Breaking Changelexicallexical-table Bug Fix Scrollable TableNode updateDOM fixes and getDOMSlot type refactoring (#​7336) Bob Ippolito
  • lexical-editorBug fix Add LexicalEditor.hasNode to flow typing to match typescript (#​7320) Alex Zhang
  • lexical-react Chore remove unused dependencies from lexicalreact (#​7315) Alessio Gravili
  • v0.27.2 (#​7314) Bob Ippolito
  • v0.27.2 Lexical GitHub Actions Bot

v0.27.2

Compare Source

  • lexical-table Bug Fix Fix unintended touch table cell selection when scrolling (#​7309) Ibrahim El-bastawisi
  • lexical-playground Bug Fix row height resizing for merged cells (#​7305) Kiran Dash
  • lexical-table Add table cell selection handler for touch devices (#​7297) Ibrahim El-bastawisi
  • lexical-playground Feature Add touch support for TableCellResizer (#​7299) Ibrahim El-bastawisi
  • lexical-yjs Bug Fix prevent collab element nodes from removing other nodes from node map (#​7295) James Fitzsimmons
  • lexical-website Bug Fix Fix vite.config.ts for gallery examples (#​7290) Bob Ippolito
  • v0.27.1 (#​7288) Bob Ippolito
  • v0.27.1 Lexical GitHub Actions Bot

v0.27.1

Compare Source

  • CI Feature Add a fixer for the no-imports-from-self lint (#​7284) Bob Ippolito
  • lexical-table Bug Fix Click and drag table selection in Firefox (#​7283) Bob Ippolito
  • lexical-listlexical Bug Fix Add RTL direction support for list items in output HTML (#​7282) Kiran Dash
  • v0.27.0 (#​7281) Bob Ippolito
  • v0.27.0 Lexical GitHub Actions Bot

v0.27.0

Compare Source

  • lexical-playgroundlexical-react Feature add HR theme config for selected state (#​7279) Rob Hannay
  • lexical-utils Bug Fix dont include parents siblings when starting dfs at last child (#​7275) James Fitzsimmons
  • chore add no-imports-from-self eslint rule to monorepo (#​7272) Alessio Gravili
  • ci Chore Remove unused GITHUBTOKEN secrets from workflows (#​7209) Bob Ippolito
  • lexical-playground Bug Fix apply correct column headers when column contains vertically merged cells (#​7273) Riley Langbein
  • Chore Refactor sharedinvariant for easier dev debugging (#​7269) Bob Ippolito
  • Breaking Changeslexical Bug Fix Address deleteLine regression in #​7248 (#​7270) Bob Ippolito
  • lexical Bug Fix invalid import from self (#​7271) Alessio Gravili
  • v0.26.0 (#​7265) Bob Ippolito
  • v0.26.0 Lexical GitHub Actions Bot

v0.26.0

Compare Source

  • Fix selection shifting when deleting paragraphs on android (#​7239) Wayne
  • lexicalreact Bug Fix anchor element not cleanup when component unmount (#​7264) Y2
  • lexical Bug Fix Point.isBefore could return incorrect result due to normalization (#​7256) Bob Ippolito
  • lexical Feature add a generic state property to all nodes (#​7117) Germn Jabloski
  • lexicallexical-mark Bug Fix Identify mark as inline element (#​7255) Peter Dekkers
  • lexical-playgroundexamples Refactor Unify vite devprodexample configurations (#​7208) Bob Ippolito
  • lexicallexical-utils Chore Add some missing flow types for NodeCaret and table related functionality (#​7253) Bob Ippolito
  • lexical-playground Bug Fix Table Action Menu dropdown positioning (#​7229) Syed Umar Anis
  • fix Add missing flow types for node event plugin (#​7252) Maksim Horbachevsky
  • lexical fix typo in Caret error msg (#​7249) Sherry
  • Breaking Changeslexicallexical-listlexical-playground Bug Fix deleteCharacter through ListNode-ListItemNode (#​7248) Bob Ippolito
  • Update Upgrade docusaurus version (#​7244) Yuncheng Lu
  • lexical-react fix ensure attributes are set immediately on menu (#​7237) Dennis Soehnen
  • lexical-table Bug Fix Prevent adjacent cell selection on triple-click (#​7213) Kiran Dash
  • lexical-list Bullet item color matches text color (#​7024) Ivaylo Pavlov
  • lexicallexical-code Refactor Use NodeCaret to implement RangeSelection.getNodes() (#​7135) Bob Ippolito
  • lexical-playground Refactor Image component rerenders on every editor update (#​7233) Jash Vithlani
  • Feature Add linter to check that flow types are consistent with typescript types (#​7230) Bob Ippolito
  • lexical-playground fix hard coded theme classes for table hover actions (#​7182) Syed Umar Anis
  • lexical-list Bug Fix retain selection styling when exiting nested list (#​7225) Divyansh Kumar
  • lexicallist Feature export ListNodeTagType (#​7228) Dani Guardiola
  • lexical-table Docs Fix lexicaltable README.md (#​7224) Bob Ippolito
  • lexical-yjs Bug Fix Normalize multiple adjacent merge conflicts in one block (#​7217) James Fitzsimmons
  • Breaking Changelexicalreact Chore Remove deprecated default exports (#​7219) Kiran Dash
  • v0.25.0 (#​7221) Bob Ippolito
  • 2024 recap shortcut (#​7223) Gerard Rovira
  • v0.25.0 Lexical GitHub Actions Bot

v0.25.0

Compare Source

  • lexical-playground Refactor Remove redundant Suspense from node decorators (#​7215) Kiran Dash
  • lexical-playground Bug Fix Optimize table cell resizer event listeners (#​7194) Kiran Dash
  • lexical-playground Chore Remove insertNodes workaround in ToolbarPlugin (#​7206) Bob Ippolito
  • Breaking Changelexical-playground Refactor Remove special case for collapsible forward deletion (#​7204) Bob Ippolito
  • ci Chore Upgrade astro to fix mysterious integration test failure (#​7196) Bob Ippolito
  • lexical-table Feature Support TableNode.style in createDOM and updateDOM (#​7205) Bob Ippolito
  • Breaking Changelexicallexical-playground Bug Fix Improve character deletion around shadow roots and decorators (#​7155) Bob Ippolito
  • lexical Bug Fix Workaround for delete character with emoji grapheme customers that do not include non-BMP code points (#​7175) Bob Ippolito
  • lexical Bug Fix catch setTimeout wrapped setBaseAndExtent call (#​7202) Storm
  • Replace substr with substring (#​7188) Ivaylo Pavlov
  • Breaking Changelexical-table Bug Fix Prevent nested tables (#​7192) Kiran Dash
  • lexical-table Freeze top row using pure CSS (#​7190) Ivaylo Pavlov
  • Documentation Update move placeholder examples to ContentEditable (#​7193) Rob Hannay
  • Position menu immediately (#​7181) Gerard Rovira
  • lexical-codelexical-playground Bug Fix Fix selection boundaries in code block (#​7187) Kiran Dash
  • lexical-react Bug Fix Make typeahead menu respect read-only mode (#​7185) Kiran Dash
  • lexicallexical-devtools-corelexical-playground Bug Fix fix TextNode importDom highlight formatting (#​7186) Kiran Dash
  • lexical Bug Fix add missing flow type for getNearestEditorFromDOMNode (#​7183) Kiran Dash
  • Breaking Changelexicallexical-link Bug Fix Collapse through inline elements in deleteCharacter (#​7180) Bob Ippolito
  • fix DFS depths when starting from inline node (#​7179) Maksim Horbachevsky
  • No forward slash in template (#​7178) Gerard Rovira
  • lexical-react positionMenu on rendering typeahead mentions menu (#​7164) Sherry
  • lexical-table Bug Fix Ensure rectangular table cell merge behavior (#​7161) (#​7170) Kiran Dash
  • fix dfs traversal from the middle of the tree leaves (#​7174) Maksim Horbachevsky
  • lexical-table Support first column freeze (#​7134) Ivaylo Pavlov
  • Update WWW build flag (#​7169) Gerard Rovira
  • scripts add noEnforceES3 to build script (#​7162) Sherry
  • lexical Chore Add more tests for RangeSelection.getNodes() (#​7152) Bob Ippolito
  • fix Replace Twitter with X (#​7118) Aaron Dewes
  • lexical-website Documentation Update CaretType has sibling and child. (#​7159) Benjamin Gudehus
  • lexical Bug fix Fixes infinite loop in sibling traversal (#​7157) Ivan Suslov
  • lexical-table Feature TableCellNode add verticalAlign attribute (#​7077) liuwei
  • lexicallexical-utilslexical-selectionlexical-table Feature NodeCaret abstraction for traversals and ranges (#​7046) Bob Ippolito
  • v0.24.0 (#​7147) Bob Ippolito
  • v0.24.0 Lexical GitHub Actions Bot

v0.24.0

Compare Source

  • ci Chore Remove SSHKEY secret (#​7143) Bob Ippolito
  • bugfix Fix flow typedef for links plugin to include attributes (#​7145) Maksim Horbachevsky
  • lexical Bug Fix Fix Chrome on android deletion bugs (#​7122) Wayne
  • lexical-markdown Bug Fix support link and inline code text formats (#​7004) Alessio Gravili
  • lexical-react Refactor Replace ReactContext with React.Context (#​7137) Sam Zhou
  • lexicallexical-mark Bug Fix wrapSelectionInMarkNode with element points (#​7132) Bob Ippolito
  • lexical-playground Fix Replace icon with Twitter with X (#​7127) AW
  • cleanup size-limit (#​7129) Sherry
  • workflow Delete size limit report (#​7128) Sherry
  • workflow disable size-limit job (#​7125) Sherry
  • Fix ListItemNode serialization throws (#​7116) Gerard Rovira
  • lexical-mark Feature include inline decorator nodes in marks (#​7086) James Fitzsimmons
  • lexical-utils Fix Modify reverseDfs to be a right-to-left variant of dfs (#​7112) Bob Ippolito
  • lexical-utils Feature add reverse dfs iterator (#​7107) Nigel Gutzmann
  • lexical-playground Bug Fix Ensure Delete Node handles all node types (#​7096) mohammed shaheer kp
  • Listeners Lexical 3 updates to spelling and grammar - Update listeners.md (#​7100) Adam Pugh
  • Lexical Docs 2 updates to spelling README.md (#​7102) Adam Pugh
  • Selection Lexical 1 Spelling Update Update selection.md (#​7103) Adam Pugh
  • Creating a React Plugin 1 Grammar Update - Update createplugin.md (#​7104) Adam Pugh
  • Working with DOM Events 2 Spelling and Grammar Updates Update dom-ev (#​7105) Adam Pugh
  • lexical-yjs Bug Fix handle text node being split by Yjs redo (#​7098) James Fitzsimmons
  • lexical-react Bug Fix Import JSX type from React to prevent Cannot find namespace JSX-error when type-checking with React 19 (#​7080) Torleif Berger
  • lexical Chore Rename variable and add comments for Safari compositing workaround (#​7092) Tetsuya
  • Fix Use already defined RegisteredNodes type (#​7085) Mateo Vukovi
  • playground Bug fix prevent growing whitespaces in markdown table toggle (#​7041) Sherry
  • Unrevert Breaking Changelexical Bug Fix Commit updates on editor.setRootElement(null) #​7023 (#​7068) Sherry
  • lexical-playground plugins TableOfContent Scroll smooth behaviour A (#​7069) mohammed shaheer kp
  • lexical-playground Fix Columns Layout Item Overflow (#​7066) Ivaylo Pavlov
  • Change fork modules to use production only when NODEENV explicitly set to production (#​7065) Bob Ippolito
  • lexical Bug Fix In the Safari browser, during the compositing event process, the delete key exhibits unexpected behavior. (#​7061) CityHunter
  • docs Change here link to more descriptive text (#​7058) Violet Rosenzweig
  • lexical-table Bug Fix Prevent error if pasted table has empty row (#​7057) Aman Harwara
  • lexical-list Bug Fix Prevent error when calling formatList when selection is at root (#​6994) Aman Harwara
  • fix iOS Autocorrect strips formatting by reporting wrong dataType (#​5789) Brayden
  • lexical-yjs Feature Allow passing in custom syncCursorPositions function to collab hook (#​7053) Aman Harwara
  • fix triple click around inline elements (links) (#​7055) Maksim Horbachevsky
  • lexical-table Support table alignment (#​7044) Ivaylo Pavlov
  • Revert Breaking Changelexical Bug Fix Commit updates on editorSetRootElement(null) (#​7023) (#​7052) Sherry
  • lexical Bug Fix Normalize selection after applyDOMRange to account for Firefox differences (#​7050) Bob Ippolito
  • Bug Fix Use GITHUBOUTPUT instead of GITHUBENV for size-limit action (#​7051) Bob Ippolito
  • Breaking Change Chore Use terser for optimizing cjs prod build (#​7047) Bob Ippolito
  • lexical Bug Fix Handle MutationObserverinput event re-ordering when using contentEditable inside of an iframe (#​7045) Bob Ippolito
  • Clean up nested editor update (#​7039) Ivaylo Pavlov
  • Breaking Changelexicallexical-selectionlexical-list Bug Fix Fix infinite loop when splitting invalid ListItemNode (#​7037) Bob Ippolito
  • v0.23.1 (#​7035) Bob Ippolito
  • v0.23.1 Lexical GitHub Actions Bot

v0.23.1

Compare Source

  • lexical Fix TabNode deserialization regression (#​7031) Bob Ippolito
  • lexical-react Feature Merge TabIndentionPlugin and ListMaxIndentLevelPlugin plugins (#​7018) Maksim Horbachevsky
  • lexical-mark Bug Fix reverse ternary in MarkNode.addID (#​7020) James Fitzsimmons
  • v0.23.0 (#​7017) Bob Ippolito
  • v0.23.0 Lexical GitHub Actions Bot

v0.23.0

Compare Source

  • lexical-playground Fix table hover actions button position (#​7011) Ivaylo Pavlov
  • lexical Bug Fix Fix registerNodeTransform regression introduced in #​6894 (#​7016) Bob Ippolito
  • lexical-playground Refactor switch headings test file names (#​7008) Christian Grngaard
  • Breaking Changelexical Feature Add updateFromJSON and move more textFormattextStyle to ElementNode (#​6970) Bob Ippolito
  • lexical Bug Fix Fix getNodes over-selection (#​7006) Bob Ippolito
  • test npm upgrade astro (#​7001) Sherry
  • Documentation Fix typo nest nest-nest in README.md (#​7000) Christian Grngaard
  • tests npm upgrade next (#​6996) Sherry
  • lexical Bug Fix Flow is missing some variables and functions (#​6977) Simon
  • v0.22.0 (#​6993) Sherry
  • v0.22.0 Lexical GitHub Actions Bot

v0.22.0

Compare Source

  • lexical Fix flow error change this to any (#​6992) Sherry
  • Refactor exportJSON (#​6983) Germn Jabloski
  • feature expose forEachSelectedTextNode (#​6981) Germn Jabloski
  • lexicallexical-table Bug fix TablePlugin - check is current selection in target table node (#​6979) Alex
  • Documentationlexical-website Documentation for useLexical node selection hook (#​6976) Ajaezo Kingsley
  • lexical-table Feature Support google docs colgroup import (via deprecated col width attribute) (#​6971) Bob Ippolito
  • lexical-markdown Bug Fix preserve the order of markdown tags for markdown combinations, and close the tags when the outmost tag is closed (#​5758) yhw5
  • lexical-utils Bug Fix Refactor markSelection for getDOMSlot and not using updateDOM (#​6961) Bob Ippolito
  • lexicallexical-table Bug Fix Allow TableSelection to be preserved during contextmenu events (#​6964) Bob Ippolito
  • lexical-website Add Discord to the community section of the footer (#​6967) Bob Ippolito
  • lexicallexical-rich-textlexical-playground Feature Support capitalization format (#​6897) Bedru Umer
  • lexical-playground Bug Fix Allow scrolling if the table cell content overflows (#​6966) Parasaran
  • lexical-tablelexical-playground Fix Insertion of multiple rows (#​6963) Vinay Kushwaha
  • Breaking Changelexical Feature New update tag skip-dom-selection, onUpdate now always called (#​6894) Bob Ippolito
  • Test234 (#​6958) Tranquiliz00
  • Revert Test comment for pr testing (#​6953) (#​6957) bailey-meta
  • Revert lexical-onboarding testing sev mitigation (#​6952) (#​6956) Niels Y.
  • Create a test PR (#​6955) Tranquiliz00
  • Test comment for pr testing (#​6953) bailey-meta
  • lexical-onboarding testing sev mitigation (#​6952) Niels Y.
  • lexical-list Revert PR 6912 (#​6944) Sherry
  • scripts-integration-fixtures Address GitHub detected a vulnerability in the sveltejskit dependency (#​6943) Luis Silva
  • lexical-table Fix Delete table row in merge cells (#​6922) Vinay Kushwaha
  • lexical-list Bug Fix Ensure new paragraph node retains selection styling when exiting list (#​6917) Aleksandr Lapukin
  • lexical-reactBug Fix the location of draggable-block-menu cannot be calculated #​6818 (#​6915) lin-mt
  • lexical-playground Refactor editor styles should in PlaygroundEditorTheme.css (#​6934) Syed Umar Anis
  • lexical-playground Fix tabs do not show strikethroughunderline (#​6811) Oluwasanya Olaoluwa
  • Breaking Changelexical-list Fix Preserve original format after indenting list item (#​6912) C.
  • Bug Fix add mergegroup to the tests workflow (#​6932) Bob Ippolito
  • Update core-tests workflow triggers (#​6928) Gerard Rovira
  • Doc nits (#​6927) Gerard Rovira
  • lexical-playground Chore Update Prettier to v3 (#​6920) daichan132
  • lexical-playground Fix empty layout item causes 100 CPU usage (#​6906) Basile Savouret
  • lexicallexicalselection Feature Unify selectAll Implementations (#​6902) Hadi Elghoul
  • lexical-tablelexical-utilslexical-react Bug Fix Enforce table integrity with transforms and move non-React plugin code to lexicaltable (#​6914) Bob Ippolito
  • lexical-website Fix docsreact next button links to itself (#​6911) Oluwasanya Olaoluwa
  • Warn about display flex container for the editor (#​6901) Maksim Horbachevsky
  • lexical-websitelexical-react Documentation Update documentation for LexicalTreeView plugin (#​6898) Ajaezo Kingsley
  • lexical-link Bug Fix Preserve the startend of the selection for non-text points when creating a LinkNode (#​6883) Bob Ippolito
  • v0.21.0 (#​6896) Sherry
  • Documentation Update Add release protocol to maintainers-guide.md (#​6895) Sherry
  • v0.21.0 Lexical GitHub Actions Bot

v0.21.0

Compare Source

  • Fix selected table colors (#​6892) Gerard Rovira
  • v0.20.2 (#​6891) Sherry
  • v0.20.2 Lexical GitHub Actions Bot

v0.20.2

Compare Source

  • lexicallexical-playground Bug Fix Allow setEditorState to work correctly inside of an update (#​6876) Bob Ippolito
  • lexical-playground Fix CSS property (#​6886) Ivaylo Pavlov
  • v0.20.1 (#​6887) Sherry
  • lexical-table Bug Fix Fix scrollable table exportDOM (#​6884) Bob Ippolito
  • lexical-table Bug Fix Fix table tab navigation (#​6880) Bob Ippolito
  • lexical-playground Feature Highlight special strings with format (#​6860) C.
  • lexical-playground Fix Hidden comment button on narrow screens or vertical monitors (#​6871) Oluwasanya Olaoluwa
  • lexical-table Bug Fix Fix left arrow key handling for table selection (#​6875) Bob Ippolito
  • positionNodeOnRange fixes (#​6873) Gerard Rovira
  • Add SelectionAlwaysOnDisplay plugin (#​6872) Gerard Rovira
  • Allow passing params to run-all (#​6874) Gerard Rovira
  • lexical-playground Bug Fix Preserve the selection using the link editor from a table (#​6865) Bob Ippolito
  • lexical-playground Bug Fix autocomplete format before and after insertion (#​6845) Bedru Umer
  • lexical-utils Bug Fix Add feature detection to calculateZoomLevel (#​6864) Bob Ippolito
  • Add Documentation for RootNodes semantic and use case (#​6869) C.
  • lexical-selection Bug Fix Wrong selection type in setBlocksType (#​6867) Simon
  • lexical-table Bug Fix get table-cell background selection color from a class (#​6658) Hamza
  • lexical-table Bug Fix Resolve table selection issue when the mouse crosses over a portal (#​6834) Bob Ippolito
  • Lexical Chore Update default skipInitialization to false for registerMutationListener (#​6857) Fadekemi Adebayo
  • tests npm upgrade cross-spawn (#​6856) Sherry
  • Feature Deprecate nodesOfType function (#​6855) Sachin Mahato
  • Lexical Bug Fix backspace bug when deleting nodes with canInsertTextAfter set to false (#​6268) Dani Lauzurica
  • lexical-link Test Appending inline element nodes to ListNode (#​6826) Fadekemi Adebayo
  • Chore npm upgrade cross-spawn (#​6848) Sherry
  • Table Action Menu - fix UI issue with Merge Cells item (#​6830) Syed Umar Anis
  • lexical-utils Bug Fix Add missing Flow type declarations (#​6841) Hadi Hamid
  • lexical-react Fix(lexical-react) ContentEditable props type rename (#​6837) (Ivan)
  • lexical-link Test Removing link from node(children) (#​6817) Oluwasanya Olaoluwa
  • lexical-table Bug Fix Fix down arrow key handling in TableObserver (#​6839) Bob Ippolito
  • Prevent initial value fn to be called on rerender (#​6835) Maksim Horbachevsky
  • Link flow types (#​6833) Gerard Rovira
  • lexical-examples Chore Add DOMExportOutputMap type to the exportMap (#​6827) Ajaezo Kingsley
  • lexicallexical-table Feature Scrollable tables with experimental getDOMSlot API (#​6759) Bob Ippolito
  • lexical-rich-textlexical-plain-text workaround for Korean IME issue on iOS (#​6819) wnhlee
  • Fix Aria attributes for ContentEditable are ignored (#​6814) Oluwasanya Olaoluwa
  • Mention nodes shouldnt be spellcheckd ) (#​6788) Sevki
  • lexical-list Bug Fix Handle appending inline element nodes in ListNode.append (#​6791) Aman Harwara
  • lexical-mark Bug Fix Stop MarkNode ids array deep copy in clone (#​6810) Ebad
  • v0.20.0 (#​6809) Bob Ippolito
  • v0.20.0 Lexical GitHub Actions Bot

v0.20.1

Compare Source

  • lexical-table Bug Fix Fix table tab navigation (#​6880) Bob Ippolito
  • lexical-playground Feature Highlight special strings with format (#​6860) C.
  • lexical-playground Fix Hidden comment button on narrow screens or vertical monitors (#​6871) Oluwasanya Olaoluwa
  • lexical-table Bug Fix Fix left arrow key handling for table selection (#​6875) Bob Ippolito
  • positionNodeOnRange fixes (#​6873) Gerard Rovira
  • Add SelectionAlwaysOnDisplay plugin (#​6872) Gerard Rovira
  • Allow passing params to run-all (#​6874) Gerard Rovira
  • lexical-playground Bug Fix Preserve the selection using the link editor from a table (#​6865) Bob Ippolito
  • lexical-playground Bug Fix autocomplete format before and after insertion (#​6845) Bedru Umer
  • lexical-utils Bug Fix Add feature detection to calculateZoomLevel (#​6864) Bob Ippolito
  • Add Documentation for RootNodes semantic and use case (#​6869) C.
  • lexical-selection Bug Fix Wrong selection type in setBlocksType (#​6867) Simon
  • lexical-table Bug Fix get table-cell background selection color from a class (#​6658) Hamza
  • lexical-table Bug Fix Resolve table selection issue when the mouse crosses over a portal (#​6834) Bob Ippolito
  • Lexical Chore Update default skipInitialization to false for registerMutationListener (#​6857) Fadekemi Adebayo
  • tests npm upgrade cross-spawn (#​6856) Sherry
  • Feature Deprecate nodesOfType function (#​6855) Sachin Mahato
  • Lexical Bug Fix backspace bug when deleting nodes with canInsertTextAfter set to false (#​6268) Dani Lauzurica
  • lexical-link Test Appending inline element nodes to ListNode (#​6826) Fadekemi Adebayo
  • Chore npm upgrade cross-spawn (#​6848) Sherry
  • Table Action Menu - fix UI issue with Merge Cells item (#​6830) Syed Umar Anis
  • lexical-utils Bug Fix Add missing Flow type declarations (#​6841) Hadi Hamid
  • lexical-react Fix(lexical-react) ContentEditable props type rename (#​6837) (Ivan)
  • lexical-link Test Removing link from node(children) (#​6817) Oluwasanya Olaoluwa
  • lexical-table Bug Fix Fix down arrow key handling in TableObserver (#​6839) Bob Ippolito
  • Prevent initial value fn to be called on rerender (#​6835) Maksim Horbachevsky
  • Link flow types (#​6833) Gerard Rovira
  • lexical-examples Chore Add DOMExportOutputMap type to the exportMap (#​6827) Ajaezo Kingsley
  • lexicallexical-table Feature Scrollable tables with experimental getDOMSlot API (#​6759) Bob Ippolito
  • lexical-rich-textlexical-plain-text workaround for Korean IME issue on iOS (#​6819) wnhlee
  • Fix Aria attributes for ContentEditable are ignored (#​6814) Oluwasanya Olaoluwa
  • Mention nodes shouldnt be spellcheckd ) (#​6788) Sevki
  • lexical-list Bug Fix Handle appending inline element nodes in ListNode.append (#​6791) Aman Harwara
  • lexical-mark Bug Fix Stop MarkNode ids array deep copy in clone (#​6810) Ebad
  • v0.20.0 (#​6809) Bob Ippolito
  • v0.20.0 Lexical GitHub Actions Bot

v0.20.0

Compare Source

  • Add optional selection argument to getHtmlContent flow type (#​6803) Rajiv Anisetti
  • Fix importDOM for Layout plugin (#​6799) Ivaylo Pavlov
  • lexical-playground Feature Add more keyboard shortcuts (#​6754) Bedru Umer
  • lexical-website Documentation Update Add Documentation for html Property in Lexical Editor Configuration (#​6770) Ajaezo Kingsley
  • lexical-yjs Bug Fix clean up dangling text after undo in collaboration (#​6670) Michael Shafer
  • Lexical-website BugFix Change button text colour to improve visibility (#​6796) Fadekemi Adebayo
  • lexical-markdown Feature add ability to control finding the end of a node matched by TextMatchTransformer (#​6681) Alessio Gravili
  • lexical-react Bug Fix LexicalTypeaheadMenuPlugin SSR error ReferenceError document is not defined (#​6794) Bedru Umer
  • lexical-website Chore upgrade to Docusaurus v3.6 - Docusaurus Faster (#​6761) Sbastien Lorber
  • Bug Fix ContextMenu Paste option not preserving style (#​6780) C.
  • lexical-playground Fix the placement of the fontSize button in the ToolbarPlugin and hide the vertical scroll (Bug Fix) (#​6786) Oluwasanya Olaoluwa
  • #​6768 fix to avoid infinite markdown shortcut matchers run (#​6778) Maksim Horbachevsky
  • lexical Feature Add onUpdate function during update with onUpdate (correct baselline) (#​6773) Michael Landis
  • v0.19.0 (#​6774) Sherry
  • v0.19.0 Lexical GitHub Actions Bot

v0.19.0

Compare Source

  • lexical Add missing commands to Lexical.js.flow (#​6769) Sherry
  • lexical-react Feature add attributes in LinkPlugin (#​6760) Taro Shono
  • lexical-react replace abstract component (#​6752) Sherry
  • Trust HTML for rich text clipboard (#​6755) Gerard Rovira
  • lexical-playground Bug Fix Disable editing of Excalidraw Component in Read-Only Mode (#​6704) Neysan Foo
  • lexical-playground Bug Fix Disable table hover actions in read-only mode (#​6706) Neysan Foo
  • lexical-table lexical-selection Try to fix calling split on undefined (#​6746) Ivaylo Pavlov
  • Add ariaErrorMessage and ariaInvalid to Flow type (#​6751) EJ Hammond
  • lexical-react Feature Add aria-errormessage and aria-invalid support to LexicalContentEditable (#​6745) EJ Hammond
  • lexical-table Return inserted node from insertTableRowEXPERIMENTAL and insertTableColumnEXPERIMENTAL (#​6741) Aman Harwara
  • Bug Fix Shiftdown selects an extra subsequent element for Table selection (#​6679) Katsia
  • lexical-playground Bug Fix Disable equation editing in read-only mode (#​6707) Neysan Foo
  • lexical-markdown Feature add ability to hook into the import process for multiline element transformers (#​6682) Alessio Gravili
  • lexical-playground Bug Fix Disable image and inline focusing, adding caption and editing in read-only mode (#​6705) Neysan Foo
  • lexical-code Bug Fix Add global type declarations for Prism (#​6736) Bob Ippolito
  • Chore Disable react-beta test job for now (#​6738) Bob Ippolito
  • lexical-playground Table Hover Actions Layout Fixes (#​6725) Ivaylo Pavlov
  • lexical Bug Fix lines were being deleted with deleteLine (#​6719) Taro Shono
  • lexical-table Bug Fix colWidths not imported from DOM for TableNode (#​6731) cwstra
  • Chore add workflow to auto close stale pr based on label (#​6732) Sherry
  • lexical-playground Bug Fix match toolbar font size input with the rest of toolbar items in Read-Only mode (#​6698) Bedru Umer
  • lexical-playground Remove unused command (#​6726) Ivaylo Pavlov
  • fix preserve custom fields in Lexical-Yjs sync ([#​6724](https://redirect.github.com/facebook/lexical/

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Jun 4, 2024
@renovate renovate bot force-pushed the renovate/lexical-monorepo branch from 789023f to 20242f3 Compare June 4, 2024 12:39
@renovate renovate bot force-pushed the renovate/lexical-monorepo branch from 20242f3 to 3456563 Compare July 1, 2024 22:42
@renovate renovate bot changed the title fix(deps): update lexical monorepo to v0.16.0 fix(deps): update lexical monorepo to v0.16.1 Jul 1, 2024
@renovate renovate bot force-pushed the renovate/lexical-monorepo branch from 3456563 to 65e742c Compare July 15, 2024 22:36
@renovate renovate bot force-pushed the renovate/lexical-monorepo branch from 65e742c to 4e96a31 Compare August 1, 2024 19:27
@renovate renovate bot changed the title fix(deps): update lexical monorepo to v0.16.1 fix(deps): update lexical monorepo to v0.17.0 Aug 1, 2024
@renovate renovate bot force-pushed the renovate/lexical-monorepo branch from 4e96a31 to 85210e8 Compare August 27, 2024 10:33
@renovate renovate bot changed the title fix(deps): update lexical monorepo to v0.17.0 fix(deps): update lexical monorepo to v0.17.1 Aug 27, 2024
@renovate renovate bot force-pushed the renovate/lexical-monorepo branch 3 times, most recently from b14cd7f to 47bd612 Compare September 26, 2024 18:44
@renovate renovate bot changed the title fix(deps): update lexical monorepo to v0.17.1 fix(deps): update lexical monorepo to v0.18.0 Sep 26, 2024
@renovate renovate bot force-pushed the renovate/lexical-monorepo branch from 47bd612 to 823c660 Compare October 28, 2024 07:45
@renovate renovate bot changed the title fix(deps): update lexical monorepo to v0.18.0 fix(deps): update lexical monorepo to v0.19.0 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/lexical-monorepo branch from 823c660 to f8fdbb0 Compare November 8, 2024 01:06
@renovate renovate bot changed the title fix(deps): update lexical monorepo to v0.19.0 fix(deps): update lexical monorepo to v0.20.0 Nov 8, 2024
@renovate renovate bot force-pushed the renovate/lexical-monorepo branch from f8fdbb0 to 4e76fdb Compare November 29, 2024 17:11
@renovate renovate bot changed the title fix(deps): update lexical monorepo to v0.20.0 fix(deps): update lexical monorepo to v0.20.1 Nov 29, 2024
@renovate renovate bot force-pushed the renovate/lexical-monorepo branch from 4e76fdb to dde65b6 Compare December 1, 2024 09:36
@renovate renovate bot changed the title fix(deps): update lexical monorepo to v0.20.1 fix(deps): update lexical monorepo to v0.20.2 Dec 1, 2024
@renovate renovate bot force-pushed the renovate/lexical-monorepo branch from dde65b6 to 018f22a Compare December 2, 2024 17:09
@renovate renovate bot changed the title fix(deps): update lexical monorepo to v0.20.2 fix(deps): update lexical monorepo to v0.21.0 Dec 2, 2024
@renovate renovate bot force-pushed the renovate/lexical-monorepo branch from 018f22a to 138e253 Compare December 24, 2024 05:11
@renovate renovate bot changed the title fix(deps): update lexical monorepo to v0.21.0 fix(deps): update lexical monorepo to v0.22.0 Dec 24, 2024
@renovate renovate bot force-pushed the renovate/lexical-monorepo branch from 138e253 to aa54cd1 Compare January 5, 2025 22:36
@renovate renovate bot changed the title fix(deps): update lexical monorepo to v0.22.0 fix(deps): update lexical monorepo to v0.23.0 Jan 5, 2025
@renovate renovate bot force-pushed the renovate/lexical-monorepo branch from aa54cd1 to bb7ee05 Compare January 9, 2025 21:32
@renovate renovate bot changed the title fix(deps): update lexical monorepo to v0.23.0 fix(deps): update lexical monorepo to v0.23.1 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/lexical-monorepo branch 28 times, most recently from 40b560b to 4face5b Compare March 21, 2025 18:32
@renovate renovate bot force-pushed the renovate/lexical-monorepo branch from 4face5b to 8afd77a Compare March 21, 2025 18:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants