Releases: imzbf/md-editor-rt
Releases · imzbf/md-editor-rt
v6.3.1
新功能
- 🌟 为组件添加 aria-label 属性。感谢 @tamarazuk
New Features
- 🌟 Add aria-label attribute. Thanks to @tamarazuk
v6.3.0
v6.2.1
v6.2.0
新功能
- 🌟 完全控制内容的呈现方式。文档
重构
- ⭐️ 重构
KatexPlugin以统一块和内联数学公式解析。 - ⭐️ 将动画添加到浮动工具栏并减少不必要的渲染。
- ⭐️ 优化组件之间的价值传递机制。
修复Bug
- 🐞 未正确处理noEcharts属性。
New Features
- 🌟 Full control over how content is rendered. Docs
Refactor
- ⭐️ Refactor
KatexPluginto 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
重构
- ⭐️ 按需更新内容的功能重构。
- ⭐️ 单击可以显示折叠文本。
修复问题
- 🐞 当
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
noPrettieris false, labelToolbarPrettiershould be rendered. - 🐞 Where catalog items are not highlighted under catalogMaxDepth limit.
v6.1.0
v6.0.2
v6.0.1
v6.0.0
新增特性
- 🌟 自定义滚动条,统一不同浏览器下的表现(#229)。
- 🌟 滚动内容时目录跟随滚动。
- 🌟 自动折叠过长链接。
- 🌟 支持使用 ECharts,语法。
- 🌟 浮动工具栏,设定与
toolbar一直,默认不展示,文档参考:文档。 - 🌟 不再提供 UMD 版本,示例。
重构
- ⭐️ 移除了添加链接和图片的弹窗。
- ⭐️ 为 codemirror 的扩展提供
type和options,用于区分不同扩展。文档。 - ⭐️ 使用
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
typeandoptionsfor 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
EditorViewfromcodemirrorwhen using CDN.