portaldots / PortalDots

最強の学園祭ウェブシステム
https://www.PortalDots.com
MIT License
41 stars 11 forks source link

Bump md-editor-v3 from 4.10.0 to 4.12.3 #1901

Open dependabot[bot] opened 6 months ago

dependabot[bot] commented 6 months ago

Bumps md-editor-v3 from 4.10.0 to 4.12.3.

Release notes

Sourced from md-editor-v3's releases.

v4.12.3

修复问题

  • 🐞 多余的调试代码(#474)。
  • 🐞 添加事件监听后,滚动条的位置不正常。
  • 🐞 单行中已存在$时,再输入未正确提示(#478)。

Fixed Bugs

  • 🐞 Remove unnecessary debug code(#474).
  • 🐞 After adding event listener, the initial scrollbar position is abnormal.
  • 🐞 In a line where sign $ already exists, further input will not trigger suggestions(#478).

v4.12.2

修复问题

  • 🐞 UMD模块在生产环境报错(#475 )。
  • 🐞 两位数及以上的列表序号显示不完全,现在默认显示三位数,超过请自行调整样式(#477 )。

Fixed Bugs

  • 🐞 In production environments, errors occur with UMD module(#475 ).
  • 🐞 For two-digit and above list item numbers that are not fully displayed, currently they default to showing three-digit numbers; for longer numbers, please manually adjust the style accordingly(#477 ).

v4.12.1

修复问题

  • 🐞 在nuxt3中使用报document is not defined错。

Fixed Bugs

  • 🐞 Get document is not defined in nuxt3.

v4.12.0

新增特性

  • 🌟 为editorId设置不同的默认值(现在存在多个编辑器不需要手动设置该属性,但是使用目录组件时仍然需要相同)。
  • 🌟 暴露方法domEventHandlers来监听全部的dom事件(#446)。
  • 🌟 上传图片事件onUploadImg现在支持回显alttitle属性了,使用示例

重构

  • ⭐️ 切换预览状态时,从页面上移除dom。
  • ⭐️ 将组件Modal渲染到document.body中去(#437)。

... (truncated)

Commits
  • 965a58f 4.12.3
  • ef3bf83 fix: in a line where sign $ already exists, further input will not trigger su...
  • bcb395f fix: after adding event listener, the initial scrollbar position is abnormal
  • 74820c8 fix: remove unnecessary debug code(#474)
  • 4db5069 4.12.2
  • 92a827f fix: encountered an error while using a CDN link(#475)
  • ebec2d3 4.12.1
  • c3316ba fix: get document is not defined in nuxt3
  • d89fb2a 4.12.0
  • 563d292 docs: examples of using the domEventHandlers
  • 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)
codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 43.59%. Comparing base (aea7367) to head (262d8d3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 5.x #1901 +/- ## ========================================= Coverage 43.59% 43.59% Complexity 1561 1561 ========================================= Files 340 340 Lines 6962 6962 ========================================= Hits 3035 3035 Misses 3927 3927 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.