Skip to content

Bump md-editor-v3 from 2.7.2 to 3.0.0#82

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/md-editor-v3-3.0.0
Closed

Bump md-editor-v3 from 2.7.2 to 3.0.0#82
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/md-editor-v3-3.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 28, 2023

Bumps md-editor-v3 from 2.7.2 to 3.0.0.

Release notes

Sourced from md-editor-v3's releases.

v3.0.0

新增特性:

  • ⭐️ 新增属性noHighlight,设置为true时,不会高亮代码,也不会加载相应的库。
  • ⭐️ MdEditor.config新增codeMirrorExtensions配置和markdownItConfig配置(#234 )。
  • ⭐️ 新增代码卡片模块,使用语法参考代码卡片(#236 )。

重构:

  • 🌟 输入框使用codemirror替换默认的textarea,并且支持在MdEditor.config中自定义一些扩展。
  • 🌟 Markdown解析器从marked替换为markdown-it
  • 🌟 移除属性historyLength
  • 🌟 重命名属性markedHeadingIdmdHeadingId
  • 🌟 移除Ctrl+Q快捷键,因为它与浏览器默认的冲突。
  • 🌟 同步滚动重构,支持模块间的同步滚动(#229 )。
  • 🌟 废弃删除线语法~内容~,使用标准的~~内容~~

New Features:

  • ⭐️ Prop noHighlight, while set it to true, editor will not highlight code, and will not load highlight library too.
  • ⭐️ New configuration item of MdEditor.config: codeMirrorExtensions, markdownItConfig(#234 ).
  • ⭐️ Code tabs block, reference: Combination(#236 ).

Refactor:

  • 🌟 Replace textarea with codemirror as the input box, and support customization of some extensions in MdEditor. config.
  • 🌟 Replace the Markdown parser from marked to markdown-it.
  • 🌟 Delete the prop historyLength.
  • 🌟 Rename the prop marketHeadingId to mdHeadingId.
  • 🌟 Remove shortcut key Ctrl+Q because it conflicts with the browser.
  • 🌟 Support synchronizing scrolling between modules(#229 ).
  • 🌟 Discard strikethrough syntax~conten~, using standard syntax ~~content~~.

v2.11.2

修复Bugs:

  • 🐞 错误的多次将katex库嵌入页面中。
  • 🐞 内容区域可能出现横向滚动条。
  • 🐞 页面中有多个编辑器时,插入三方库的onload未正确执行。

Fix Bugs:

  • 🐞 Append katex into the page multiple times.
  • 🐞 Horizontal scrollbars may appear in the content area.
  • 🐞 When there are multiple editors, the onload event is not triggered correctly.

... (truncated)

Commits
  • 0dad58b 3.0.0
  • 3d71e55 revert: do not append highlight style to document while provided instance
  • 59c39d4 chore: @​vavt/markdown-theme@​3
  • c8b874c Merge branch 'v3' of github.com:imzbf/md-editor-v3 into v3
  • 5d6d63f refactor: use a new array to prevent modifying data
  • 7f7e6f1 fix: the selection range of the strikeThrough module is incorrect
  • 61a942a chore: code tabs block
  • 0d38595 refactor: replace strikeThrough template
  • 8a36710 feat: use codetabs(#236)
  • 7ff95bb chore: reinstall all dependencies
  • 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 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 2.7.2 to 3.0.0.
- [Release notes](https://github.com/imzbf/md-editor-v3/releases)
- [Commits](imzbf/md-editor-v3@v2.7.2...v3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 28, 2023
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 8, 2023

Superseded by #87.

@dependabot dependabot Bot closed this May 8, 2023
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/md-editor-v3-3.0.0 branch May 8, 2023 19:10
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants