Skip to content

Releases: imzbf/md-editor-v3

v6.5.1

22 May 02:12

Choose a tag to compare

See full changelog in CHANGELOG.md.

Full Changelog: v6.5.0...v6.5.1

v6.5.0

28 Apr 07:03

Choose a tag to compare

See full changelog in CHANGELOG.md.

Full Changelog: v6.4.2...v6.5.0

v6.4.2

06 Apr 12:45

Choose a tag to compare

See full changelog in CHANGELOG.md.

Full Changelog: v6.4.1...v6.4.2

v6.4.1

21 Mar 14:31

Choose a tag to compare

See full changelog in CHANGELOG.md.

Full Changelog: v6.4.0...v6.4.1

v6.4.0

05 Mar 07:52

Choose a tag to compare

See full changelog in CHANGELOG.md.

Full Changelog: v6.3.2...v6.4.0

v6.3.2

04 Mar 07:51

Choose a tag to compare

See full changelog in CHANGELOG.md.

Full Changelog: v6.3.1...v6.3.2

v6.3.1

04 Jan 11:58

Choose a tag to compare

新功能

  • 🌟 为组件添加 aria-label 属性。感谢 @mzner

New Features

  • 🌟 Add aria-label attribute. Thanks to @mzner

v6.3.0

28 Dec 10:54

Choose a tag to compare

重构

  • ⭐️ 使用逻辑属性替换物理属性(css)。

Refactor

  • ⭐️ Replace directional properties with logical properties(css).

v6.2.1

09 Dec 03:30

Choose a tag to compare

新功能

  • 🌟 支持自定义查找需要缩短显示的文本。文档

修复Bug

  • 🐞 存在Safari 15不兼容的正则(#986)。

New Features

  • 🌟 Supports customizing the detection of text that requires truncated display. Docs

Fixed Bugs

  • 🐞 Incompatible regex with Safari 15(#986).

v6.2.0

19 Nov 12:05

Choose a tag to compare

新功能

  • 🌟 完全控制内容的呈现方式。文档

重构

  • ⭐️ 重构KatexPlugin以统一块和内联数学公式解析。
  • ⭐️ 将动画添加到浮动工具栏并减少不必要的渲染。
  • ⭐️ 优化组件之间的价值传递机制。

修复Bug

  • 🐞 未正确处理noEcharts属性(#981)。

New Features

  • 🌟 Full control over how content is rendered. Docs

Refactor

  • ⭐️ Refactor KatexPlugin to unify block and inline math parsing.
  • ⭐️ Add animations to floating toolbar and reduce unnecessary rendering.
  • ⭐️ optimize value-passing mechanism between components.

Fixed Bugs

  • 🐞 The property noEcharts is not being handled correctly(#981).