Releases: imzbf/md-editor-v3
Releases · imzbf/md-editor-v3
v5.1.1
v5.1.0
新增特性
- 🌟 属性
disabled
现在对工具栏生效了(#722)。
重构
- ⭐️ 目录现在不受工具栏项限制(#730)。
- ⭐️ 使用
default
插槽替换部分trigger
插槽。
修复问题
- 🐞 复制代码按钮的类型定义不正确(#727)。
New Features
- 🌟 Attribute
disabled
is now effective for the toolbar(#722).
Refactor
- ⭐️ Catalog is not restricted by the toolbar(#730).
- ⭐️ Replace part of
trigger
slot withdefault
slot.
Fixed Bugs
- 🐞 Icon type definition for copy code is incorrect(#727).
v5.0.2
v5.0.1
v5.0.0
新增特性
- 🌟 导出
clearSideEffects
,文档。
重构
- ⭐️ 使用 lucide 替换默认的图标,移除了
noIconfont
相关属性。 - ⭐️ 使用
id
替换editorId
属性(仅MdEditor
和MdPreview
),使用useId
获取默认值(你需要使用[email protected]以上)。 - ⭐️ 导出
XSSPlugin
, 不再默认添加 XSS 扩展到组件,示例。 - ⭐️ 优化
MdCatalog
组件,新增指示器。
修复问题
- 🐞 命名错误,以前:
inputBoxWitdh
,现在:inputBoxWidth
。
New Features
- 🌟 Export
clearSideEffects
, Docs.
Refactor
- ⭐️ Replace
editorId
property withid
(onlyMdEditor
andMdPreview
), useuseId
to get default value(you need to use [email protected] or above). - ⭐️ Export
XSSPlugin
, no longer include XSS protection by default, Example. - ⭐️ Use lucide to replace default icons, remove attribute
noIconfont
. - ⭐️ Optimize component
MdCatalog
, add indicator.
Fixed Bugs
- 🐞 Naming error, previously:
inputBoxWitdh
, now:inputBoxWidth
.
v4.21.3
v4.21.2
v4.21.1
v4.21.0
新增特性
- 🌟 导出通用组件
NormalFooterToolbar
。
重构
- ⭐️ 通过添加标签使输入符合ADA标准(#695)。
- ⭐️ 用完整形式替换一些缩写内容。
修复问题
- 🐞 移除代码中多余的引号(#694)。
New Features
- 🌟 Export component
NormalFooterToolbar
.
Refactor
- ⭐️ Make Inputs ADA Compliant by adding Labels(#695).
- ⭐️ Replace some abbreviated content with its full form.
Fixed Bugs
- 🐞Remove excess quotes(#694).