Skip to content

Releases: imzbf/md-editor-rt

v6.3.1

04 Jan 11:59

Choose a tag to compare

新功能

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

New Features

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

v6.3.0

28 Dec 10:58

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不兼容的正则。

New Features

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

Fixed Bugs

  • 🐞 Incompatible regex with Safari 15.

v6.2.0

19 Nov 12:06

Choose a tag to compare

新功能

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

重构

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

修复Bug

  • 🐞 未正确处理noEcharts属性。

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.

v6.1.1

03 Nov 12:31

Choose a tag to compare

重构

  • ⭐️ 按需更新内容的功能重构。
  • ⭐️ 单击可以显示折叠文本。

修复问题

  • 🐞 当noPrettier的值为false时,应呈现标签`ToolbarPrettier'。
  • 🐞 目录项未在设置catalogMaxDepth时高亮显示。

Refactor

  • ⭐️ Refactor the functionality for on-demand updating of content.
  • ⭐️ Folded text can be revealed when clicked.

Fixed Bugs

  • 🐞 When the value of noPrettier is false, label ToolbarPrettier should be rendered.
  • 🐞 Where catalog items are not highlighted under catalogMaxDepth limit.

v6.1.0

10 Oct 05:28

Choose a tag to compare

新增特性

  • 🌟 支持复制mermaid模块代码。

修复问题

  • 🐞 添加链接时,选中的内容没有正确包含进去。
  • 🐞编辑器的主题扩展没有正确设定。

New Features

  • 🌟 Supports copying the code of mermaid module.

Fixed Bugs

  • 🐞 Selected content is not included when adding links.
  • 🐞 Editor theme extension not set correctly.

v6.0.2

22 Sep 09:27

Choose a tag to compare

修复问题

  • 🐞 无法关闭裁剪图片弹窗(#236

Fixed Bugs

  • 🐞 Unable to close the image cropping popup window(#236

v6.0.1

14 Sep 02:04

Choose a tag to compare

修复问题

  • 🐞 未正确定义按钮类型,导致点击工具栏会提交表单。

Fixed Bugs

  • 🐞 Button type not properly defined, causing form submission when clicking the toolbar.

v6.0.0

13 Sep 12:41

Choose a tag to compare

新增特性

  • 🌟 自定义滚动条,统一不同浏览器下的表现(#229)。
  • 🌟 滚动内容时目录跟随滚动。
  • 🌟 自动折叠过长链接。
  • 🌟 支持使用 ECharts,语法
  • 🌟 浮动工具栏,设定与 toolbar 一直,默认不展示,文档参考:文档
  • 🌟 不再提供 UMD 版本,示例

重构

  • ⭐️ 移除了添加链接和图片的弹窗。
  • ⭐️ 为 codemirror 的扩展提供 typeoptions,用于区分不同扩展。文档
  • ⭐️ 使用 MdPreview 时,移除外层包装元素。
  • ⭐️ 为自定义标题 ID 函数提供 tokens。文档

修复问题

  • 🐞 在禁用时滚动状态仍然可以被切换。
  • 🐞 使用 CDN 时无法从 codemirror 导入 EditorView

New Features

  • 🌟 Custom scrollbar to unify appearance across different browsers(#229).
  • 🌟 Catalog scrolls in sync with the content.
  • 🌟 Automatically collapse long links.
  • 🌟 Support for using ECharts, Syntax.
  • 🌟 Floating toolbar, settings are consistent with toolbar, hidden by default. Documentation.
  • 🌟 UMD version is no longer provided. Example.

Refactor

  • ⭐️ Remove pop-ups for new links and images.
  • ⭐️ Provide type and options for codemirror's extensions to use to distinguish between them. Documentation
  • ⭐️ When using MdPreview, remove wrapper element.
  • ⭐️ Provide tokens for func of customizing title IDs. Documentation

Fixed Bugs

  • 🐞 The scroll state can still be toggled when disabled.
  • 🐞 Unable to import EditorView from codemirror when using CDN.

v5.8.4

01 Aug 06:30

Choose a tag to compare

修复问题

  • 🐞 网格布局中存在1rf编码错误。

Fixed Bugs

  • 🐞 There is a 1rf encoding error in the grid layout.