obsidian-tasks
obsidian-tasks copied to clipboard
build(deps-dev): bump @codemirror/view from 6.2.0 to 6.3.0
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.088f68bc
Add support for 'any' key bindingsd7de62b
Make sure the keymap only runs each command onceac8392e
Work around odd double-space-tap behavior on Chrome Mac9d31295
Make sure line gaps don't cover the scroll targetd5d8cfd
Stabilize vertical line margin positions when possiblef5871a1
Mark version 6.2.5b42fd5a
Suppress errors from Selection.extend on Safari1b7d7f1
Allow native double/triple tap behavior on mobile platforms3a9d768
Always allow composition view DOM nodes to be reused- Additional commits viewable in compare view
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)