Skip to content

Commit

Permalink
chore(release): v0.8.25
Browse files Browse the repository at this point in the history
  • Loading branch information
jiawei686 committed Sep 5, 2023
1 parent c40d25d commit 9d41661
Show file tree
Hide file tree
Showing 20 changed files with 55 additions and 33 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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.25](https://github.com/Tencent/cherry-markdown/compare/v0.8.24...v0.8.25) (2023-09-05)


### Features

* 有序列表、无序列表、checklist支持所见即所得编辑 [#543](https://github.com/Tencent/cherry-markdown/issues/543) ([#553](https://github.com/Tencent/cherry-markdown/issues/553)) ([47770e8](https://github.com/Tencent/cherry-markdown/commit/47770e8d7ba8f4770a1f64db648218c191862534))
* add issue templates ([#570](https://github.com/Tencent/cherry-markdown/issues/570)) ([faf53c0](https://github.com/Tencent/cherry-markdown/commit/faf53c05f40be89933da68539112e33b4b87f7a7)), closes [#565](https://github.com/Tencent/cherry-markdown/issues/565)
* **client:** add `SidePanel` file directory ([#554](https://github.com/Tencent/cherry-markdown/issues/554)) ([d1e7d65](https://github.com/Tencent/cherry-markdown/commit/d1e7d6569d30a1332e22452858e2628c04071bbe))
* CodeBlock所见即所得支持 ([#549](https://github.com/Tencent/cherry-markdown/issues/549)) ([aba8877](https://github.com/Tencent/cherry-markdown/commit/aba8877a5aa202bf99627dfd3c9c2a4495c88f72))


### Bug Fixes

* [#560](https://github.com/Tencent/cherry-markdown/issues/560) toolbar合并hooks时,重名的处理方式改为保留toolbar原有hook ([#568](https://github.com/Tencent/cherry-markdown/issues/568)) ([d69c0ad](https://github.com/Tencent/cherry-markdown/commit/d69c0ad60fb5589e3d2928c22d2c59751e722157))
* [#567](https://github.com/Tencent/cherry-markdown/issues/567) toolbar子类重写init导致未执行部分初始化 ([#569](https://github.com/Tencent/cherry-markdown/issues/569)) ([b8244f6](https://github.com/Tencent/cherry-markdown/commit/b8244f616920a667b7edf7103d6364dfae6358d2))
* **DrawIo:** 支持 cherry-dialog 拖拽 ([#442](https://github.com/Tencent/cherry-markdown/issues/442)) ([#559](https://github.com/Tencent/cherry-markdown/issues/559)) ([491cb0e](https://github.com/Tencent/cherry-markdown/commit/491cb0e96e9bd999703aefaf7b6a3c2a9dfe48c5))


### Code Refactoring

* suggester初始化机制;refactor: 最简版demo;fix: 超链接规则过严导致带感叹号的url被转义 ([c40d25d](https://github.com/Tencent/cherry-markdown/commit/c40d25dbfbe5f88fde99f3df1a07a9d8ac38fd8a))

### [0.8.24](https://github.com/Tencent/cherry-markdown/compare/v0.8.23-1.0...v0.8.24) (2023-08-28)


Expand Down
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.css
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.css
Git LFS file not shown
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.23-lastest",
"version": "0.8.25",
"description": "a new markdown editor",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/sass/ch-icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@
.ch-icon-justify:before { content: "\EA6C" }
.ch-icon-justifyCenter:before { content: "\EA6D" }
.ch-icon-justifyLeft:before { content: "\EA6E" }
.ch-icon-justifyRight:before { content: "\EA6F" }
.ch-icon-justifyRight:before { content: "\EA6F" }

0 comments on commit 9d41661

Please sign in to comment.