Skip to content

Latest commit

 

History

History
599 lines (338 loc) · 44.8 KB

CHANGELOG.md

File metadata and controls

599 lines (338 loc) · 44.8 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.8.20 (2023-05-31)

Features

  • 增加mermaid配置功能,可指定mermaid生成的是svg还是图片 (2bcded7)
  • client: add cherry markdown to use (#451) (7054200)
  • preview: (#432) support checkbox what-you-see-is-what-you-get feature (#457) (baf592f)

Bug Fixes

  • #444 初始化 float 和 bubble 时传入 customMenu (#446) (1fc0972)
  • 同一行多个img所见即所得编辑时无法选中正确的图片 (f64430d)
  • 限制表格预览区域编辑的判定范围 (ee28d26)
  • 优化图片懒加载的配置判断逻辑 (61974b9)
  • fullScreen: icon switch (close #445) (#447) (bd310c1)
  • Previewer: 调整暗黑模式下高亮行颜色 (69ad07d)

0.8.19 (2023-04-24)

Features

Bug Fixes

  • #439 修复sidebar设置为false失效的问题 (4474e47)
  • #440 修复顶格插入表格时,预览区域表格无法进行编辑 (3e5b3b8)
  • 处理右对齐工具栏的默认值问题 (dc9186d)
  • 修复侧边栏二级菜单定位不准确的问题 (8bc6c3b)
  • 优化判断图片是否在视区内的判断逻辑 (83efd75)
  • use up-to-date script for client to avoid drawIo not found error (8ed9400)

0.8.18 (2023-04-10)

Features

  • 对正在编辑的区域进行高亮 (#413) (bac8173)
  • 图片语法增加花括号扩展能力 (44d8063)
  • 增加插入draw.io功能;增加编辑draw.io机制;\n fix: 修复编辑图片尺寸时有可能受代码块语法影响的问题 (e326b86)
  • 增加设置主题的api (681857f)
  • 增加draw.io示例里的图形种类 (2aba33b)

Bug Fixes

  • #395 尝试无脑修复,需要humyfred确认 (1f30506)
  • 代码块逆解析成代码块语法时有多余的中括号产生 #414 (76acd94)
  • 非双栏模式,或者从双栏模式切换到单栏模式时,需要去掉高亮光标对应预览区域的机制 (6cb9821)
  • 删除多余逻辑 (668993b)

0.8.17 (2023-03-27)

Features

  • 对正在编辑的区域进行高亮 (#413) (bac8173)
  • 图片语法增加花括号扩展能力 (44d8063)
  • 增加插入draw.io功能;增加编辑draw.io机制;\n fix: 修复编辑图片尺寸时有可能受代码块语法影响的问题 (e326b86)

Bug Fixes

  • 代码块逆解析成代码块语法时有多余的中括号产生 #414 (76acd94)

0.8.16 (2023-03-13)

Features

  • 修改信息面板和手风琴语法 (a7e1f96)

Bug Fixes

  • 改正了一处typo,并且修复了子菜单关闭逻辑的bug (#410) (6ce02cf)
  • 将之前的更新适配至electron客户端 (#405) (d8774c6)

0.8.15 (2023-03-06)

Features

  • 客户端增加关闭提醒和导出markdown/HTML文件功能 (#399) (520eb00)
  • 优化信息面板标题的背景色值 (318740e)
  • 增加手风琴语法和对应的按钮;fix: 修复换行、列表语法占位符没有行号信息的问题 (e21cc35)
  • 增加信息面板语法和对应的按钮 (fc7bc1f)

Bug Fixes

0.8.14 (2023-02-21)

Bug Fixes

  • 临时解决超链接和斜体语法冲突的问题,最终解决方案应该是AutoLink语法实现排他 (9d23c56)

0.8.13 (2023-02-17)

Features

  • (hooks) 自动超链接-支持展示固定长度字符 (#391) (69056e4)
  • 丰富图标,优化侧边栏切换主题按钮的下拉框定位 (d17d0fe)
  • 丰富图标,优化侧边栏切换主题按钮的下拉框定位 (452ae1f)
  • 增加vscode plugin,可以在vscode扩展中输入cherry-markdown搜索安装该插件 (61be297)

Bug Fixes

  • #388 修复复制粘贴图片时,图片alt属性丢失的问题 (21a505a)
  • unity header anchor safe id (d28c488)
  • 复制粘贴代码块的时候会丢失\t (a1179c5)

0.8.12 (2023-01-13)

Features

  • #379 通过引入第三方组件cm-search-replace实现左侧编辑器搜索、替换功能 (3b7d17d)

Bug Fixes

  • #374 光标处于编辑区域最低部时,预览区域滚动到了顶部 (cfdfd0d)
  • #380 修复粘贴时转义&的问题,同时修复粘贴table时出现过多换行的问题\n feat: 当表格thead为空的时候,不再渲染 (266a5f1)

0.8.11 (2022-12-28)

Bug Fixes

  • insert: Fix insert code instruction failure (#373) (a1b3914)

0.8.10 (2022-12-21)

Features

  • #370 增加refreshPreviewer方法,可以强制重新渲染预览区域 (c347640)

Bug Fixes

  • 跨单元格的行内公式、行内代码语法改成不生效 (178a6ac)

0.8.9 (2022-11-29)

Features

  • delete unnecessary observer to adapt old version browers (869963c)
  • localisation support (7ca12b7), closes #217
  • 增加有序列表、无序列表按钮 (f52ff42)

Bug Fixes

0.8.8 (2022-11-08)

Features

  • support more code highlight (#347) (a37c0ac)
  • support protobuf code highlight (ddfd8f6)
  • 增加切换主题的功能,本次提交实现了切换主题、记忆主题功能 (c4eeb34)
  • 增加四个默认的主题 (d068772)

Bug Fixes

  • toolbar: fix missing Toolbar#toolbarHandlers (#349) (e55673f)
  • toolbar: fix missing Toolbar#toolbarHandlers (#349) (4596b4a)
  • 优化拖拽时插入的位置 #338 (d7269fb)
  • 修复设置换行模式的时候有报错,增加换行模式本地记忆功能 #339 (3facef0)
  • 复制代码快功能不再受preview bubble控制 #337 (同时增加图片懒加载的注释) (4dbabd0)
  • 粘贴企业微信内容时编辑器有报错 #336 (d333504)

0.8.7 (2022-11-08)

Features

  • support more code highlight (#347) (a37c0ac)
  • support protobuf code highlight (ddfd8f6)
  • 增加切换主题的功能,本次提交实现了切换主题、记忆主题功能 (c4eeb34)
  • 增加四个默认的主题 (d068772)

Bug Fixes

  • toolbar: fix missing Toolbar#toolbarHandlers (#349) (e55673f)
  • toolbar: fix missing Toolbar#toolbarHandlers (#349) (4596b4a)
  • 优化拖拽时插入的位置 #338 (d7269fb)
  • 修复设置换行模式的时候有报错,增加换行模式本地记忆功能 #339 (3facef0)
  • 复制代码快功能不再受preview bubble控制 #337 (同时增加图片懒加载的注释) (4dbabd0)
  • 粘贴企业微信内容时编辑器有报错 #336 (d333504)

0.8.6 (2022-10-28)

Bug Fixes

  • use appendChild instead of append to adapt chrome version 53 and lower (a21925a)

0.8.5 (2022-10-21)

Features

  • transform header id to avoid being sanitized (#324) (44935d9)
  • 增加上传文件格式限制,优化上传文件回调逻辑,增加视频封面功能 #328 (dbf8788)

Bug Fixes

0.8.4 (2022-10-13)

0.8.3 (2022-10-13)

Bug Fixes

  • husky: init husky in prepare instead of postinstall (37ada7d)

0.8.2 (2022-09-16)

Features

Bug Fixes

  • 懒加载机制没有考虑预览区域完全撑开的情况 (a35ce1b)
  • 修复懒加载时占位图没有展示的问题 (3dd20fe)
  • 自定义菜单有问题,修复并增加例子 #317 #315 (09ccd30)

0.8.1 (2022-09-06)

Bug Fixes

  • 懒加载逻辑不能幂等 (a2198cb)

0.8.0 (2022-09-01)

Features

  • 实现快捷键显示/隐藏toolbar #268 (10cce7d)
  • 通过快捷键来实现显示|隐藏 toolbar 或 设置按钮子菜单隐藏toolbar #268 (8c05a87)
  • 优化字体大小按钮的选区,并增加快捷键 (901db75)
  • 优化toolbar插入内容时的选区逻辑 (3b02d07)

Bug Fixes

0.7.9 (2022-08-12)

Bug Fixes

  • imageLazyLoad: 修复懒加载开关配置 (01543f8)

Css or Code Change

  • remove ambiguous css reset (e159254)

0.7.8 (2022-08-04)

Bug Fixes

0.7.7 (2022-08-04)

Features

  • add ruby syntax (710d65b)
  • eslint: setup husky and lint-staged (487ec2d)
  • support data-cm-atomic for dom plugins (01d51a3)
  • update sidebar style (70d5260)
  • 增加ruby语法(拼音语法)的toolbar和demo (297ef97)
  • 增加新的图片懒加载机制 (735b9cc)

Bug Fixes

  • vdom的style写法有误导致每次都会重建元素 (3ba6f36)
  • 编辑时更新预览时,DOM若存在相邻的 TextNode 会导致文字渲染两次 (4256eb4)

0.7.6 (2022-07-11)

Features

  • 代码块增加复制功能 (ac48904), closes #239
  • 代码块增加复制功能 (856b5fd), closes #239
  • 代码块增加复制功能 更换复制到剪贴板的方法 (ac38a7f)
  • 代码块增加复制功能 更换复制到剪贴板的方法 (0b28b05)
  • 没有选中文字的时候点击工具栏会自动选中光标附近的文字或行 (61ed011), closes #261
  • 增加图片样式(边框、阴影、圆角) (01775bd), closes #264
  • border support for image (6df8fdc)

Bug Fixes

  • 修复可能的报错 (43e4e90)
  • Link hook对url进行排他处理 (767bc80)

0.7.5 (2022-07-01)

Features

  • 把二级菜单里的toolbar开放出来(#199) (95a3e09)
  • 暴露预览区域图片点击事件的回调 (34725a8)
  • 暴露预览区域图片点击事件的回调 (203ff13)
  • emphasis: add chinese punctuations as word's boundary (6d8a769)
  • support configure plantuml args (ec97968)

Code Refactoring

  • build/addons: use rollup to generate addon bundles (86a5705)

0.7.4 (2022-06-07)

Bug Fixes

  • 删除线配置失效,顺便优化注释 (b819667)
  • 只读模式下出现了两个问题(1、只读模式下宽度变成50%了;2、只读模式下可以编辑图片尺寸) (ff46352), closes #246

0.7.3 (2022-05-26)

0.7.1 (2022-05-10)

Features

  • toolbar: add quote hook & optimize quote level implementation (2416e93)
  • 插入有序列表的时候,序号自增 #160 (b49d47a)

Bug Fixes

  • checklist: illegal inline checklist (#200) (f3fa79a)
  • code-block: fix #166 parse hr and indent code (#205) (8320f5b)
  • comment-reference: fix npe problem when there is a comment reference at the beginning of the document (b97fc8f)
  • update blockquote regex to split list (8b86eb3), closes #165
  • update list type regex to avoid content lost (#196) (017dc43), closes #194
  • 修复批量拖拽上传文件没回调就插入内容的bug (20d6ddf)
  • 修复缩进代码块行号计算不准的问题 (fe129b0)
  • 最小高度调整 #207 (58a090b)
  • 增加使用el初始化编辑器的能力 #203 (e48d8e8)
  • 通过工具栏插入内容时,默认选中被插入的内容 #206 (678f695)

0.7.0 (2022-04-12)

Features

Bug Fixes

  • code-block: fix language matching regex (4fa3b43), closes #90
  • link: add bracket match check (2bf3fa8)
  • suggester: fix keydown 'enter' affect the default logic of newlineAndIndentContinueMarkdownList (#190) (ed0a5dd)

0.6.12 (2022-03-23)

Bug Fixes

  • list: use list start number (d93b242)

0.6.11 (2022-03-17)

Bug Fixes

  • replace lookbehind in math regex (4dc2a7e)

0.6.10 (2022-03-17)

0.6.9 (2022-03-14)

Bug Fixes

  • table-head: fix th content not rendering (98ce938)

0.6.8 (2022-02-28)

Features

  • add commonmark test suites (ef2c950)
  • add commonmark test suites (c2e0c56)
  • add commonmark test suites (44287e3)
  • improve content cache for paragraph (a7661d7)

Bug Fixes

  • eslint fix & list test case fix (2b8cb1a)

0.6.7 (2022-02-28)

Features

Bug Fixes

  • add no-escape regex in math (541b210)
  • editor: fix the compatibility issue of cjk ime (#150) (05703a3), closes #82
  • refresh codemirror while toggling fullscreen (a8ed1a4)
  • 修复代码块内嵌套缩进时出现占位字符的情况 (999581e)

0.6.6 (2022-02-18)

Features

Bug Fixes

  • fix README content of engine mode. (4388bfa)
  • list: adapt list cases to avoid array out of boundary (4061e50)

0.6.5 (2022-01-24)

Features

Bug Fixes

  • list: adapt list cases to avoid array out of boundary (4c5a23c)
  • ts file: fix ts file couldn't submit (6ab75b3)

Performance Improvements

  • image: fix poor performance when referencing data-url images (37ac086)

Css or Code Change

0.6.4 (2022-01-13)

0.6.3 (2022-01-12)

Features

  • add force append (c97f65b)
  • api:setValue() 更新内容时支持保持光标位置 (#106) (fa346c8)

Bug Fixes

  • Image: encode poster url (e73403d)
  • list: avoid string collect error while building tree (031a359)

0.6.2 (2022-01-10)

Bug Fixes

Css or Code Change

0.6.1 (2021-12-30)

Features

  • 预览区域跟随编辑区域光标滚动 (#72) (02c500b)
  • suggester: add suggester function (a8c35ed)
  • suggester: improve css (4ab4bb6)
  • suggester: improve css code (b333c71)
  • add eslint jest plugin (23bcbb3)
  • add yarnrc & update dependencies (ba8b5cd)
  • init client project (#53) (9f46acf)
  • use jest for unit test (0b15764)
  • sanitizer: remove jsdom from browser builds & add new commonjs bundle for node env (#62) (c61df0d)

Bug Fixes

  • list: fix magic number (34224a8)
  • list: support checklist && add test case (f4d6a2a)
  • suggester 初始化判断有问题 (cb22da6)
  • custom-syntax: revert get config from customSyntax & fix type error (ebc5aee)

Code Refactoring

  • list: implement list with tree (43ba79a)

0.5.15 (2021-12-12)

Features

  • mocha support typescript & add list unit test (a198733)
  • 在cherry上暴露导出接口,并修复导出没考虑多实例的情况 (e21895b)
  • Export: export toolbar handler api (#38) (360de5f)

Bug Fixes

  • fix cherry overflow & fix customHook could config params on the Cherry config (#61) (1e24f12)
  • 连续多个音视频无法正确解析 (74426b2)
  • 连续多个音视频无法正确解析 (#34) (10008e9)
  • 列表内的行内语法污染了列表 Fixed #40 (#41) (d7546b8)
  • api-demo: basic config undefined (#37) (f269eb3)
  • demo image's url (2c933f1)
  • editor handleUpload has Invalid function parameter problem (1f1d92e)
  • table's space and color picker's 'null' color Fixed #30 (244c190)
  • use replaceLookBehind for bg、color、sub、sup (0bd9229)
  • variable fix in demo scripts (97bf5b5)
  • toolbar: init br button name by options (174a4cd)

0.5.13 (2021-10-27)

Bug Fixes

  • fix dependabot alerts (54f4ab5)
  • menu: avoid infinite loop in get shortcutKeys (#2) (38d387c)
  • plantuml: use svg output to avoid font issue (3bab59a)