Skip to content

v4.20.0

Compare
Choose a tag to compare
@imzbf imzbf released this 06 Sep 02:02
· 9 commits to develop since this release

新增特性

  • 🌟 暴露获取EditorView的方法:getEditorView
  • 🌟 给codeMirrorExtensions提供editorId入参。

重构

  • ⭐️ 替换语法:<sub> 替换为 ~~, and <sup> 替换为 ^^

修复问题

  • 🐞 组件在切换预览状态时可能会闪烁。
  • 🐞 无法正确获取包含katex模块的标题内容(#658)。

文档


New Features

  • 🌟 Expose the method used to obtain EditorView: getEditorView.
  • 🌟 Provide editorId parameter for codeMirrorExtensions.

Refactor

  • ⭐️ Replace the syntax: <sub> with ~~, and <sup> with ^^

Fixed Bugs

  • 🐞 Component might flicker when switching preview states.
  • 🐞 Failed to obtain the title containing katex module correctly(#658).

Docs

  • 🌟 Add an example of collaborative working: co-working