Skip to content

Releases: imzbf/md-editor-v3

v5.4.5

25 Mar 07:15
Compare
Choose a tag to compare

Upgrade dependency @vavt/markdown-theme, Log: v4.4.0

v5.4.4

22 Mar 02:37
Compare
Choose a tag to compare

重构

  • ⭐️ 不再使用data-code存储mermaid模块代码(#799)(#813)。

修复问题


Refactor

  • ⭐️ No longer use data-code to carry mermaid module code(#799)(#813).

Fixed Bugs

  • 🐞 mermaid modules with double quotes can't be displayed(#813 @NitroRCr).

v5.4.3

21 Mar 05:23
Compare
Choose a tag to compare

重构

  • ⭐️ 用节点对比变更内容。

修复问题

  • 🐞 更新内容时未正确更新html注释(#812)。

Refactor

  • ⭐️ Compare changes with nodes.

Fixed Bugs

  • 🐞 html comments were not updated correctly when updating content(#812).

v5.4.2

17 Mar 08:48
Compare
Choose a tag to compare

修复问题

  • 🐞 按需更新时未正确处理纯文本内容。(#807

Fixed Bugs

  • 🐞 Plain text content not handled correctly when updating on demand.(#807)

v5.4.1

14 Mar 06:14
Compare
Choose a tag to compare

修复问题

  • 🐞 未正确移除已删除的节点。

Fixed Bugs

  • 🐞 Deleted nodes not removed correctly.

v5.4.0

14 Mar 02:39
Compare
Choose a tag to compare

新增特性

重构

  • ⭐️ 优先使用navigator.clipboard来复制代码。
  • ⭐️ 增强onError事件, 支持捕获mermaid渲染错误。
  • ⭐️ 默认支持选择性更新不断变化的 html,例如:AI吐字。
  • ⭐️ 现在支持用户自行控制是否缩放mermaid模块。

修复问题

  • 🐞 特殊的mermaid内容无法正常渲染(#799)。

New Features

Refactor

  • ⭐️ Prioritize the use of navigator.clipboard to copy code.
  • ⭐️ Enhance the onError event, support for catching mermaid rendering errors.
  • ⭐️ Supports selective updating of changing html by default, e.g. AI outputs.
  • ⭐️ Now supports user-controlled scaling of mermaid module.

Fixed Bugs

  • 🐞 Special mermaid content cannot be rendered(#799).

v5.3.2

21 Feb 08:47
Compare
Choose a tag to compare

重构

  • ⭐️ 所有的组件所绑定的事件或者属性方法都会被触发。

修复问题

  • 🐞 onRemount事件的位置定义错误。

Refactor

  • ⭐️ Update event handling to trigger both bound method and event.

Fixed Bugs

  • 🐞 The position definition of the onRemount event is incorrect.

v5.3.0

20 Feb 09:18
Compare
Choose a tag to compare

新增特性

  • 🌟 新增 onRemount 事件。
  • 🌟 新增代码块工具扩展属性 Demo (#771)。
  • 🌟 MdEditor组件新增 catalogLayout 属性。
  • 🌟 支持编辑区域与目录的互动(#768)。

重构

  • ⭐️ 没有预览区域时,滚动条始终存在问题。

修复问题

  • 🐞 只有编辑区域时目录状态同步错误。

New Features

  • 🌟 Added event onRemount.
  • 🌟 Added toolbar extension attribute extraTools for code blocks, Demo (#771).
  • 🌟 New attribute catalogLayout for MdEditor.
  • 🌟 Synchronization of states between the catalog and the editing area(#768).

Refactor

  • ⭐️ Scroller is still here when there is no preview area.

Fixed Bugs

  • 🐞 Catalog status sync not working when only the editing area is present.

v5.2.3

17 Feb 05:32
Compare
Choose a tag to compare

修复问题

  • 🐞 样式文件中存在未替换的scss变量

Fixed Bugs

  • 🐞 There are un-replaced SCSS variables in the style file.

v5.2.2

07 Feb 06:25
Compare
Choose a tag to compare

重构

  • ⭐️ 替换内容的逻辑,以及将多行内容标记为列表的能力(#766)。

Refactor

  • ⭐️ The logic for replacing content, and ability to mark multiple lines of content as list(#766).