Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: 5.x
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

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 <dependency name> 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)

Bumps [md-editor-v3](https://github.com/imzbf/md-editor-v3) from 4.10.0 to 4.12.3.
- [Release notes](https://github.com/imzbf/md-editor-v3/releases)
- [Commits](imzbf/md-editor-v3@v4.10.0...v4.12.3)

---
updated-dependencies:
- dependency-name: md-editor-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2024
Copy link

codecov bot commented Apr 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            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           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants