Releases: imzbf/md-editor-rt
Releases · imzbf/md-editor-rt
v4.21.2
新增特性
修复问题
- 🐞
react/jsx-runtime
没有被排除(#184)。
New Features
- 🌟 Update dependency versions, replace CDN service sources.
Fixed Bugs
- 🐞
react/jsx-runtime
is not excluded(#184).
v4.21.1
新增特性
- 🌟 为图片、代码和菜单添加基础的符合ADA标准的属性。
修复问题
- 🐞 不能切换代码主题。
- 🐞 隐藏目录后没有移除内部的监听事件。
New Features
- 🌟 Add basic ADA-compliant attributes to images, code, and menus.
Fixed Bugs
- 🐞 Unable to switch code themes.
- 🐞 Listener events were not removed when hiding the catalog.
v4.21.0
新增特性
重构
- ⭐️ 通过添加标签使输入符合ADA标准。
- ⭐️ 用完整形式替换一些缩写内容。
修复问题
New Features
Refactor
- ⭐️ Make Inputs ADA Compliant by adding Labels.
- ⭐️ Replace some abbreviated content with its full form.
Fixed Bugs
v4.20.4
修复问题
Fixed Bugs
- 🐞 When displaying toolbar text, the icons are not centered.
v4.20.3
新增特性
修复问题
- 🐞 无法使用
ctrl+i
和ctrl+u
快捷键。
- 🐞 显示工具栏描述时,图标没有居中显示。
New Features
- 🌟 Only show scroll switch when needed.
Fixed Bugs
- 🐞 Unable to use the shortcuts
ctrl+i
and ctrl+u
.
- 🐞 When displaying toolbar text, the icons are not centered.
v4.20.2
修复问题
Fixed Bugs
- 🐞 When setting theme to dark, the position of catalog is abnormal.
v4.20.1
修复问题
Fixed Bugs
- 🐞 Depth is not set when configuring merge(#179).
v4.20.0
新增特性
- 🌟 暴露获取
EditorView
的方法:getEditorView。
- 🌟 给
codeMirrorExtensions
提供editorId
入参。
重构
- ⭐️ 替换语法:
<sub>
替换为 ~~
, and <sup>
替换为 ^^
修复问题
- 🐞 组件在切换预览状态时可能会闪烁(#174)。
- 🐞 无法正确获取包含
katex
模块的标题内容。
文档
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(#174).
- 🐞 Failed to obtain the title containing katex module correctly.
Docs
- 🌟 Add an example of collaborative working: co-working
v4.19.2
新增特性
修复问题
- 🐞 自定义快捷键后,
Tab
快捷键失效。
- 🐞
mermaid
模块的宽度在移动端的时候不正常。
New Features
- 🌟
mermaid
module can be scaled.
Fixed Bugs
- 🐞 After customizing shortcuts, Tab key no longer works.
- 🐞 Width of mermaid module on mobile devices is not normal.
v4.19.1
修复问题
- 🐞 最外层滚动时,无法高亮目录。
- 🐞 在Firefox中,代码行号位置不正常。
Fixed Bugs
- 🐞 Unable to highlight catalog when scrolling on window.
- 🐞 In Firefox, the position of code line numbers is incorrect.