Skip to content

Commit

Permalink
chore(release): v0.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
jiawei686 committed May 31, 2023
1 parent f64430d commit 6a10bc5
Show file tree
Hide file tree
Showing 20 changed files with 584 additions and 1,089 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.20](https://github.com/Tencent/cherry-markdown/compare/v0.8.19...v0.8.20) (2023-05-31)


### Features

* 增加mermaid配置功能,可指定mermaid生成的是svg还是图片 ([2bcded7](https://github.com/Tencent/cherry-markdown/commit/2bcded78dae523fb1e766a7b91389658d1e23f3b))
* **client:** add `cherry markdown` to use ([#451](https://github.com/Tencent/cherry-markdown/issues/451)) ([7054200](https://github.com/Tencent/cherry-markdown/commit/70542001c4ac0c47f69fdb88b1f709267b623ae5))
* **preview:** ([#432](https://github.com/Tencent/cherry-markdown/issues/432)) support checkbox what-you-see-is-what-you-get feature ([#457](https://github.com/Tencent/cherry-markdown/issues/457)) ([baf592f](https://github.com/Tencent/cherry-markdown/commit/baf592f7ad803c130ff4fef1f815e0efb22751cc))


### Bug Fixes

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

### [0.8.19](https://github.com/Tencent/cherry-markdown/compare/v0.8.18...v0.8.19) (2023-04-24)


Expand Down
3 changes: 2 additions & 1 deletion dist/addons/cherry-code-block-mermaid-plugin.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ export default class MermaidCodeEngine {
* @returns {string}
*/
convertMermaidSvgToImg(svgCode: string, graphId: string): string;
render(src: any, sign: any, $engine: any): boolean;
render(src: any, sign: any, $engine: any, config?: {}): boolean;
svg2img: any;
}
2 changes: 1 addition & 1 deletion dist/addons/cherry-code-block-mermaid-plugin.js

Large diffs are not rendered by default.

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.

3 changes: 3 additions & 0 deletions dist/cherry-markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -3089,6 +3089,9 @@ div[data-type=codeBlock] .token.inserted {
.cherry-markdown.theme__dark figure svg circle.state-start {
fill: rgb(250, 160, 0) !important;
}
.cherry-markdown.theme__dark .cherry-highlight-line {
background-color: #151422;
}

/** 色值可以参考:https://yeun.github.io/open-color/ */
/** 工具栏样式 */
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 6a10bc5

Please sign in to comment.