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.32.7 to 1.33.6 #113

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps prosemirror-view from 1.32.7 to 1.33.6.

Changelog

Sourced from prosemirror-view's changelog.

1.33.6 (2024-04-30)

Bug fixes

Make sure the content slice stored for an in-editor drag is the one that was transformed by transformCopied.

1.33.5 (2024-04-22)

Bug fixes

Fix a regression in composition handling in 1.33.3 that occurs for some IMEs when starting composition on an empty line.

1.33.4 (2024-04-08)

Bug fixes

When available, use Selection.getComposedRanges on Safari to find the selection inside a shadow DOM.

1.33.3 (2024-03-22)

Bug fixes

Further improve preserving of compositions for IME systems that keep the cursor before the composed text.

1.33.2 (2024-03-21)

Bug fixes

Improve Android backspace detection when the native effect is to delete an entire block element.

Fix a bug where reconfiguring node views caused the editor to lose focus.

Fix an issue where some commands didn't properly scroll the cursor into view on Mobile Safari.

Fix a bug where starting a composition with stored marks or after a noninclusive mark, with an IME that keeps the cursor at the start of the composed text (like many Chinese IMEs) disrupted composition on Chrome.

Fix a memory leak where a (single) destroyed editor could be kept alive through a reused Range object.

1.33.1 (2024-02-15)

Bug fixes

Fix a type error in the published type declarations in 1.33.0.

1.33.0 (2024-02-15)

New features

The DecorationSource.forChild method is now public.

Commits
  • 02d5062 Mark version 1.33.6
  • e8cdb43 Store the transformed slice in view.dragging
  • 623d8f0 Mark version 1.33.5
  • ab8fa82 Fix a regression in composition handling
  • 312660c Mark version 1.33.4
  • 72b7d64 Use getComposedRanges to get the shadow DOM selection on Safari
  • a9ac801 Adjust types for ParseRule changes in prosemirror-model 1.20
  • 9576161 Mark version 1.33.3
  • 2db8b96 Make sure composition nodes stay stable during changes that don't update the DOM
  • 4a0d44d Mark version 1.33.2
  • 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)