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
.