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)
- toolbar: add quote hook & optimize quote level implementation (2416e93)
- 插入有序列表的时候,序号自增 #160 (b49d47a)
- 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)
- 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)
- list: use list start number (d93b242)
0.6.11 (2022-03-17)
- replace lookbehind in math regex (4dc2a7e)
0.6.10 (2022-03-17)
0.6.9 (2022-03-14)
- table-head: fix th content not rendering (98ce938)
0.6.8 (2022-02-28)
- add commonmark test suites (ef2c950)
- add commonmark test suites (c2e0c56)
- add commonmark test suites (44287e3)
- improve content cache for paragraph (a7661d7)
- eslint fix & list test case fix (2b8cb1a)
0.6.7 (2022-02-28)
- 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)
- optimize error output (1282583)
- fix README content of engine mode. (4388bfa)
- list: adapt list cases to avoid array out of boundary (4061e50)
0.6.5 (2022-01-24)
- optimize error output (ed7323c)
- list: adapt list cases to avoid array out of boundary (4c5a23c)
- ts file: fix ts file couldn't submit (6ab75b3)
- image: fix poor performance when referencing data-url images (37ac086)
- lint (f4e156f)
0.6.4 (2022-01-13)
0.6.3 (2022-01-12)
0.6.2 (2022-01-10)
- delay backslash tranform time (8e32e73)
- mathjax script duplicate with multiple cherry instances (5ba3ddd), closes #73
- type error in mathjax (a5e6820)
- fix usage of lookbehind support (d9dc315)
- lookbehind: fix
replaceStringByBuffer
returns empty string when nothing to replace (525a5ab) - suggester: adapt empty regex in safari (a3027f7)
- suggester: add leadingChars (a1fb8b1)
- suggester: extract replacer from toHtml to avoid regex error in safari (760449e)
- suggester: suggester lookbehind regex support & fix list test case (879a523)
- 0xA0 need to be treated as space (75eee5b), closes #83
- use 0xa0 unicode instead (ec9cbac), closes /github.com/Tencent/cherry-markdown/pull/84#discussion_r778531298 #84
- eslint fix (6cb72fe)
0.6.1 (2021-12-30)
- 预览区域跟随编辑区域光标滚动 (#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)
- 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)
- list: implement list with tree (43ba79a)
0.5.15 (2021-12-12)
- mocha support typescript & add list unit test (a198733)
- 在cherry上暴露导出接口,并修复导出没考虑多实例的情况 (e21895b)
- Export: export toolbar handler api (#38) (360de5f)
- 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)