fiber-note icon indicating copy to clipboard operation
fiber-note copied to clipboard

Bump prosemirror-view and @types/prosemirror-view

Open dependabot[bot] opened this issue 2 years ago • 0 comments

Bumps prosemirror-view and @types/prosemirror-view. These dependencies needed to be updated together. Updates prosemirror-view from 1.14.13 to 1.24.1

Changelog

Sourced from prosemirror-view's changelog.

1.24.1 (2022-05-30)

Bug fixes

Fix a regression that caused the key handler to crash.

1.24.0 (2022-05-30)

Bug fixes

Fix an issue where bogus table wrappers could be added when copy-pasting table content nodes within an editor.

Fix a crash that could occur when two textblocks were joined in the editor DOM.

Treat ctrl-b/f/p/n on macOS similar to arrow key presses, anticipating cursor motion.

New features

Include TypeScript type declarations.

1.23.13 (2022-04-26)

Bug fixes

Work around a hidden cursor issue in Chrome when a textblock ends in an uneditable node wrapped in a mark.

1.23.12 (2022-04-08)

Bug fixes

Fix an issue where enter on Chrome Android could, in textblock nodes rendered with an inner content element, delete the text after the cursor.

1.23.11 (2022-03-31)

Bug fixes

Fix an issue where a node view with a separate content wrapper node could sometimes lose its content on Chrome when backspacing out content due to unexpected DOM element recreation.

1.23.10 (2022-03-22)

Bug fixes

Fix a crash in DecorationSet.map that could occur with some kinds of lift transformations.

1.23.9 (2022-03-11)

Bug fixes

Make sure screen readers don't read the <img> nodes added as kludge for cursor behavior.

... (truncated)

Commits
  • 4983200 Mark version 1.24.1
  • 799683c Fix bad patch 0b17e6cedff8ce8bc7
  • 25fbd20 Mark version 1.24.0
  • 0b17e6c Capture Emacs-style cursor motion keys on macOS
  • 98b82a9 Fix a crash in DOM change reading
  • 1e385a1 Include information about added wrapper nodes in clipboard metadata
  • f9adfc7 Assign specific event types to handleDOMEvents arguments when possible
  • d5d3414 Don't directly reference the global Node type
  • b7d6007 Return a mutable array from Decoration.find
  • ae987c0 Adjust test to avoid hitting a breaking corner case with some font metrics
  • Additional commits viewable in compare view

Updates @types/prosemirror-view from 1.11.4 to 1.23.3

Commits

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 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)

dependabot[bot] avatar May 31 '22 01:05 dependabot[bot]