ZvonimirSun / iszy-tools

ISZY 工具集合,基于 Vue 3 开发,使用 Vite 3 进行构建。
https://tools.iszy.xyz
GNU General Public License v3.0
7 stars 4 forks source link

build(deps): bump @codemirror/view from 6.24.1 to 6.25.0 #316

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps @codemirror/view from 6.24.1 to 6.25.0.

Changelog

Sourced from @​codemirror/view's changelog.

6.25.0 (2024-03-04)

Bug fixes

Properly recognize Android GBoard enter presses that strip a space at the end of the line as enter.

Fix a bug that caused the gutter to have the wrong height when the editor was scaled after construction.

When starting a composition after a non-inclusive mark decoration, temporarily insert a widget that prevents the composed text from inheriting that mark's styles.

Make sure the selection is repositioned when a transaction changes decorations without changing the document.

New features

View plugins can now provide a docViewUpdate method that is called whenever the document view is updated.

Layers now take a updateOnDocUpdate option that controls whether they are automatically updated when the document view changes.

Commits
  • cbc5678 Mark version 6.25.0
  • 1b4b9dc Fix selection updates on decoration changes
  • 524ef55 Add PluginValue.docViewUpdate
  • 4e355ea Prevent composed text from inheriting the style of non-inclusive marks before
  • ccf7f5e Account for scale when updating the gutter height (#63)
  • fc1d11f Allow Android enter to eat a space at the end of the line
  • See full diff 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)
dependabot[bot] commented 7 months ago

Looks like @codemirror/view is up-to-date now, so this is no longer needed.