obsidian-tasks icon indicating copy to clipboard operation
obsidian-tasks copied to clipboard

build(deps-dev): bump @codemirror/view from 6.2.0 to 6.3.0

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

Bumps @codemirror/view from 6.2.0 to 6.3.0.

Changelog

Sourced from @​codemirror/view's changelog.

6.3.0 (2022-09-28)

Bug fixes

Reduce the amount of wrap-point jittering when scrolling through a very long wrapped line.

Fix an issue where scrolling to content that wasn't currently drawn due to being on a very long line would often fail to scroll to the right position.

Suppress double-space-adds-period behavior on Chrome Mac when it behaves weirdly next to widget.

New features

Key binding objects with an any property will now add handlers that are called for any key, within the ordering of the keybindings.

6.2.5 (2022-09-24)

Bug fixes

Don't override double/triple tap behavior on touch screen devices, so that the mobile selection menu pops up properly.

Fix an issue where updating the selection could crash on Safari when the editor was hidden.

6.2.4 (2022-09-16)

Bug fixes

Highlight the active line even when there is a selection. Prevent the active line background from obscuring the selection backdrop.

Fix an issue where elements with negative margins would confuse the editor's scrolling-into-view logic.

Fix scrolling to a specific position in an editor that has not been in view yet.

6.2.3 (2022-09-08)

Bug fixes

Fix a bug where cursor motion, when starting from a non-empty selection range, could get stuck on atomic ranges in some circumstances.

Avoid triggering Chrome Android's text-duplication issue when a period is typed in the middle of a word.

6.2.2 (2022-08-31)

Bug fixes

Don't reset the selection for selection change events that were suppressed by a node view.

6.2.1 (2022-08-25)

Bug fixes

... (truncated)

Commits
  • 5989c15 Mark version 6.3.0
  • 88f68bc Add support for 'any' key bindings
  • d7de62b Make sure the keymap only runs each command once
  • ac8392e Work around odd double-space-tap behavior on Chrome Mac
  • 9d31295 Make sure line gaps don't cover the scroll target
  • d5d8cfd Stabilize vertical line margin positions when possible
  • f5871a1 Mark version 6.2.5
  • b42fd5a Suppress errors from Selection.extend on Safari
  • 1b7d7f1 Allow native double/triple tap behavior on mobile platforms
  • 3a9d768 Always allow composition view DOM nodes to be reused
  • 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)

dependabot[bot] avatar Sep 28 '22 18:09 dependabot[bot]