Skip to content

Bump prosemirror-view from 1.14.13 to 1.23.7#245

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/prosemirror-view-1.23.7
Closed

Bump prosemirror-view from 1.14.13 to 1.23.7#245
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/prosemirror-view-1.23.7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 28, 2022

Bumps prosemirror-view from 1.14.13 to 1.23.7.

Changelog

Sourced from prosemirror-view's changelog.

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.

Fix a bug where marks rendered with nested elements would in some situations suppress new input.

Disable Chrome-specific drag-selection workaround in non-Chrome browsers because it affected table cell selection in Safari.

1.23.5 (2021-12-27)

Bug fixes

Use the whitespace node prop where appropriate.

1.23.4 (2021-12-22)

Bug fixes

Improve the way the editor handles the mess of events produced when pressing Enter before a word that was just typed on Chrome + GBoard.

Fix an issue where compositions right before another instance of the composed text could cause the editor to crash.

Fix an issue where, if decorations changed during a pointer drag selection, the selection anchor might move around inappropriately.

1.23.3 (2021-11-26)

Bug fixes

The clipboard parser will no longer drop trailing <br> nodes that appear in an inline parent element.

1.23.2 (2021-11-19)

Bug fixes

Avoid some unnecessary node redraws when marks are present in sibling nodes.

1.23.1 (2021-11-15)

Bug fixes

... (truncated)

Commits
  • 0c3a9a3 Mark version 1.23.7
  • 735b881 Don't crash when querying equivalent position on removed nodes
  • 089aa9b Clarify use of clipboardSerializer
  • 8f246f3 Check if docView is null in change and composition handling
  • b1f19a4 Mark version 1.23.6
  • e474a28 Opt out of drag selection delay in Safari
  • 128620c Always reparse in-editor marks when their DOM is dirty
  • d705a47 Fix bug in marking view descs dirty
  • 01695ec Mark version 1.23.5
  • 667592a Add support for NodeSpec.whitespace where appropriate
  • 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.7.
- [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.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 28, 2022
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 11, 2022

Superseded by #249.

@dependabot dependabot Bot closed this Mar 11, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/prosemirror-view-1.23.7 branch March 11, 2022 01:04
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