fourviere-podcast
fourviere-podcast copied to clipboard
chore(deps): bump lexical from 0.14.5 to 0.15.0 in /packages/ui
Bumps lexical from 0.14.5 to 0.15.0.
Release notes
Sourced from lexical's releases.
v0.15.0
Highlights
- A new minor version, since we've introduced a new lexical eslint plugin (facebook/lexical#5908), which enforces consistency around usage of the
$
method notation.- New error codes generated published at publish time (facebook/lexical#6005)
- A significant number of fixes related to tables selection, cursor handling and a more robust copy-pasting behaviour
- Improvements to the Lexical DevTools plugin and documentation
What's Changed
- Fix copying html table with unequal number of cells in a row by
@KatsiarynaDzibrova
in facebook/lexical#5824- Add $ prefix to updateToolbar on react-rich example by
@2wheeh
in facebook/lexical#5887- Minor refactor on ListMaxIndentLevelPlugin by
@2wheeh
in facebook/lexical#5886- Fix inserting text from Grammarly when full node is selected with forward selection by
@Piliuta
in facebook/lexical#5856- feat(
@lexical/devtools
): Added Edge support by@StyleT
in facebook/lexical#5915- Add setTimeout for mousemove handler by
@AlexanderReznik
in facebook/lexical#5919- feat(
@lexical/devtools
): Publish pipeline added by@StyleT
in facebook/lexical#5924- fix(
@lexical/utils
): fix #5918 by re-exporting shared/* constants with explicit types by@etrepum
in facebook/lexical#5920- docs: generate packages sidebar from filesystem & group
@lexical/react
by@etrepum
in facebook/lexical#5931- feat(
@lexical/devtools
): Added styling to devtools panel (#5925) by@StyleT
in facebook/lexical#5929- Fix bug with block decorator nodes erroring on indent by
@thegreatercurve
in facebook/lexical#5923- Maintain text decoration styles on paste by
@Shubhankerism
in facebook/lexical#5938- fix build-release regression introduced in #5920 by
@etrepum
in facebook/lexical#5936- Add support for PowerShell Syntax Highlighting by
@hanselabreu
in facebook/lexical#5909- Fix selecting table selects an image after by
@KatsiarynaDzibrova
in facebook/lexical#5917- Preserve selection in tables with open typeahead menu on vertical arrow key press by
@serey-roth
in facebook/lexical#5820- feat(
@lexical/devtools
): Added interactive editor picker by@StyleT
in facebook/lexical#5926- fix(
@lexical/devtools
): Misc fixes before first public release by@StyleT
in facebook/lexical#5942- chore(
@lexical/history
): Remove redundant register call by@2wheeh
in facebook/lexical#5932- add flow types for LexicalEditorRefPlugin by
@acywatson
in facebook/lexical#5939- fix: markdown import code block with prefix by
@samuelint
in facebook/lexical#5780- Collapsible Section Fixes by
@ivailop7
in facebook/lexical#5935- fix(
@lexical/devtools
): Fix of the edge cases with restricted pages in Edge/FF by@StyleT
in facebook/lexical#5945- Refactor AutoCompleteNode: Add comment and move styling to theme. fixes(#5943) by
@mrAJAY1
in facebook/lexical#5944- Revert "Fix #5720 update the resolvedOffset correctly on image selection and drag" by
@thegreatercurve
in facebook/lexical#5952- Fix insertText outdated selection after node replacement by
@zurfyx
in facebook/lexical#5954- Fix failing insertNodes when selection is null by
@zurfyx
in facebook/lexical#5956- Revert "Revert "Fix #5720 update the resolvedOffset correctly on imag… …e selection and drag" (#5952)" by
@zurfyx
in facebook/lexical#5955- Fix insertText with element selection by
@zurfyx
in facebook/lexical#5959- Fix TableCell child nodes on paste by
@Shubhankerism
in facebook/lexical#5951- Refactor table resizer rendering logic by
@AlexanderReznik
in facebook/lexical#5957- Refactor build scripts and npm package process by
@etrepum
in facebook/lexical#5876- fix: use runner.arch in cache keys for github workflows by
@etrepum
in facebook/lexical#5971- Fixed the issue of playground crashing when the selected node contain… by
@i-tengfei
in facebook/lexical#5960- feat(
@lexical/website
): Packages documentation automatic generation by@etrepum
in facebook/lexical#5965- Fix check for menu cannot fit on top by
@JingkangZhang
in facebook/lexical#5743- fix(
@lexical/devtools
): Fixed permissions for Edge and improved devtools tab layout by@StyleT
in facebook/lexical#5972- fix(
@lexical/devtools
): Fixed publish pipeline by@StyleT
in facebook/lexical#5973- Documentation: add PR template by
@potatowagon
in facebook/lexical#5851- refactor: cleanup unused react imports in tests files by
@potatowagon
in facebook/lexical#5983
... (truncated)
Changelog
Sourced from lexical's changelog.
v0.15.0 (2024-05-11)
- feat(examplesreact-rich-collab) Added collaboration focused example (#6043) Vlad Fedosov
- build Refactor move error-codes generation to existing babel plugin (#6005) Bob Ippolito
- Chore Fix all new lint warnings, plus manual exports clean-up (#5979) Bob Ippolito
- lexical-yjs Bug fix Fix cursor position after undo in collab mode (#6070) Katsiaryna
- lexical-text Bug Fix for handling multiple matches on hashtags (#6056) wnhlee
- Fix #6051 Deprecate keycode to code (#6054) Sahejkm
- Revert importDOM changes from #5951 (#6060) Shubhanker Srivastava
- LeixcalHashtag Fix prevSibling not getting updated after replacement of match as followup #6053 (#6067) Sahejkm
- lexical-react Fix autolink styles on creation (#6069) Shubhanker Srivastava
- Lexical Update outdated flow file for LexicalMarkdown (#6057) Sahejkm
- Revert #6053 first till proper fix is shipped in #6056 (#6058) Sahejkm
- lexical-tablelexical-playground Bug Fix Table selection stuck (#6049) Alex Reznik
- fix(lexicaltext) for handling hashtag following multiple invalid matches (#6053) wnhlee
- fix(lexicaldevtools) Fixed NPM buildzip command for Chrome and added builddev steps for Safari (#6052) Vlad Fedosov
- Fix #5703 Infinite loop on hashtag transform (#6045) Sahejkm
- tables Fix font size update in table selection (#6046) Shubhanker Srivastava
- feat(lexicalplaintext) Add escape key handler (#5991) Jeffrey Lu
- Add flow declarations in LexicalDevtoolsCore.js.flow (#6037) Sahejkm
- build Bug Fix ensure unique artifact name for e2e tests (#6035) Bob Ippolito
- Dev warning for failed DOM selection (#6033) Gerard Rovira
- CharacterLimit prefer replace over insertBefore (#6032) Gerard Rovira
- feat(lexicaleslint-plugin) new package with eslint rules for lexical (#5908) Bob Ippolito
- CI Refactor clean up github workflows for cache correctness (#6029) Bob Ippolito
- playground Bug Fix change default dev port to 3000 (#6026) Bob Ippolito
- build Chore Upgrade rollup and vite to latest versions (#6018) Bob Ippolito
- lexical-utils ci fix typing to fix integrity test (#6019) Sherry
- lexical-html Feature Support copy pasting block and inline nodes properly (#5857) Sherry
- chore allow tsc to typecheck tests, fix type issues in those tests (#5982) Bob Ippolito
- lexical-website Bug Fix add allow-popups-to-escape-sandbox to iframe sandbox flags (#5988) Bob Ippolito
- lexicalwebsite Documentation Added FAQ page around Lexical collaborative mode (#5993) Vlad Fedosov
- Fix #5976 Passing an empty ParagraphNode to dfs incorrectly returns content from subsequent paragraphs (#5977) matsuyama-k1
- fix(build) clean up of build-www rewriteImports (follow-up to #5995) (#5999) Bob Ippolito
- Root element count invariant test (#6003) Gerard Rovira
- Fix add root element count (#6002) Gerard Rovira
- Fix table of contents for headings in tables and collapsible sections (#5946) Katsiaryna
- add flow for devtools (#5998) Acy Watson
- add flow annotations (#5997) Acy Watson
- fix(build) fix build-www rewriteImports to always rewrite flow modules (#5995) Bob Ippolito
- TreeView Minor enhancement Add option to obfuscate text in the TreeView plugin (#5990) Sahejkm
- fix(lexicalplayground) We now skip auto-scrolling on table resize (#5986) Katsiaryna
- Fix #5738 wrong selection on mouse click (#5969) Sahejkm
- refactor cleanup unused react imports in tests files (#5983) Sherry
- Documentation add PR template (#5851) Sherry
- fix(lexicaldevtools) Fixed publish pipeline (#5973) Vlad Fedosov
- fix(lexicaldevtools) Fixed permissions for Edge and improved devtools tab layout (#5972) Vlad Fedosov
- fix(lexicalreactLexicalMenu) Fix check for menu cannot fit on top (#5743) Jingkang Zhang
- feat(lexicalwebsite) Packages documentation automatic generation (#5965) Bob Ippolito
- Fixed the issue of playground crashing when the selected node contain (#5960) Tengfei
... (truncated)
Commits
ea8ca9b
v0.15.0081188c
[*] Chore: Fix all new lint warnings, plus manual exports clean-up (#5979)6a33ccf
Fix #6051 Deprecate keycode to code (#6054)98804b1
Dev warning for failed DOM selection (#6033)cd533aa
CharacterLimit prefer replace over insertBefore (#6032)ff98c26
feat(@lexical/eslint-plugin
): new package with eslint rules for lexical (#5908)3e117f8
[build] Chore: Upgrade rollup and vite to latest versions (#6018)0b9ef95
[lexical-html] Feature: Support copy pasting block and inline nodes properly ...d6cdef1
Root element count invariant & test (#6003)116c597
Fix add root element count (#6002)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)