Releases: imzbf/md-editor-v3
Releases · imzbf/md-editor-v3
v5.4.5
v5.4.4
v5.4.3
v5.4.2
v5.4.1
v5.4.0
新增特性
- 🌟 添加
mermaid.enableZoom
,开发者可以启用mermaid
模块的缩放功能(#798)。
重构
- ⭐️ 优先使用
navigator.clipboard
来复制代码。 - ⭐️ 增强
onError
事件, 支持捕获mermaid
渲染错误。 - ⭐️ 默认支持选择性更新不断变化的 html,例如:AI吐字。
- ⭐️ 现在支持用户自行控制是否缩放
mermaid
模块。
修复问题
- 🐞 特殊的
mermaid
内容无法正常渲染(#799)。
New Features
- 🌟 Add
mermaid.enableZoom
, users can enable zooming of mermaid(#798).
Refactor
- ⭐️ Prioritize the use of
navigator.clipboard
to copy code. - ⭐️ Enhance the
onError
event, support for catchingmermaid
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
v5.3.0
新增特性
- 🌟 新增
onRemount
事件。 - 🌟 新增代码块工具扩展属性 Demo (#771)。
- 🌟
MdEditor
组件新增catalogLayout
属性。 - 🌟 支持编辑区域与目录的互动(#768)。
重构
- ⭐️ 没有预览区域时,滚动条始终存在问题。
修复问题
- 🐞 只有编辑区域时目录状态同步错误。
New Features
- 🌟 Added event
onRemount
. - 🌟 Added toolbar extension attribute extraTools for code blocks, Demo (#771).
- 🌟 New attribute
catalogLayout
forMdEditor
. - 🌟 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.