From 9d4166144115572f282299dd608749a34875df6e Mon Sep 17 00:00:00 2001 From: jiawei686 <892001108@qq.com> Date: Tue, 5 Sep 2023 15:06:20 +0800 Subject: [PATCH] chore(release): v0.8.25 --- CHANGELOG.md | 22 +++++++++++++++++++ .../cherry-code-block-mermaid-plugin.js | 4 ++-- .../cherry-code-block-plantuml-plugin.js | 4 ++-- dist/cherry-markdown.core.common.js | 4 ++-- dist/cherry-markdown.core.js | 4 ++-- dist/cherry-markdown.css | 4 ++-- dist/cherry-markdown.engine.core.common.js | 4 ++-- dist/cherry-markdown.engine.core.esm.js | 4 ++-- dist/cherry-markdown.engine.core.js | 4 ++-- dist/cherry-markdown.esm.js | 4 ++-- dist/cherry-markdown.js | 4 ++-- dist/cherry-markdown.js.map | 4 ++-- dist/cherry-markdown.min.css | 4 ++-- dist/cherry-markdown.min.js | 4 ++-- dist/fonts/ch-icon.eot | 2 +- dist/fonts/ch-icon.ttf | 2 +- dist/fonts/ch-icon.woff | 2 +- dist/fonts/ch-icon.woff2 | 4 ++-- package.json | 2 +- src/sass/ch-icon.scss | 2 +- 20 files changed, 55 insertions(+), 33 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1ace8f9..47cd4692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/dist/addons/cherry-code-block-mermaid-plugin.js b/dist/addons/cherry-code-block-mermaid-plugin.js index a10559f1..d69cd229 100644 --- a/dist/addons/cherry-code-block-mermaid-plugin.js +++ b/dist/addons/cherry-code-block-mermaid-plugin.js @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0b0ed61ec4ca29374c878e329f4a23f604635d8dd3211ec41ee5a1f1d209082a -size 39334 +oid sha256:83db89a733ecf59476b8b5c629e3b30942371931c4cde47e3388339ac67e3d1b +size 44474 diff --git a/dist/addons/cherry-code-block-plantuml-plugin.js b/dist/addons/cherry-code-block-plantuml-plugin.js index 7b4e0879..87efd084 100644 --- a/dist/addons/cherry-code-block-plantuml-plugin.js +++ b/dist/addons/cherry-code-block-plantuml-plugin.js @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:79bc6ec5258530e94015480fa115cd275af0de0509bef515983fc128e0640347 -size 44248 +oid sha256:47bbd3256d974105723d64faea3a42b033d75ef7533dc21e6a8f10d7b195e32d +size 48531 diff --git a/dist/cherry-markdown.core.common.js b/dist/cherry-markdown.core.common.js index 7a43b7ce..4b96f6fb 100644 --- a/dist/cherry-markdown.core.common.js +++ b/dist/cherry-markdown.core.common.js @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41eddb1445dddb9639bf99172e471b3e5cfb1a9e058a4890ab07b608f9b0abb7 -size 1479591 +oid sha256:1dada3506ed45414033ffbcff4f8a9f391993a7d10b47b8c2029a671e80347fc +size 1575295 diff --git a/dist/cherry-markdown.core.js b/dist/cherry-markdown.core.js index fdc322c4..a248dbe2 100644 --- a/dist/cherry-markdown.core.js +++ b/dist/cherry-markdown.core.js @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e2dcc2b0f0b3b9541c970e14af186d99e495ae314bc94f4211cef2f43ac6bdd -size 1479866 +oid sha256:a6be1a2a6c73624994812e05e9ea8e71ac3a7cd9452e1e552b969d3170114945 +size 1575624 diff --git a/dist/cherry-markdown.css b/dist/cherry-markdown.css index 88aaf461..d7bcb278 100644 --- a/dist/cherry-markdown.css +++ b/dist/cherry-markdown.css @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bb4ff5868b749a4180f50a3d15965ef4bfbbd4f26f3cc5020608b2efe0083452 -size 157622 +oid sha256:ac8689705dbbb4a1113e5554e1cfd7305ba5512f22ed5700e28fbb80e535cdb1 +size 158537 diff --git a/dist/cherry-markdown.engine.core.common.js b/dist/cherry-markdown.engine.core.common.js index f64eb330..319818cf 100644 --- a/dist/cherry-markdown.engine.core.common.js +++ b/dist/cherry-markdown.engine.core.common.js @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9830c76b92e62e2fc759a0db6b78163be2dcdba0aa13d5135c78c4a26070bdac -size 360429 +oid sha256:f90b8f5050f56c09373eaaef4634680e8a7aa10d11871680811b76a201a4dfb2 +size 364942 diff --git a/dist/cherry-markdown.engine.core.esm.js b/dist/cherry-markdown.engine.core.esm.js index 77d6de8f..f5cabb73 100644 --- a/dist/cherry-markdown.engine.core.esm.js +++ b/dist/cherry-markdown.engine.core.esm.js @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:194f6412f29cad1485e77fe9ddc419466ff2767a3aef2b460eb71aa003faf6d1 -size 360314 +oid sha256:97919f34eafb43ba7d098f5ee55883d752c024ba6ae176ff1181cea180773749 +size 364820 diff --git a/dist/cherry-markdown.engine.core.js b/dist/cherry-markdown.engine.core.js index c74573af..e2b851f3 100644 --- a/dist/cherry-markdown.engine.core.js +++ b/dist/cherry-markdown.engine.core.js @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:51ece60e5e734162c41be46658742b88584c021fea53669535d04f5a8c3456c7 -size 360660 +oid sha256:6078ddd25d4315ff8a8e072b17400c889b82447998d102f583aea6ab7507eebe +size 365205 diff --git a/dist/cherry-markdown.esm.js b/dist/cherry-markdown.esm.js index c83b1b36..9cf53d06 100644 --- a/dist/cherry-markdown.esm.js +++ b/dist/cherry-markdown.esm.js @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a4de74ecb59378620dfbf98e7c56c44895a9f58dcbb2a40ec21e62ef967124cd -size 4235199 +oid sha256:77cc4efbabe8b31021e503ab70e4c5c39788eb95ca9873f8d8133f290cf4c84b +size 4334698 diff --git a/dist/cherry-markdown.js b/dist/cherry-markdown.js index 370455ff..aad497b0 100644 --- a/dist/cherry-markdown.js +++ b/dist/cherry-markdown.js @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:40d9c614d3894d38dd7ae21865cbda6fd0804c3e8aaa5087511937aaef8d602e -size 8406376 +oid sha256:d2aa14073ce86146bb08b4d658a61c22b636bfb11724992e3b1c42d77286465f +size 8428174 diff --git a/dist/cherry-markdown.js.map b/dist/cherry-markdown.js.map index 13749aba..1f38f1da 100644 --- a/dist/cherry-markdown.js.map +++ b/dist/cherry-markdown.js.map @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bb82590905fa89476d6b30727bcb7b78686bea885cd99fdb73d81ebed06bf581 -size 19707132 +oid sha256:c7bca8628a77bf81c8e7cc1ed4ad6ac8f6c1d35496f7591099c93559ef7c2cbe +size 19749989 diff --git a/dist/cherry-markdown.min.css b/dist/cherry-markdown.min.css index 14be6427..88fdee11 100644 --- a/dist/cherry-markdown.min.css +++ b/dist/cherry-markdown.min.css @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b6be4c8abe40288aedcc923c65cb53206f51e8aa103d08f3a9f4f31f3025762 -size 117060 +oid sha256:2d612cfa71054ee2c5afcca85156b10f95f92ddf1f704775b22d5775a3ed0ae2 +size 117943 diff --git a/dist/cherry-markdown.min.js b/dist/cherry-markdown.min.js index 6178304b..a1ceb9c3 100644 --- a/dist/cherry-markdown.min.js +++ b/dist/cherry-markdown.min.js @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:23a54bbc9ef0120caa8919d44d59262eaf5704d82110ace0f2d7d66873fd5e5f -size 4235508 +oid sha256:e08874052b94b69b97bc6f8a9f778e9ea6d93df5c1c45ee5933486222df32b10 +size 4335066 diff --git a/dist/fonts/ch-icon.eot b/dist/fonts/ch-icon.eot index ce776ec5..c4f04873 100644 --- a/dist/fonts/ch-icon.eot +++ b/dist/fonts/ch-icon.eot @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a00e6ab7ecfeed697c12186a2ebbac6796833adf2cc050e1294353f294a2b11 +oid sha256:17f56ccad170950d44a2f531ba466f72d32a7d291e7754f97a8ec2042351f71b size 20200 diff --git a/dist/fonts/ch-icon.ttf b/dist/fonts/ch-icon.ttf index 1c3658b7..b057c5ee 100644 --- a/dist/fonts/ch-icon.ttf +++ b/dist/fonts/ch-icon.ttf @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:10f21fa2cea9c5da40975227ba1e52e003f46b5b5e338e8d683eeae351e5e52f +oid sha256:6fcea7ad3f5c4b91311e796e2e66afec6dad8d782bfa0b3618973b73a2202b10 size 20036 diff --git a/dist/fonts/ch-icon.woff b/dist/fonts/ch-icon.woff index f9549a70..6ffca72c 100644 --- a/dist/fonts/ch-icon.woff +++ b/dist/fonts/ch-icon.woff @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2adaadfa27d222d51211783318fcc484869988f9916e2dbe855001ee70da7fe6 +oid sha256:a10b446d67efa2480c08287027a22655a401f0435c9225d97934f91dcb10613d size 11652 diff --git a/dist/fonts/ch-icon.woff2 b/dist/fonts/ch-icon.woff2 index 0231a540..6fa635bf 100644 --- a/dist/fonts/ch-icon.woff2 +++ b/dist/fonts/ch-icon.woff2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c11d402e239eadc4465ee48ea92fc0b4267a11f459993007b952f4b6a312145e -size 9904 +oid sha256:67696a1b9be48f89eed484e3566afa7e66dbf0eb145aa33b8ba66a6919d1bec7 +size 9912 diff --git a/package.json b/package.json index 15db9ac5..5dc08e43 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/sass/ch-icon.scss b/src/sass/ch-icon.scss index 5fdaec81..92a7125b 100644 --- a/src/sass/ch-icon.scss +++ b/src/sass/ch-icon.scss @@ -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" } \ No newline at end of file +.ch-icon-justifyRight:before { content: "\EA6F" } \ No newline at end of file