y-crdt / yrb-actioncable

An ActionCable companion for Y.js clients.
https://y-crdt.github.io/yrb-actioncable/
MIT License
43 stars 5 forks source link

chore(deps): bump prosemirror-view from 1.31.4 to 1.32.3 #77

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps prosemirror-view from 1.31.4 to 1.32.3.

Changelog

Sourced from prosemirror-view's changelog.

1.32.3 (2023-11-01)

Bug fixes

Fix a bug where, in some situations, pasting plain text pasted HTML markup.

1.32.2 (2023-10-27)

Bug fixes

Check for text/uri-list data on the clipboard or in the drop event when pasting or dropping content, since some types of copying on Apple devices use this format.

1.32.1 (2023-10-13)

Bug fixes

Work around a Chrome issue where it didn't draw a selection for inline leaf nodes when selecting across them.

Override the native behavior when shift-selecting horizontally across non-text inline nodes, since most browsers behave poorly here.

1.32.0 (2023-09-27)

Bug fixes

Work around an issue on Chrome where, when clicking above the right side of an uneditable node, the cursor would be put after the node.

Fix a bug that could corrupt the composition when it occurs next to text identical to the composed characters.

New features

The new EditorView.updateRoot method can be used to make the editor update its DOM root when it is moved to a new document or shadow tree.

1.31.8 (2023-09-12)

Bug fixes

Fix a bug that broke arrow motion near uneditable nodes on Chrome in some situations.

Fix an issue that broke backspace at the end of a textblock that ended in a newline on Chrome.

Fix a crash in the way inline decorations that ended right after a node end position were drawn.

1.31.7 (2023-07-28)

Bug fixes

Fix a bug where, when a compositionend event was received before the composition's final changes were processed, the resulting transaction didn't have its composition metadata set.

Fix an issue that caused cursor motion to stop at uneditable nodes that aren't widget decorations.

... (truncated)

Commits
  • 062db56 Mark version 1.32.3
  • 9c44d6e Fix a regression in plain-text pasting
  • 65693fa Mark version 1.32.2
  • 9dcf54c Read text/uri-list format from clipboard
  • f733854 Mark version 1.32.1
  • 2736542 Fix issue that made cursor motion just skip leaf nodes
  • 620b6cf Override horizontal shift-selection across leaf nodes
  • a0b72d3 Style draggable uneditable elements as user-select: text
  • ff74b1d Mark version 1.32.0
  • 9a9a137 Add an updateRoot method
  • Additional commits viewable in compare view


Dependabot compatibility score

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