Skip to content

Releases: imzbf/md-editor-rt

v4.10.0

29 Dec 07:10
Compare
Choose a tag to compare

新增特性:

  • 🌟 支持设置mermaid的属性,文档
  • 🌟 属性sanitizeMermaid,支持格式化转换的mermaid代码。
  • 🌟 为markdownItConfigmarkdownItPlugins配置新增了editorId入参,文档
  • 🌟 升级mermaid@10.6.1highlight.js@11.9.0KaTeX@0.16.9

重构:

  • ⭐️ 为insert方法设置了某些默认值,文档

New Features:

  • 🌟 Support modifying the configuration of mermaid, docs.
  • 🌟 Attribute sanitizeMermaid, convert the generated mermaid code.
  • 🌟 Add parameter editorId to markdownItConfig and markdownItPlugins, 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

01 Dec 07:11
Compare
Choose a tag to compare

新增特性:

  • 🌟 向组件MdCatalog添加onActive事件(#119 )。

修复问题:

  • 🐞 点击目录滚动后,多次切换文档操作会导致目录内容不更新。
  • 🐞 当设置preview为false时,输入框的宽度不正常(#118 )。

New Features:

  • 🌟 Provide event onActive for MdCatalog(#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

12 Nov 09:43
Compare
Choose a tag to compare

修复问题:

  • 🐞 未正确支持自定义代码的配置

Fixed Bugs:

  • 🐞 Custom configuration of code is not supported

v4.8.2

24 Oct 03:02
Compare
Choose a tag to compare

修复问题:

  • 🐞 没有预览区域的时候,编辑区域的滚动条仍然存在(#112 )。

Fixed Bugs:

  • 🐞 scroller is still here when has no preview area(#112 ).

v4.8.1

14 Oct 13:11
Compare
Choose a tag to compare

修复问题:

  • 🐞 <!-x-->未在页面中正确展示。

Fixed Bugs:

  • 🐞 <!--x--> not displayed correctly.

v4.8.0

13 Oct 08:09
Compare
Choose a tag to compare

新增特性:

  • 🌟 拖拽输入框滚动条边缘以调整输入框的宽度。
  • 🌟 属性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

25 Sep 12:24
Compare
Choose a tag to compare

新增特性:

  • 🌟 向工具栏组件添加默认的themelanguage属性。

重构:

  • ⭐️ 调整表单的默认间距。

New Features:

  • 🌟 Put default attr theme,language into items in defToolbars.

Refactor:

  • ⭐️ Reset the spacing of form.

v4.6.2

17 Sep 14:29
Compare
Choose a tag to compare

修复问题:

  • 🐞 在使用其他扩展时,有时候获取不到标题内容(#107 )。
  • 🐞 更新@codemirror/view的6.19.0版本后,出现了对象访问错误。

Fixed Bugs:

  • 🐞 When using other extensions, sometimes the title content cannot be obtained(#107 ).
  • 🐞 After updating version 6.19.0 of @codemirror/view, there was some object access errors.

v4.6.1

05 Sep 11:12
Compare
Choose a tag to compare

修复问题:

  • 🐞 没有设置编辑区域的行号,编辑框的最小高度不正确。

Fixed Bugs:

  • 🐞 min-height of editing area is abnormal while there is no line number.

v4.6.0

04 Sep 09:27
Compare
Choose a tag to compare

新增特性:

  • 🌟 新的事件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.