diff --git a/CHANGELOG.md b/CHANGELOG.md index a6591dca..65b0f4e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,34 @@ 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.43](https://github.com/Tencent/cherry-markdown/compare/v0.8.42...v0.8.43) (2024-06-24) + + +### Features + +* [#696](https://github.com/Tencent/cherry-markdown/issues/696) 构建产物里额外提供预览区样式的文件 ([#783](https://github.com/Tencent/cherry-markdown/issues/783)) ([e33c0d6](https://github.com/Tencent/cherry-markdown/commit/e33c0d68bf5a5d2324d6a118a32f7372d5052d1f)) +* [#767](https://github.com/Tencent/cherry-markdown/issues/767) 代码块、行内代码相关提示交互优化 ([#787](https://github.com/Tencent/cherry-markdown/issues/787)) ([4e05ac6](https://github.com/Tencent/cherry-markdown/commit/4e05ac696323c6dc6bd8d1961ab3adcbb44e7d92)) +* [#769](https://github.com/Tencent/cherry-markdown/issues/769) 代码块主题缓存 ([#781](https://github.com/Tencent/cherry-markdown/issues/781)) ([912c25e](https://github.com/Tencent/cherry-markdown/commit/912c25e268a57bfd0c15f82de2c8b992db945ef7)) +* [#774](https://github.com/Tencent/cherry-markdown/issues/774) 增加选区改变事件 selectionChange ([1859e20](https://github.com/Tencent/cherry-markdown/commit/1859e2080f908ee19f0aeb057631807ded5feded)) +* [#790](https://github.com/Tencent/cherry-markdown/issues/790) 锚点/toc滚动兼容滚动条在window的情况 ([42be1bc](https://github.com/Tencent/cherry-markdown/commit/42be1bc8b2ee066acc5281f2907be4ab207dd26f)) +* 独立一个markdown样式文件(含主题) ([467d870](https://github.com/Tencent/cherry-markdown/commit/467d87043ace777f05afd04958a982a358376a0f)) +* 优化高亮区的显示逻辑,改成每次高亮只亮3秒,不再常驻高亮 ([6365f27](https://github.com/Tencent/cherry-markdown/commit/6365f27453949ab08db8fa7a55f8b406502bf6c4)) +* 增加表格和加粗斜体语法对流式输出场景的适配 ([b1a07a7](https://github.com/Tencent/cherry-markdown/commit/b1a07a7f782c363d29d11681331a49bf5e318264)) +* 增加流式会话的例子 ([0de1a93](https://github.com/Tencent/cherry-markdown/commit/0de1a9372dee6c336208a20cfda8c0900c1776f0)) +* 增加一些小api ([e7bc008](https://github.com/Tencent/cherry-markdown/commit/e7bc0085f15a2b5c5255f0781240646a073bbbc0)) + + +### Bug Fixes + +* [#778](https://github.com/Tencent/cherry-markdown/issues/778) 修复国际化漏掉的地方 ([5bb2b26](https://github.com/Tencent/cherry-markdown/commit/5bb2b265193f5c0fe3a9f969a3d16f8c8ad13e94)) +* [#782](https://github.com/Tencent/cherry-markdown/issues/782) 补上英文 ([d5e4d47](https://github.com/Tencent/cherry-markdown/commit/d5e4d470129a02ea580488959aae12b75f63808c)) +* 修复afterInit失效的问题 ([8c03f95](https://github.com/Tencent/cherry-markdown/commit/8c03f959a93312ab8dcc0ae27b298d9a7f557bf3)) +* 修复vscode插件自动打开预览的问题 ([036f070](https://github.com/Tencent/cherry-markdown/commit/036f070b3d0a724075366dbd3b1fe4f92d6154f7)) +* 右侧编辑列表过程中, 输入回车后, 再次编辑此列表, 数据会异常 [#751](https://github.com/Tencent/cherry-markdown/issues/751) ([#772](https://github.com/Tencent/cherry-markdown/issues/772)) ([38ee8dc](https://github.com/Tencent/cherry-markdown/commit/38ee8dc21acece973946e5955dcf3b2c941d7401)) +* 自定义icon兼容自定义菜单 & 完善propTypes校验 ([#791](https://github.com/Tencent/cherry-markdown/issues/791)) ([335b9bd](https://github.com/Tencent/cherry-markdown/commit/335b9bd6434d376ff0615695efdf39bd35df13f6)), closes [#589](https://github.com/Tencent/cherry-markdown/issues/589) +* **vscodePlugin:** activation timing for VSCode extension ([#773](https://github.com/Tencent/cherry-markdown/issues/773)) ([15e019f](https://github.com/Tencent/cherry-markdown/commit/15e019f0d2d210535207b4c372e5ebebb4a779e5)) +* **vscodePlugin:** first open markdown will not activate the extension ([#784](https://github.com/Tencent/cherry-markdown/issues/784)) ([a1c24d2](https://github.com/Tencent/cherry-markdown/commit/a1c24d228f5d6510355f0264309f3251f8bd75f2)) + ### [0.8.42](https://github.com/Tencent/cherry-markdown/compare/v0.8.41...v0.8.42) (2024-05-27) diff --git a/dist/cherry-markdown.core.common.js b/dist/cherry-markdown.core.common.js index 385d47b3..aa57db6e 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:6cfcd9169e92ad9bfb8a1ca7bf8a768e048b00b0469820ede603c68fb36bf96c -size 1191252 +oid sha256:1330e88a88d56852a5e9ac4c194d112df18a253226dc90c27bf685700b2e434c +size 1301574 diff --git a/dist/cherry-markdown.core.js b/dist/cherry-markdown.core.js index c2c7aac0..e8379424 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:3c5612008c3166ffe93ce515c272642f54e3563c101f28236ebdaf1245cece52 -size 1191535 +oid sha256:3c05a0c2a6fbf49f4410edc4fef7c37eba235fb0be0e2b70c5ecab37b73a4b45 +size 1301923 diff --git a/dist/cherry-markdown.css b/dist/cherry-markdown.css index cade7f36..2845e1e4 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:4339095e0faf661eeccb3aae142774efcd5c12d70446393d8de0afa05182959c -size 165177 +oid sha256:eaa96d5c55e34c35abdedbd92f6dcb65bbdad10223c5dead98749355bb1a83fe +size 165483 diff --git a/dist/cherry-markdown.engine.core.common.js b/dist/cherry-markdown.engine.core.common.js index a7716bfa..0fb96d17 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:da253022adba1589ab96a68608bcc6a244d6c3238d6ee57c9baa86d84b7fdbfe -size 367213 +oid sha256:d6fb466c81b7b76d3a9a7e5e33ad96777ebe74dc83e64776720d907a379c27a3 +size 474114 diff --git a/dist/cherry-markdown.engine.core.esm.js b/dist/cherry-markdown.engine.core.esm.js index 4aa5020c..552299e6 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:fb2e165d6847bc7ad6e725a158f28435b0f4509599d8eb3c7469d5500c0b64c1 -size 367098 +oid sha256:ed2b3a414e2dd8c02bcd71b01fb74f567362d1f5d4c2316d873108e62535f108 +size 473993 diff --git a/dist/cherry-markdown.engine.core.js b/dist/cherry-markdown.engine.core.js index 0bc517f4..1b453414 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:76274788ab29a91089e3c9f75a30a666f01df2f1764803e5abfda586f49d64a8 -size 367444 +oid sha256:939999cac6ce2cfd9ca6a88d461a38fa3233728610089101fb928a0d4d7adc40 +size 474411 diff --git a/dist/cherry-markdown.esm.js b/dist/cherry-markdown.esm.js index a5780226..d4da021b 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:6257117b3e980851c57fc68e71928465cc8471740dd201a6dcc71f1ed29151af -size 3950235 +oid sha256:606bb358da4047fe638095d608100484a11fdf16494dc90da375d2823a1588e3 +size 4060557 diff --git a/dist/cherry-markdown.js b/dist/cherry-markdown.js index 53c89521..794b3a28 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:f0434590a5ab8fe310652e998da8b5c484905e8c691c4c62317ff94f29aa78ca -size 7538532 +oid sha256:7259f57d5829171eb66f73c340722eccc70c7caf5578e3b160ac14fbd444cacf +size 7708704 diff --git a/dist/cherry-markdown.js.map b/dist/cherry-markdown.js.map index 936d8678..8d6ab6d7 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:25ffc160ef180328a4caa370848fcf8756331967a242951562b01fa2bc4c9885 -size 18108331 +oid sha256:7ba07c5411a15baae6cb025f27cbc187ebba15f027bd20a5e2db7c9c6b8686f3 +size 18391668 diff --git a/dist/cherry-markdown.markdown.css b/dist/cherry-markdown.markdown.css new file mode 100644 index 00000000..3d8188a5 --- /dev/null +++ b/dist/cherry-markdown.markdown.css @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cefd33452e518b224caf6cf66b34fd1c0993a4c6d113bcde32b5d05c6a66668b +size 117625 diff --git a/dist/cherry-markdown.markdown.min.css b/dist/cherry-markdown.markdown.min.css new file mode 100644 index 00000000..6776a2c2 --- /dev/null +++ b/dist/cherry-markdown.markdown.min.css @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d9ddd89c3007cdbf5de8a174883244bc1ff00750a1a4470b26385a6f171ac9 +size 84259 diff --git a/dist/cherry-markdown.min.css b/dist/cherry-markdown.min.css index 4591e819..426d8624 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:084ca0965a803b97742ecb65be3cd4cd64aaea5927b78c3faf1efb0317d9bad5 -size 123766 +oid sha256:fe1389a0b49c098a5628253bd6a112bb80035b5699bf2c6663ad59eab8a5436a +size 124004 diff --git a/dist/cherry-markdown.min.js b/dist/cherry-markdown.min.js index 1a61fbed..d0680f37 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:72a39b17552c2d478e6602ac7e58bf1d00d8b7cf974f65dc979890792d2cf326 -size 3950542 +oid sha256:053976ae6e675af18b028c53e0a95c2e58388c1e8d0c5badc1316d4ccdc57e4e +size 4060934 diff --git a/dist/fonts/ch-icon.eot b/dist/fonts/ch-icon.eot index 49519f1b..7e80ba46 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:3a3342832e2ad0ef67f178f5d3665a0e06fc64055a6a5c423759d26d5a6ab2c8 +oid sha256:fbb1d455e2364493403c7ac72f1d9311cdd212574e73ce9132056907db8f747e size 20424 diff --git a/dist/fonts/ch-icon.ttf b/dist/fonts/ch-icon.ttf index a364592b..09978d06 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:c9165d4e0d178722690468d2a33b19d7acc9257c170758c848cad6bb198928e2 +oid sha256:252f707cefbf2a1bc999e02e518b89c346eee1052250dce8817a1f60dfd00b2b size 20260 diff --git a/dist/fonts/ch-icon.woff b/dist/fonts/ch-icon.woff index 0bc2242d..d62082d0 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:734c6940c58d8382fb0372089d966d88e42446c048b0b12b6de0af8f52ce66f2 +oid sha256:938a9aaee75434d38978d9e8b427da781942e834d700a1bed19b14b16c201075 size 11780 diff --git a/dist/fonts/ch-icon.woff2 b/dist/fonts/ch-icon.woff2 index 5bbddd18..72e9de50 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:0b097ec1e01dac6c82038a485370f3ca4f10d5429fcb16324b235ea493223854 -size 10028 +oid sha256:b9cec354d1dad34bdffa363af6811252ffa953f821055e82f6f2ff2b62ad09a2 +size 10024 diff --git a/package.json b/package.json index 089017c6..2a70f2f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cherry-markdown", "license": "Apache-2.0", - "version": "0.8.42", + "version": "0.8.43", "description": "a new markdown editor", "repository": { "type": "git",