Releases: imzbf/md-editor-v3
Releases · imzbf/md-editor-v3
v4.6.0
v4.5.0
新增特性:
重构:
- ⭐️ 同步滚动更加流畅了。
修复问题:
- 🐞 同步滚动内容只存在单一段落时可能会失效(#323 )。
New Features:
- 🌟 Customize icons and switching the demonstrations of internal icons(#345 ).
Refactor:
- ⭐️ Synchronized scrolling has become smoother.
Fixed Bugs:
- 🐞 Synchronous scrolling may fail when only a single paragraph exists(#323 ).
v4.4.0
v4.3.0
新增特性:
- ⭐️ 向扩展组件的项默认添加
insert
属性来向编辑器插入内容。 - ⭐️ 导出
insert
方法的类型t。 - ⭐️ 新的属性
showToolbarName
:用来把提示名称显示在工具栏上(#327)。 - ⭐️ 只对图片元素中带有类名为'md-zoom'的项进行默认的放大预览(#322)。
- ⭐️ 新的配置方法
markdownItPlugins
:用来挑选内置的markdownIt
的扩展(#322)。 - ⭐️ 导出新的组件
MdModal
。 - ⭐️ 显示扩展组件
DropdownToolbar
的默认插槽。 - ⭐️ 新的监听事件
onInput
(#334)。 - ⭐️ 新的错误提示类型
overlength
(#334)。
重构:
- 🌟 👻
修复问题:
- 🐞 👻
New Features:
- ⭐️ Put default attr
insert
into items in defToolbars. - ⭐️ Export type of function insert.
- ⭐️ New attribute
showToolbarName
: to display names on the toolbar(#327). - ⭐️ Only enlarge images with a classname of 'md-zoom'(#322).
- ⭐️ New configuration method
markdownItPlugins
: to select the preset markdownIt plugins(#322). - ⭐️ Export new component
MdModal
. - ⭐️ Default slot for
DropdownToolbar
. - ⭐️ New event
onInput
(#334). - ⭐️ New error notification event
overlength
(#334).
Refactor:
- 🌟 👻
Fixed Bugs:
- 🐞 👻
v4.2.2
v4.2.1
v4.2.0
重构:
修复问题:
- 🐞
editorRef.value.insert()
插入内容后编辑器没有获取焦点。
Refactor:
Fix Bugs:
- 🐞 Lost focus when using
editorRef.value.insert()
and setting select to false.