Skip to content

Commit

Permalink
chore(release): v0.8.30
Browse files Browse the repository at this point in the history
Co-authored-by: sunsonliu <sunsonliu@tencent.com>
Co-authored-by: lyngai <wlxjust@gmail.com>
Co-authored-by: humyfred <513407656@qq.com>
Co-authored-by: kiritocui <kiritocui@tencent.com>
  • Loading branch information
5 people committed Dec 7, 2023
1 parent 55ad4e3 commit bb35133
Show file tree
Hide file tree
Showing 30 changed files with 197,838 additions and 73 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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.30--skip.tag](https://github.com/Tencent/cherry-markdown/compare/v0.8.29...v0.8.30--skip.tag) (2023-12-07)


### Features

* [#642](https://github.com/Tencent/cherry-markdown/issues/642) close 增加配置,是否在初始化时保持页面的滚动位置 ([b58de6d](https://github.com/Tencent/cherry-markdown/commit/b58de6d83fba8ab1ff12a039f529f43e9f3e8447))
* [#642](https://github.com/Tencent/cherry-markdown/issues/642) 修改配置的默认值为false(与旧版本效果保持一致) ([c7a800d](https://github.com/Tencent/cherry-markdown/commit/c7a800d4bb762f026b616c78e7b4d454abec8a42))
* [#642](https://github.com/Tencent/cherry-markdown/issues/642) 在调用setMarkdown/setValue时保持页面的滚动位置 ([5106859](https://github.com/Tencent/cherry-markdown/commit/51068590a67d52e33ccd9fd9dcad2b52dd306e25))
* [#653](https://github.com/Tencent/cherry-markdown/issues/653) 增加新的配置开关,打开后cherry完成初始化后会根据hash进行 滚动定位 ([50bc19d](https://github.com/Tencent/cherry-markdown/commit/50bc19d6ed73e644a0f610face5eb644220dacd3))
* [#653](https://github.com/Tencent/cherry-markdown/issues/653) 增加新的配置开关,打开后cherry完成初始化后会根据hash进行 滚动定位 在demo里默认打开 ([029f3d2](https://github.com/Tencent/cherry-markdown/commit/029f3d2840ea8b1eeba19fcd7d76ec15522cceb0))
* 优化处理base64数据的时机和正则,确保base64数据能够及时被替换成占位符 ([5bbb803](https://github.com/Tencent/cherry-markdown/commit/5bbb8034c1a7bc31b88c473599301a6a1f2f4ff4))
* 增加字数统计功能 ([#659](https://github.com/Tencent/cherry-markdown/issues/659)) ([e313d0c](https://github.com/Tencent/cherry-markdown/commit/e313d0c3f6da6642db49b72fc7ddeac82616a897))


### Bug Fixes

* [#650](https://github.com/Tencent/cherry-markdown/issues/650) switchModel()API切换预览模式时隐藏工具栏 ([b573fd3](https://github.com/Tencent/cherry-markdown/commit/b573fd3b8f800044520ebbdcc3944510f08a2ee3))
* [#650](https://github.com/Tencent/cherry-markdown/issues/650) 修复切换主题时原始class被改错的问题 ([30be078](https://github.com/Tencent/cherry-markdown/commit/30be078aec720a69b160e9cb54121481d21d1c7b))
* 修复formatFullWidthMark函数 ([#655](https://github.com/Tencent/cherry-markdown/issues/655)) ([8d34763](https://github.com/Tencent/cherry-markdown/commit/8d3476318914297ad0952658377184f29dbe7ae9))


### Code Refactoring

* **client:** add sidebar tags ([#644](https://github.com/Tencent/cherry-markdown/issues/644)) ([32e8525](https://github.com/Tencent/cherry-markdown/commit/32e8525a8b7b55d9c03f7d8280f5a2209880227a))

### [0.8.29](https://github.com/Tencent/cherry-markdown/compare/v0.8.28...v0.8.29) (2023-11-20)

### [0.8.28](https://github.com/Tencent/cherry-markdown/compare/v0.8.27...v0.8.28) (2023-11-20)
Expand Down
35 changes: 32 additions & 3 deletions dist/addons/cherry-code-block-mermaid-plugin.d.ts
Git LFS file not shown
4 changes: 1 addition & 3 deletions dist/addons/cherry-code-block-mermaid-plugin.js

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions dist/addons/cherry-code-block-plantuml-plugin.d.ts
Git LFS file not shown
4 changes: 1 addition & 3 deletions dist/addons/cherry-code-block-plantuml-plugin.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/cherry-markdown.core.common.d.ts
Git LFS file not shown
4 changes: 1 addition & 3 deletions dist/cherry-markdown.core.common.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/cherry-markdown.core.d.ts
Git LFS file not shown
4 changes: 1 addition & 3 deletions dist/cherry-markdown.core.js

Large diffs are not rendered by default.

Loading

0 comments on commit bb35133

Please sign in to comment.