Skip to content

Releases: Tencent/cherry-markdown

cherry-markdown@0.9.4

12 Jun 08:58
0c29374
Compare
Choose a tag to compare

Patch Changes

cherry-markdown@0.9.3

16 May 07:22
5a02004
Compare
Choose a tag to compare

Patch Changes

cherry-markdown@0.9.2

29 Apr 02:50
686d4ea
Compare
Choose a tag to compare

Patch Changes

cherry-markdown@0.9.1

17 Apr 02:34
f97fe8d
Compare
Choose a tag to compare

Patch Changes

cherry-markdown-vscode-plugin@0.0.20

17 Apr 02:34
f97fe8d
Compare
Choose a tag to compare

Patch Changes

cherry-markdown@0.9.0

09 Apr 08:47
ccfdd63
Compare
Choose a tag to compare

Minor Changes

Patch Changes

cherry-markdown-vscode-plugin@0.0.19

09 Apr 08:47
ccfdd63
Compare
Choose a tag to compare

Patch Changes

All notable changes to the "cherrymarkdown" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

@cherry-markdown/client@0.1.1

09 Apr 08:47
ccfdd63
Compare
Choose a tag to compare

Patch Changes

v0.8.58

13 Jan 02:30
Compare
Choose a tag to compare

Features

  • #947 urlProcessor支持第三个参数,第三个参数为回调函数 (05c6cab)
  • client: 导入 *.md 文件时默认启用预览效果,导航栏显示控制 (#1022) (dfb16fe)

Bug Fixes

  • #1014 修复engine.makeHtml报错的问题 (5a5e8f9)
  • 去掉github特殊语法高亮 (fd13e45)
  • type: insert api's normal-table-row*col type constraints (#1019) (c7217f0)

v0.8.57

23 Dec 02:23
Compare
Choose a tag to compare

Features

  • #1005 增加滚动到具体位置的api,增加滚动行为控制的参数,修复预览区滚动没有触发编辑区滚动的bug (7b7f7ad)
  • #1006 流式会话场景中,增加flowSessionCursor配置项,实现虚拟光标的效果 (5e025bf)
  • vscodePlugin: add i18n (#1010) (9c9265c)

Bug Fixes

  • #1009 处理容器宽度发生变化时,编辑器光标出现错位的问题 (ccae682)
  • #1009 调整编辑器刷新时机,只有编辑器处于显示状态时才需要刷新 (2b8696f)
  • #993 修复识别html标签的正则逻辑 (c58466e)
  • 修复没有顶部右对齐工具栏时,顶部工具栏高度变高的问题 (99f6bae)

Code Refactoring

  • 废弃elementsFromPoint方法 (2f732ea)