Skip to content

Releases: imzbf/md-editor-v3

v5.0.2

19 Nov 08:37
Compare
Choose a tag to compare

修复问题

  • 🐞 在组件被销毁后,异步任务仍在运行(#716)。
  • 🐞 忽略了以两个$开头的案例。

Fixed Bugs

  • 🐞 After the component is destroyed, asynchronous task is still running(#716).
  • 🐞 Omitted the case starting with two $.

v5.0.1

15 Nov 06:03
Compare
Choose a tag to compare

重构

  • ⭐️ 当块级公式被文本包围时,将被视为内联公式(#712)。

Refactor

  • ⭐️ Block-level formulas will be treated as inline when surrounded by text(#712).

v5.0.0

13 Nov 09:04
Compare
Choose a tag to compare

新增特性

  • 🌟 导出 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.

v4.21.3

08 Nov 06:59
Compare
Choose a tag to compare

新增特性

  • 🌟 主动将codeTheme添加到扩展组件中。

修复问题

  • 🐞 组件的默认值没有被正确设置。

New Features

  • 🌟 Add codeTheme to the expansion component actively.

Fixed Bugs

  • 🐞 Default values of properties were not been set correctly.

v4.21.2

28 Oct 14:03
Compare
Choose a tag to compare

新增特性

  • 🌟 更新依赖版本,替换CDN服务源。

New Features

  • 🌟 Update dependency versions, replace CDN service sources.

v4.21.1

21 Oct 02:43
Compare
Choose a tag to compare

新增特性

  • 🌟 为图片、代码和菜单添加基础的符合ADA标准的属性(#697)。

修复问题

  • 🐞 不能切换代码主题(#702)。
  • 🐞 隐藏目录后没有移除内部的监听事件。

New Features

  • 🌟 Add basic ADA-compliant attributes to images, code, and menus(#697).

Fixed Bugs

  • 🐞 Unable to switch code themes(#702).
  • 🐞 Listener events were not removed when hiding the catalog.

v4.21.0

11 Oct 13:52
Compare
Choose a tag to compare

新增特性

重构

  • ⭐️ 通过添加标签使输入符合ADA标准(#695)。
  • ⭐️ 用完整形式替换一些缩写内容。

修复问题

  • 🐞 移除代码中多余的引号(#694)。

New Features

Refactor

  • ⭐️ Make Inputs ADA Compliant by adding Labels(#695).
  • ⭐️ Replace some abbreviated content with its full form.

Fixed Bugs

  • 🐞Remove excess quotes(#694).

v4.20.4

08 Oct 12:12
Compare
Choose a tag to compare

修复问题

  • 🐞 显示工具栏描述时,图标没有居中显示(#682)(#691)。

Fixed Bugs

  • 🐞 When displaying toolbar text, the icons are not centered(#682)(#691).

v4.20.3

07 Oct 07:37
Compare
Choose a tag to compare

新增特性

  • 🌟 只在需要时显示切换同步滚动按钮(#684)。

修复问题

  • 🐞 无法使用ctrl+ictrl+u快捷键(#686)。
  • 🐞 显示工具栏描述时,图标没有居中显示(#682)。

New Features

  • 🌟 Only show scroll switch when needed(#684).

Fixed Bugs

  • 🐞 Unable to use the shortcuts ctrl+i and ctrl+u(#686).
  • 🐞 When displaying toolbar text, the icons are not centered(#682).

v4.20.2

20 Sep 06:18
Compare
Choose a tag to compare

修复问题

  • 🐞 当主题被设置为dark时,目录的位置不正常(#673)。

Fixed Bugs

  • 🐞 When setting theme to dark, the position of catalog is abnormal(#673).