Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump prosemirror-view from 1.14.13 to 1.23.13 #269

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 27, 2022

Bumps prosemirror-view from 1.14.13 to 1.23.13.

Changelog

Sourced from prosemirror-view's changelog.

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.

1.23.8 (2022-03-10)

Bug fixes

Fix an issue where the editor needlessly interrupted composition with IME systems that keep the cursor at the start of the composition, such as some Pinyin input methods.

1.23.7 (2022-02-25)

Bug fixes

Fix a crash when a view was being destroyed during input reading.

Fix a crash on Firefox when replacing text in some specific types of document structure.

1.23.6 (2022-01-13)

Bug fixes

Fix an issue that could cause pieces of DOM to not be synchronized with the document after some kind of changes around marks.

... (truncated)

Commits
  • 3c400db Mark version 1.23.13
  • 20a45bb Only flush the selection when the editor view has focus
  • 3c63b50 Fix typo
  • bbde0a3 Change link to removed MDN article
  • a29a6b0 Add IMG hack nodes to the end of the last mark, rather than after them
  • 97faf30 Mark version 1.23.12
  • 681157d Improve handling of split wrapped contentDOM nodes on Android
  • dd90e74 Mark version 1.23.11
  • 5172d46 Remove accidentally committed debug statement
  • 4d3e8c8 Try to recover the content DOM node during parsing when Chrome recreates it
  • 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 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)

Bumps [prosemirror-view](https://github.com/prosemirror/prosemirror-view) from 1.14.13 to 1.23.13.
- [Release notes](https://github.com/prosemirror/prosemirror-view/releases)
- [Changelog](https://github.com/ProseMirror/prosemirror-view/blob/master/CHANGELOG.md)
- [Commits](ProseMirror/prosemirror-view@1.14.13...1.23.13)

---
updated-dependencies:
- dependency-name: prosemirror-view
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 27, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 31, 2022

Superseded by #280.

@dependabot dependabot bot closed this May 31, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prosemirror-view-1.23.13 branch May 31, 2022 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants