Skip to content

Releases: imzbf/md-editor-v3

v4.17.1

02 Jul 08:43
Compare
Choose a tag to compare

修复问题

  • 🐞 预览模块的状态关系不正确。
  • 🐞 删除多行时,同步滚动可能报错。

Fixed Bugs

  • 🐞 The relationship between preview states is incorrect.
  • 🐞 When deleting multiple lines, synchronized scrolling encounters error.

v4.17.0

21 Jun 08:04
Compare
Choose a tag to compare

新增特性

  • 🌟 使用::open强制展开代码块。

修复问题

  • 🐞 配置mermaid实例后,仍然添加了CDN链接(#580)。
  • 🐞 单块代码块独立存在时,同步滚动失效。
  • 🐞 当noHighlighttrue时,仍然能高亮代码。

New Features

  • 🌟 Force expand code block with ::open.

Fixed Bugs

  • 🐞 After configuring the mermaid instance, a CDN link was still appended(#580).
  • 🐞 When a single code block exists independently, synchronous scrolling fails.
  • 🐞 When noHighlight is set to true, code highlighting still occurs.

v4.16.9

14 Jun 14:12
Compare
Choose a tag to compare

修复问题

  • 🐞 showMask的默认值不正确。

Fixed Bugs

  • 🐞 Incorrect default value for showMask.

v4.16.8

14 Jun 08:37
Compare
Choose a tag to compare

新增特性

  • 🌟 添加Modal阴影,新增控制是否显示遮罩层的属性

修复问题

  • 🐞 当resizedWidth变化后没有被正确的存储。

New Features

  • 🌟 Add mobal box shadow, and introduced control attribute for displaying mask layer.

Fixed Bugs

  • 🐞 resizedWidth is not being recorded after it has been modified.

v4.16.7

08 Jun 03:06
Compare
Choose a tag to compare

修复问题

  • 🐞 当只有一个模块存在时,在右侧滚动时会出现错误(#565)。

Fixed Bugs

  • 🐞 When there is only a single module present, an error occurs when scrolling on right side.(#565)

v4.16.6

07 Jun 08:05
Compare
Choose a tag to compare

修复问题

  • 🐞 当滚动到底部时,两侧的同步率可能不相同。

Fixed Bugs

  • 🐞 When scrolling to the bottom, the synchronization ratio on both sides may not be the same.

v4.16.3

05 Jun 09:56
Compare
Choose a tag to compare

修复问题

  • 🐞 删除文档末尾的换行符时,同步滚动可能失效。
  • 🐞 当设置codeFoldablefalse时,折叠图标仍然显示(#561)。

Fixed Bugs

  • 🐞 When delete trailing line break, synchronized scrolling becomes disabled.
  • 🐞 Icon not removed when codeFoldable is false(#561).

v4.16.0

04 Jun 13:01
Compare
Choose a tag to compare

新增特性

  • 🌟 显示代码折叠状态,并支持将复制按钮替换为图标(#542#547)。

修复问题

  • 🐞 切换语言时,复制按钮文字未切换。
  • 🐞 原始规范和扩展规范之间的代码块呈现方法不一致(#554)。

New Features

  • 🌟 Indicates code folding status and supports replacing copy button with icon(#542, #547).

Fixed Bugs

  • 🐞 Incorrect prompt for copy button after switching languages.
  • 🐞 Code block rendering approaches are inconsistent between original and extended specifications(#554).

v4.15.6

25 May 07:43
Compare
Choose a tag to compare

重构

  • ⭐️ 更友好的XSS配置方式,文档

Refactor

  • ⭐️ More user-friendly way to configure XSS, docs.

v4.15.5

25 May 02:42
Compare
Choose a tag to compare

重构

  • ⭐️ 回调功能,总是渲染data-line属性到模块中(#539)。
  • ⭐️ 仅放大不带not-zoom类名的图片。

Refactor

  • ⭐️ Always render the 'data-line' attribute(#539).
  • ⭐️ Only zoom images that do not have class name not-zoom.