Releases: imzbf/md-editor-v3
Releases · imzbf/md-editor-v3
v4.17.1
修复问题
- 🐞 预览模块的状态关系不正确。
- 🐞 删除多行时,同步滚动可能报错。
Fixed Bugs
- 🐞 The relationship between preview states is incorrect.
- 🐞 When deleting multiple lines, synchronized scrolling encounters error.
v4.17.0
新增特性
修复问题
- 🐞 配置mermaid实例后,仍然添加了CDN链接(#580)。
- 🐞 单块代码块独立存在时,同步滚动失效。
- 🐞 当
noHighlight
为true
时,仍然能高亮代码。
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
修复问题
Fixed Bugs
- 🐞 Incorrect default value for
showMask
.
v4.16.8
新增特性
- 🌟 添加
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
修复问题
- 🐞 当只有一个模块存在时,在右侧滚动时会出现错误(#565)。
Fixed Bugs
- 🐞 When there is only a single module present, an error occurs when scrolling on right side.(#565)
v4.16.6
修复问题
Fixed Bugs
- 🐞 When scrolling to the bottom, the synchronization ratio on both sides may not be the same.
v4.16.3
修复问题
- 🐞 删除文档末尾的换行符时,同步滚动可能失效。
- 🐞 当设置
codeFoldable
为false
时,折叠图标仍然显示(#561)。
Fixed Bugs
- 🐞 When delete trailing line break, synchronized scrolling becomes disabled.
- 🐞 Icon not removed when
codeFoldable
is false
(#561).
v4.16.0
新增特性
修复问题
- 🐞 切换语言时,复制按钮文字未切换。
- 🐞 原始规范和扩展规范之间的代码块呈现方法不一致(#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
重构
Refactor
- ⭐️ More user-friendly way to configure XSS, docs.
v4.15.5
重构
- ⭐️ 回调功能,总是渲染
data-line
属性到模块中(#539)。
- ⭐️ 仅放大不带
not-zoom
类名的图片。
Refactor
- ⭐️ Always render the 'data-line' attribute(#539).
- ⭐️ Only zoom images that do not have class name
not-zoom
.