Skip to content

Commit

Permalink
chore(release): 0.8.58
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsonliu committed Jan 13, 2025
1 parent dfb16fe commit aef0417
Show file tree
Hide file tree
Showing 19 changed files with 11,602 additions and 11,587 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.58](https://github.com/Tencent/cherry-markdown/compare/v0.8.57...v0.8.58) (2025-01-13)


### Features

* [#947](https://github.com/Tencent/cherry-markdown/issues/947) urlProcessor支持第三个参数,第三个参数为回调函数 ([05c6cab](https://github.com/Tencent/cherry-markdown/commit/05c6cab6383e3d56ccaedcfc1966528a088ece41))
* **client:** 导入 *.md 文件时默认启用预览效果,导航栏显示控制 ([#1022](https://github.com/Tencent/cherry-markdown/issues/1022)) ([dfb16fe](https://github.com/Tencent/cherry-markdown/commit/dfb16fed0d2166adfcd27346ce8972173c9d2594))


### Bug Fixes

* [#1014](https://github.com/Tencent/cherry-markdown/issues/1014) 修复engine.makeHtml报错的问题 ([5a5e8f9](https://github.com/Tencent/cherry-markdown/commit/5a5e8f9fb7d14a0cfaa7dd1e1366598e3e6d51ae))
* 去掉github特殊语法高亮 ([fd13e45](https://github.com/Tencent/cherry-markdown/commit/fd13e45d22495c55d62f6835a3c5ba52e4220093))
* **type:** `insert` api's `normal-table-row*col` type constraints ([#1019](https://github.com/Tencent/cherry-markdown/issues/1019)) ([c7217f0](https://github.com/Tencent/cherry-markdown/commit/c7217f045c5c3a1b03a0764028c5030f7375e0b5))

### [0.8.57](https://github.com/Tencent/cherry-markdown/compare/v0.8.56...v0.8.57) (2024-12-23)


Expand Down
4 changes: 2 additions & 2 deletions dist/addons/advance/cherry-table-echarts-plugin.js
Git LFS file not shown
4 changes: 2 additions & 2 deletions dist/addons/cherry-code-block-mermaid-plugin.js
Git LFS file not shown
4 changes: 2 additions & 2 deletions dist/addons/cherry-code-block-plantuml-plugin.js
Git LFS file not shown
4 changes: 2 additions & 2 deletions dist/cherry-markdown.core.common.js
Git LFS file not shown
4 changes: 2 additions & 2 deletions dist/cherry-markdown.core.js
Git LFS file not shown
4 changes: 2 additions & 2 deletions dist/cherry-markdown.engine.core.common.js
Git LFS file not shown
4 changes: 2 additions & 2 deletions dist/cherry-markdown.engine.core.esm.js
Git LFS file not shown
4 changes: 2 additions & 2 deletions dist/cherry-markdown.engine.core.js
Git LFS file not shown
4 changes: 2 additions & 2 deletions dist/cherry-markdown.esm.js
Git LFS file not shown
4 changes: 2 additions & 2 deletions dist/cherry-markdown.js
Git LFS file not shown
4 changes: 2 additions & 2 deletions dist/cherry-markdown.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/cherry-markdown.min.js
Git LFS file not shown
2 changes: 1 addition & 1 deletion dist/fonts/ch-icon.eot
Git LFS file not shown
2 changes: 1 addition & 1 deletion dist/fonts/ch-icon.ttf
Git LFS file not shown
2 changes: 1 addition & 1 deletion dist/fonts/ch-icon.woff
Git LFS file not shown
4 changes: 2 additions & 2 deletions dist/fonts/ch-icon.woff2
Git LFS file not shown
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cherry-markdown",
"license": "Apache-2.0",
"version": "0.8.57",
"version": "0.8.58",
"description": "a new markdown editor",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit aef0417

Please sign in to comment.