Skip to content

Latest commit

 

History

History
232 lines (133 loc) · 17 KB

CHANGELOG.md

File metadata and controls

232 lines (133 loc) · 17 KB

Changelog

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

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)