Skip to content

Releases: imzbf/md-editor-v3

v4.11.2

04 Feb 08:56
Compare
Choose a tag to compare

修复问题

  • 🐞 预览图片存在多层遮罩层(#451 )。
  • 🐞 主题vuepress和cyanosis的标题颜色不正常(#450 )。

Fixed Bugs

  • 🐞 Multiple mask layers appear during image preview(#451).
  • 🐞 vuepress and cyanosis theme titles have incorrect colors(#450 ).

v4.11.1

02 Feb 04:00
Compare
Choose a tag to compare

重构

  • ⭐️ 优化同步滚动算法(#418)(#434)。

Refactor

  • ⭐️ Optimizing synchronous scrolling algorithm(#418)(#434).

v4.11.0

18 Jan 07:01
Compare
Choose a tag to compare

新增特性

重构

  • ⭐️ 恢复highlight.js默认的版本为11.8.0(#421 )。
  • ⭐️ 总是触发vue的所有监听事件(#429 )。
  • ⭐️ 使用<div>标签替代<aritcle>标签。

修复问题

  • 🐞 插入内容是将select设置为false还是会自动选中内容(#428 )。

New Features

Refactor

  • ⭐️ Rollback highlight.js version to 11.8.0(#421 ).
  • ⭐️ Always trigger events for vue(#429 ).
  • ⭐️ Replace <article> tag with <div> tag.

Fixed Bugs

  • 🐞 Setting select to false when inserting content does not take effect(#428 ).

v4.10.0

29 Dec 07:07
Compare
Choose a tag to compare

新增特性:

重构:

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

New Features:

Refactor:

  • ⭐️ Set certain default values for the method of inserting content, docs.

v4.9.0

01 Dec 07:06
Compare
Choose a tag to compare

新增特性:

  • 🌟 向组件MdCatalog添加onActive事件。

修复问题:

  • 🐞 点击目录滚动后,多次切换文档操作会导致目录内容不更新(#397 )

New Features:

  • 🌟 Provide event onActive for MdCatalog.

Fixed Bugs:

  • 🐞 When switching documents, the catalog was not updated(#397 )

v4.8.3

12 Nov 09:43
Compare
Choose a tag to compare

修复问题:

  • 🐞 未正确支持自定义代码的配置(#383 )

Fixed Bugs:

  • 🐞 Custom configuration of code is not supported(#383 )

v4.8.2

24 Oct 03:04
Compare
Choose a tag to compare

修复问题:

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

Fixed Bugs:

  • 🐞 scroller is still here when has no preview area.

v4.8.1

14 Oct 13:11
Compare
Choose a tag to compare

修复问题:

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

Fixed Bugs:

  • 🐞 <!--x--> not displayed correctly(#372 ).

v4.8.0

13 Oct 08:10
Compare
Choose a tag to compare

新增特性:

  • 🌟 拖拽输入框滚动条边缘以调整输入框的宽度(#360 )。
  • 🌟 属性inputBoxWitdh,输入框默认的宽度。
  • 🌟 事件onInputBoxWitdhChange,输入框宽度变化事件。
  • 🌟 下拉菜单特定的类名。
  • 🌟 导出部分内部配置
    import { iconfontClassUrl, iconfontSvgUrl, allToolbar, allFooter, zh_CN, en_US } from 'md-editor-v3';

修复问题:

  • 🐞 移除了代码中的正常的空格(#370 )。

New Features:

  • 🌟 Drag the edge of input box scrollbar to adjust the width of the input box(#360 ).
  • 🌟 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-v3';

Fixed Bugs:

  • 🐞 Removed legal spaces in code(#370 ).

v4.7.0

25 Sep 12:21
Compare
Choose a tag to compare

新增特性:

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

重构:

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

New Features:

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

Refactor:

  • ⭐️ Reset the spacing of form.