Skip to content

v5.0.0

Compare
Choose a tag to compare
@imzbf imzbf released this 13 Nov 09:04
· 5 commits to develop since this release

新增特性

  • 🌟 导出 clearSideEffects文档

重构

  • ⭐️ 使用 lucide 替换默认的图标,移除了 noIconfont 相关属性。
  • ⭐️ 使用 id 替换 editorId 属性(仅 MdEditorMdPreview ),使用 useId 获取默认值(你需要使用[email protected]以上)。
  • ⭐️ 导出 XSSPlugin, 不再默认添加 XSS 扩展到组件,示例
  • ⭐️ 优化 MdCatalog 组件,新增指示器。

修复问题

  • 🐞 命名错误,以前:inputBoxWitdh,现在:inputBoxWidth

New Features

  • 🌟 Export clearSideEffects, Docs.

Refactor

  • ⭐️ Replace editorId property with id(only MdEditor and MdPreview), use useId 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.