kingwrcy / discussion

极简论坛
https://discussion.mblog.club
195 stars 20 forks source link

Bump md-editor-v3 from 4.17.3 to 4.19.1 #67

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps md-editor-v3 from 4.17.3 to 4.19.1.

Release notes

Sourced from md-editor-v3's releases.

v4.19.1

修复问题

  • 🐞 最外层滚动时,无法高亮目录。
  • 🐞 在Firefox中,代码行号位置不正常(#633)。

Fixed Bugs

  • 🐞 Unable to highlight catalog when scrolling on window.
  • 🐞 In Firefox, the position of code line numbers is incorrect(#633).

v4.19.0

新增特性

  • 🌟 新增\(\)\[\]作为数学公式模块标识(#462)。
  • 🌟 标记工具栏的状态(#626)。
  • 🌟 支持修改katex的配置(#622).
  • 🌟 输入提示不再包括一级标题。
  • 🌟 更新highlight.js到11.10.0。
  • 🌟 支持在web component使用编辑器(#616), Demo
  • 🌟 当提供了highlight.js实例时,不再支持切换代码的样式(#639)。

重构

  • ⭐️ 插入mermaid内容以后,它会自动被选中。

修复问题

  • 🐞 直接为组件属性赋值时的重新渲染错误(#630)。
  • 🐞 可能有额外的代码行号。
  • 🐞 当滚动时,标题的位置没有完全同步(#634)。
  • 🐞 mermaid 内容的高度不正常(#632)。
  • 🐞 Font Class类型的图标大小不正确。
  • 🐞 切换预览状态后,mermaid内容没有正确渲染。
  • 🐞 在服务端尝试访问了DOM。
  • 🐞 当使用prettier的3.x版本时,无法格式化内容。

New Features

  • 🌟 Marking math expressions with \(\) and \[\](#462).
  • 🌟 Marking the toolbar's status(#626).
  • 🌟 Support modifying the configuration of katex(#622).
  • 🌟 Auto-complete suggestions no longer include h1.
  • 🌟 Upgrade highlight.js to 11.10.0
  • 🌟 Support using in web component(#616), Demo.
  • 🌟 When provided highlight.js instance, switching code styles is no longer supported(#639).

... (truncated)

Commits
  • eee1185 4.19.1
  • e2e3026 fix: in Firefox, the position of code line numbers is incorrect(#633)
  • c96a376 fix: unable to highlight catalog when scrolling on window
  • 1c8140b 4.19.0
  • 5355ae6 feat: when provided highlight.js instance, switching code styles is no long...
  • b47e5d3 chore: remove incorrect examples
  • 5fb6d1b refactor: when positioning heading, margin-top of heading will be taken int...
  • 9da46c1 fix: unable to format text when using Prettier version 3.x
  • 0a73fe9 fix: scroll container element is not stored correctly
  • a377fa3 fix: attempted to access DOM on server side
  • 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 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 1 month ago

Superseded by #70.