Skip to content

v3.14.2

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 10:45
· 2215 commits to develop since this release
  1. feat(markdown): support sup syntax
  2. feat(markdown): support sub syntax
  3. feat(markdown): support mark syntax
  4. upd(plugin): update view hooks, add ctx.view.getViewDom, ctx.view.getRenderEnv methods
  5. fix(mindmap): fix the mind map cannot switch layout
  6. fix: fix memory leak

  1. feat(markdown): 支持下标语法
  2. feat(markdown): 支持上标语法
  3. feat(markdown): 支持标记语法
  4. upd(plugin): 更新 view hooks, 增加 ctx.view.getViewDom, ctx.view.getRenderEnv 方法
  5. fix(mindmap): 修复脑图不能切换布局问题
  6. fix: 修复内存泄露