diff --git a/CHANGELOG.md b/CHANGELOG.md index c27ea432..a6591dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ 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.42](https://github.com/Tencent/cherry-markdown/compare/v0.8.41...v0.8.42) (2024-05-27) + + +### Features + +* 默认不展示右侧侧边栏 ([b68b1b4](https://github.com/Tencent/cherry-markdown/commit/b68b1b45946120a3ac6321748bc22a4fc52b995a)) +* 优化事件机制,增加cherry.on动态绑定事件机制 ([a24bcd9](https://github.com/Tencent/cherry-markdown/commit/a24bcd9fe95a84b79b83b013e371cc325962f491)) +* 增加表格和加粗斜体语法对流式输出场景的适配 ([ebc8338](https://github.com/Tencent/cherry-markdown/commit/ebc8338488cbfe1299aedb503fc94e11e45e7d42)) +* 增加流式会话的例子 ([88873c2](https://github.com/Tencent/cherry-markdown/commit/88873c2c564ee41137e5151bd836ad31ebd78c79)) +* add configuration and right-click menu processing preview ([#760](https://github.com/Tencent/cherry-markdown/issues/760)) ([6372859](https://github.com/Tencent/cherry-markdown/commit/6372859407d22a1c625bc6a1ffbaf88ec0d32226)) +* **vscodePlugin:** add webview icon ([#754](https://github.com/Tencent/cherry-markdown/issues/754)) ([b38ceea](https://github.com/Tencent/cherry-markdown/commit/b38ceea4b1df707e5facffdab7e33dcd13fc016f)) + + +### Bug Fixes + +* 当预览区只有一行内容时,导出文档api报错 ([f4b6201](https://github.com/Tencent/cherry-markdown/commit/f4b620155aae85b19bcd96c5ae8753e82d455c98)) +* 联想配置模板失效 ([#757](https://github.com/Tencent/cherry-markdown/issues/757)) ([f93e2af](https://github.com/Tencent/cherry-markdown/commit/f93e2afbbba88ae4045e0e7558cc875e66001aca)) +* 修复列表有多行时选区只选择第一行的问题 ([082a032](https://github.com/Tencent/cherry-markdown/commit/082a032c4717f7b22c4b331632f7f3dd836cebf9)) +* 右侧编辑列表过程中, 输入回车后, 再次编辑此列表, 数据会异常 [#751](https://github.com/Tencent/cherry-markdown/issues/751) ([#772](https://github.com/Tencent/cherry-markdown/issues/772)) ([3e1e9fd](https://github.com/Tencent/cherry-markdown/commit/3e1e9fd057c0008f5f3d001a818fda1a8291b0a9)) + ### [0.8.41](https://github.com/Tencent/cherry-markdown/compare/v0.8.40...v0.8.41) (2024-05-06) diff --git a/README.CN.md b/README.CN.md index 7638432b..43a285aa 100644 --- a/README.CN.md +++ b/README.CN.md @@ -27,6 +27,7 @@ - [图片所见即所得编辑尺寸](https://tencent.github.io/cherry-markdown/examples/img.html) - [表格编辑](https://tencent.github.io/cherry-markdown/examples/table.html) - [标题自动序号](https://tencent.github.io/cherry-markdown/examples/head_num.html) +- [流式输入模式(AI chart场景)](https://tencent.github.io/cherry-markdown/examples/ai_chat.html) ----- diff --git a/README.md b/README.md index e5fde113..02259c2f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ English | [简体中文](./README.CN.md) - [img wysiwyg](https://tencent.github.io/cherry-markdown/examples/img.html) - [table wysiwyg](https://tencent.github.io/cherry-markdown/examples/table.html) - [headers with auto num](https://tencent.github.io/cherry-markdown/examples/head_num.html) +- [流式输入模式(AI chart场景)](https://tencent.github.io/cherry-markdown/examples/ai_chat.html) ----- diff --git a/dist/addons/advance/cherry-table-echarts-plugin.d.ts b/dist/addons/advance/cherry-table-echarts-plugin.d.ts new file mode 100644 index 00000000..b7e43920 --- /dev/null +++ b/dist/addons/advance/cherry-table-echarts-plugin.d.ts @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc4e09a11d634dec623bf4050e93dbd8b5487697012724e4706ee47236eedbe +size 596 diff --git a/dist/addons/advance/cherry-table-echarts-plugin.js b/dist/addons/advance/cherry-table-echarts-plugin.js new file mode 100644 index 00000000..8a620257 --- /dev/null +++ b/dist/addons/advance/cherry-table-echarts-plugin.js @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6b4d6f1c40868f9b55522c3bda6a40db1b5830322618551f7aff8ea72d0b934 +size 38055 diff --git a/dist/cherry-markdown.core.common.js b/dist/cherry-markdown.core.common.js index dddace62..385d47b3 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:b0f4141ccca50bc7c35bcee9b6becc64a524ac1f80593b8abc20ceb59178c46a -size 1187665 +oid sha256:6cfcd9169e92ad9bfb8a1ca7bf8a768e048b00b0469820ede603c68fb36bf96c +size 1191252 diff --git a/dist/cherry-markdown.core.js b/dist/cherry-markdown.core.js index d8ec1dd8..c2c7aac0 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:4b666ec6a03eb6208846586fe4e1ee40db91f40cd8375153c967aa3ace807482 -size 1187948 +oid sha256:3c5612008c3166ffe93ce515c272642f54e3563c101f28236ebdaf1245cece52 +size 1191535 diff --git a/dist/cherry-markdown.engine.core.common.js b/dist/cherry-markdown.engine.core.common.js index ff0e0f2c..a7716bfa 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:558dbae5df38e2e0ca2016bc866d7dcf3a8413dc55c2edbc49f3a3a2958dcb0c -size 365589 +oid sha256:da253022adba1589ab96a68608bcc6a244d6c3238d6ee57c9baa86d84b7fdbfe +size 367213 diff --git a/dist/cherry-markdown.engine.core.esm.js b/dist/cherry-markdown.engine.core.esm.js index b010375e..4aa5020c 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:50ee4f93952666a6e2565850de8988a2d9fa5661210824f24f33119d2d8f5eb0 -size 365474 +oid sha256:fb2e165d6847bc7ad6e725a158f28435b0f4509599d8eb3c7469d5500c0b64c1 +size 367098 diff --git a/dist/cherry-markdown.engine.core.js b/dist/cherry-markdown.engine.core.js index 37794387..0bc517f4 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:98d2451bd30d25c8b2f734ec6ccac18073cfe4a8c57a648b1e7e86981b2f8368 -size 365820 +oid sha256:76274788ab29a91089e3c9f75a30a666f01df2f1764803e5abfda586f49d64a8 +size 367444 diff --git a/dist/cherry-markdown.esm.js b/dist/cherry-markdown.esm.js index c288066c..a5780226 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:3fd8426283db7da03c70c9d330a4af275b3b74bdf68a304a00b4e64f7c94fc1e -size 3965200 +oid sha256:6257117b3e980851c57fc68e71928465cc8471740dd201a6dcc71f1ed29151af +size 3950235 diff --git a/dist/cherry-markdown.js b/dist/cherry-markdown.js index d3a8f744..53c89521 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:a0604eca9203eefb80cb9c6c45f9a4eaac8b3ee2decc368db0d8d39a5ae396f8 -size 7569177 +oid sha256:f0434590a5ab8fe310652e998da8b5c484905e8c691c4c62317ff94f29aa78ca +size 7538532 diff --git a/dist/cherry-markdown.js.map b/dist/cherry-markdown.js.map index 97e1e087..936d8678 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:6a01caad4d1969fe86c6184369f635003aa137895b0e052aab2617063b20e838 -size 18161443 +oid sha256:25ffc160ef180328a4caa370848fcf8756331967a242951562b01fa2bc4c9885 +size 18108331 diff --git a/dist/cherry-markdown.min.js b/dist/cherry-markdown.min.js index fd30c627..1a61fbed 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:23ba82f97e1c5207e49bcf80f70c7d1ac95ad468c048775eaffb444edeef1b90 -size 3965548 +oid sha256:72a39b17552c2d478e6602ac7e58bf1d00d8b7cf974f65dc979890792d2cf326 +size 3950542 diff --git a/dist/fonts/ch-icon.eot b/dist/fonts/ch-icon.eot index 71daf569..49519f1b 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:5cdac41b761a84bb81705f68e65d5e0ec2148784853a6bfa87477c30823c06e1 +oid sha256:3a3342832e2ad0ef67f178f5d3665a0e06fc64055a6a5c423759d26d5a6ab2c8 size 20424 diff --git a/dist/fonts/ch-icon.ttf b/dist/fonts/ch-icon.ttf index 73c5a901..a364592b 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:0b94579d68eb1945a93eae57069ce5a338212e2387be2f489911c46e3b1f7e36 +oid sha256:c9165d4e0d178722690468d2a33b19d7acc9257c170758c848cad6bb198928e2 size 20260 diff --git a/dist/fonts/ch-icon.woff b/dist/fonts/ch-icon.woff index 784f007d..0bc2242d 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:15d20e0ef65fe98dc70cf406d0f1f7384be3c6eab4bae7f086e9f2fc929186d4 +oid sha256:734c6940c58d8382fb0372089d966d88e42446c048b0b12b6de0af8f52ce66f2 size 11780 diff --git a/dist/fonts/ch-icon.woff2 b/dist/fonts/ch-icon.woff2 index 8c38b282..5bbddd18 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:59f84bfd5c7f9e201c2bd83bdc0a77065d29d020558a8dcf4b405d107993e8ff -size 10024 +oid sha256:0b097ec1e01dac6c82038a485370f3ca4f10d5429fcb16324b235ea493223854 +size 10028 diff --git a/package.json b/package.json index d0170184..089017c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cherry-markdown", "license": "Apache-2.0", - "version": "0.8.41", + "version": "0.8.42", "description": "a new markdown editor", "repository": { "type": "git",