Releases: imzbf/md-editor-rt
Releases · imzbf/md-editor-rt
v4.10.0
新增特性:
- 🌟 支持设置
mermaid
的属性,文档。 - 🌟 属性
sanitizeMermaid
,支持格式化转换的mermaid
代码。 - 🌟 为
markdownItConfig
和markdownItPlugins
配置新增了editorId
入参,文档。 - 🌟 升级
mermaid@10.6.1
,highlight.js@11.9.0
,KaTeX@0.16.9
。
重构:
- ⭐️ 为
insert
方法设置了某些默认值,文档
New Features:
- 🌟 Support modifying the configuration of
mermaid
, docs. - 🌟 Attribute
sanitizeMermaid
, convert the generatedmermaid
code. - 🌟 Add parameter
editorId
tomarkdownItConfig
andmarkdownItPlugins
, docs. - 🌟 Upgrade
mermaid@10.6.1
,highlight.js@11.9.0
,KaTeX@0.16.9
.
Refactor:
- ⭐️ Set certain default values for the method of inserting content, docs.
v4.9.0
新增特性:
- 🌟 向组件
MdCatalog
添加onActive
事件(#119 )。
修复问题:
- 🐞 点击目录滚动后,多次切换文档操作会导致目录内容不更新。
- 🐞 当设置preview为false时,输入框的宽度不正常(#118 )。
New Features:
- 🌟 Provide event
onActive
forMdCatalog
(#119 ).
Fixed Bugs:
- 🐞 When switching documents, the catalog was not updated
- 🐞 Set error width of input box when
preview
is false(#118)
v4.8.3
v4.8.2
v4.8.1
v4.8.0
新增特性:
- 🌟 拖拽输入框滚动条边缘以调整输入框的宽度。
- 🌟 属性
inputBoxWitdh
,输入框默认的宽度。 - 🌟 事件
onInputBoxWitdhChange
,输入框宽度变化事件。 - 🌟 下拉菜单特定的类名。
- 🌟 导出部分内部配置
import { iconfontClassUrl, iconfontSvgUrl, allToolbar, allFooter, zh_CN, en_US } from 'md-editor-rt';
修复问题:
- 🐞 移除了代码中的正常的空格。
New Features:
- 🌟 Drag the edge of input box scrollbar to adjust the width of the input box.
- 🌟 Attribute
inputBoxWitdh
, default width of input box. - 🌟 Event
onInputBoxWitdhChange
, occurs when width of input box has been changed. - 🌟 Add special menu class.
- 🌟 Export more internal configuration
import { iconfontClassUrl, iconfontSvgUrl, allToolbar, allFooter, zh_CN, en_US } from 'md-editor-rt';
Fixed Bugs:
- 🐞 Removed legal spaces in code.
v4.7.0
v4.6.2
v4.6.1
v4.6.0
新增特性:
- 🌟 新的事件
onDrop
。
重构:
- ⭐️ 将所有内部事件名定义为静态常量。
修复问题:
- 🐞 在严格模式下,全屏的状态异常。
- 🐞 当页面上有多个编辑器时,同步滚动异常。
New Features:
- 🌟 New event
onDrop
.
Refactor:
- ⭐️ Define static event names.
Fixed Bugs:
- 🐞 Fullscreen status is abnormal in strict mode.
- 🐞 When there are multiple editors on a page, the synchronous scrolling is abnormal.