Skip to content

Commit

Permalink
chore(release): 0.8.17
Browse files Browse the repository at this point in the history
Co-authored-by: sunsonliu <[email protected]>
Co-authored-by: lyngai <[email protected]>
Co-authored-by: humyfred <[email protected]>
Co-authored-by: kiritocui <[email protected]>
  • Loading branch information
5 people committed Mar 27, 2023
1 parent 102e7a1 commit 34e3bc3
Show file tree
Hide file tree
Showing 17 changed files with 828 additions and 339 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.8.17](https://github.com/Tencent/cherry-markdown/compare/v0.8.16...v0.8.17) (2023-03-27)


### Features

* 对正在编辑的区域进行高亮 ([#413](https://github.com/Tencent/cherry-markdown/issues/413)) ([bac8173](https://github.com/Tencent/cherry-markdown/commit/bac8173dbad26c159bb179b7db18676e7c5614b4))
* 图片语法增加花括号扩展能力 ([44d8063](https://github.com/Tencent/cherry-markdown/commit/44d806355db28afe067c1c21041058673d9c1bd5))
* 增加插入draw.io功能;增加编辑draw.io机制;\n fix: 修复编辑图片尺寸时有可能受代码块语法影响的问题 ([e326b86](https://github.com/Tencent/cherry-markdown/commit/e326b86ddd85b680c34a5ca071a9d735a22c6148))


### Bug Fixes

* 代码块逆解析成代码块语法时有多余的中括号产生 [#414](https://github.com/Tencent/cherry-markdown/issues/414) ([76acd94](https://github.com/Tencent/cherry-markdown/commit/76acd94450de761878832f06dcfbe89c3798c653))

### [0.8.16](https://github.com/Tencent/cherry-markdown/compare/v0.8.15...v0.8.16) (2023-03-13)


Expand Down
2 changes: 1 addition & 1 deletion dist/cherry-markdown.core.common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cherry-markdown.core.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions dist/cherry-markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -2544,6 +2544,16 @@ div[data-type=codeBlock] .token.inserted {
.cherry-editor .CodeMirror-lines {
padding: 15px 34px;
}
.cherry-editor .CodeMirror-lines .drawio, .cherry-editor .CodeMirror-lines .base64 {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
max-width: 80px;
white-space: nowrap;
vertical-align: bottom;
color: darkmagenta !important;
font-size: 12px !important;
}
.cherry-editor .cm-s-default .cm-header {
color: #3f4a56;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/cherry-markdown.engine.core.common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cherry-markdown.engine.core.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cherry-markdown.engine.core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cherry-markdown.esm.js

Large diffs are not rendered by default.

Loading

0 comments on commit 34e3bc3

Please sign in to comment.