Skip to content

Releases: imzbf/md-editor-v3

v4.15.6

25 May 07:43
Compare
Choose a tag to compare

重构

  • ⭐️ 更友好的XSS配置方式,文档

Refactor

  • ⭐️ More user-friendly way to configure XSS, docs.

v4.15.5

25 May 02:42
Compare
Choose a tag to compare

重构

  • ⭐️ 回调功能,总是渲染data-line属性到模块中(#539)。
  • ⭐️ 仅放大不带not-zoom类名的图片。

Refactor

  • ⭐️ Always render the 'data-line' attribute(#539).
  • ⭐️ Only zoom images that do not have class name not-zoom.

v4.15.4

24 May 03:05
Compare
Choose a tag to compare

新增特性

  • 🌟 支持使用标识符::close强制折叠代码,文档

重构

  • ⭐️ 支持不设置警告模块的标题。
  • ⭐️ 默认展示代码行号。

修复问题

  • 🐞 无全局样式设定时,代码块样式不正常。

New Features

  • 🌟 Support using identifier ::close to fold code forcibly, Docs.

Refactor

  • ⭐️ Supports not setting the title of the admonition module.
  • ⭐️ Display line numbers by default.

Fixed Bugs

  • 🐞 When there is no global style setting, the code block style is abnormal.

v4.15.2

22 May 01:32
Compare
Choose a tag to compare

修复问题

  • 🐞 未获取到包含代码的标题。

Fixed Bugs

  • 🐞 Failed to obtain title containing the code.

v4.15.1

21 May 13:43
Compare
Choose a tag to compare

重构

  • ⭐️ 仅提取标题中的文本类型。
  • ⭐️ 重构源代码行号映射的模块。
  • ⭐️ 标准化的属性渲染方法。
  • ⭐️ 将linkify的默认值设置为true

修复问题

  • 🐞 当只有单个代码块时,同步滚动功能异常。
  • 🐞 调用rerender时,mermaid模块无法渲染。
  • 🐞 引用高度、列表行高度异常。

Refactor

  • ⭐️ Extract only the text type of the title.
  • ⭐️ The module for source code line number mapping.
  • ⭐️ Standardized attribute rendering approach.
  • ⭐️ Set default value of the linkify to true.

Fixed Bugs

  • 🐞 While only a single code block, the synchronization scrolling function is abnormal.
  • 🐞 When invoking rerender, mermaid diagram fails to be rendered.
  • 🐞 The quote height, the list row height is abnormal.

v4.15.0

16 May 09:05
Compare
Choose a tag to compare

新增特性

重构

  • ⭐️ 整理预览样式css变量,统一部分公共样式。

修复问题

  • 🐞 设置默认值时,图像预览不可用(#522)。

New Features

  • 🌟 Support folding code(#509), Docs.

Refactor

  • ⭐️ Organize preview style css variables, unify common styles.

Fixed Bugs

  • 🐞 When setting default values, image preview is unavailable(#522).

v4.14.1

11 May 08:24
Compare
Choose a tag to compare

新增特性

  • 🌟 扩展了tableShape属性,文档
  • 🌟 支持给Modal配置初始的zIndex文档
  • 🌟 扩展CDN标签属性的配置(#502),文档

重构

  • ⭐️ 频繁渲染时,确保每个渲染的持续时间一致(#501)。
  • ⭐️ 当工具栏的长度为0时,不显示工具栏。

修复问题

  • 🐞 切换预览模式后,目录高亮显示功能变为不可用。
  • 🐞 切换预览模式后,调整编辑区域宽度的功能失效(#507)。

New Features

  • 🌟 Extend tableShape attribute(#152), Docs.
  • 🌟 Support configuring default zIndex for Modal, Docs.
  • 🌟 Extend configuration for CDN tag attributes(#502), Docs.

Refactor

  • ⭐️ When frequently rendering, ensure a consistent duration for each individual render(#501).
  • ⭐️ Do not display the toolbar when the length of toolbars is 0.

Fixed Bugs

  • 🐞 After switching preview mode, catalog highlighting feature becomes inactive.
  • 🐞 After switching preview mode, the function to adjust width of editing area is disabled(#507)

v4.13.5

26 Apr 14:31
Compare
Choose a tag to compare

重构

  • ⭐️ 恢复列表的默认样式

Refactor

  • ⭐️ Keep the default style of the list.

v4.13.4

26 Apr 03:22
Compare
Choose a tag to compare

重构

  • ⭐️ 主动向扩展组件提供previewTheme

Refactor

  • ⭐️ Add previewTheme to the expansion component actively.

v4.13.3

22 Apr 07:50
Compare
Choose a tag to compare

重构

  • ⭐️ 支持转换粘贴内容中所有的图片链接。
  • ⭐️ 升级部分依赖项。

修复问题

  • 🐞 下拉列表在边缘的时候,没有显示完整(#490)。

Refactor

  • ⭐️ Supports converting all images within pasted content.
  • ⭐️ Upgrade dependencies.

Fixed Bugs

  • 🐞 Dropdown list does not display fully when at the edge(#490).