From b0ea0034a11d52489d2dbce90438b9254f57bfda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sunsonliu=28=E5=88=98=E9=98=B3=29?= Date: Fri, 27 Sep 2024 17:53:13 +0800 Subject: [PATCH] chore(release): 0.8.49 --- CHANGELOG.md | 28 +++++++++++++++++++ .../advance/cherry-table-echarts-plugin.js | 4 +-- .../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.markdown.css | 4 +-- dist/cherry-markdown.markdown.min.css | 4 +-- dist/cherry-markdown.min.css | 4 +-- dist/cherry-markdown.min.js | 4 +-- dist/fonts/ch-icon.eot | 4 +-- dist/fonts/ch-icon.svg | 4 +-- dist/fonts/ch-icon.ttf | 4 +-- dist/fonts/ch-icon.woff | 4 +-- dist/fonts/ch-icon.woff2 | 4 +-- package.json | 2 +- 23 files changed, 71 insertions(+), 43 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2e2cde9..df41e67f 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.49](https://github.com/Tencent/cherry-markdown/compare/v0.8.48...v0.8.49) (2024-09-27) + + +### Features + +* [#927](https://github.com/Tencent/cherry-markdown/issues/927) 增加对html标签里style属性过滤的配置 ([858f862](https://github.com/Tencent/cherry-markdown/commit/858f86285da2c92a54cc05668629f1b14c691a61)) +* 表格增加删除列操作 ([#843](https://github.com/Tencent/cherry-markdown/issues/843)) ([d8ed2ec](https://github.com/Tencent/cherry-markdown/commit/d8ed2ecb561c73b586799b022808a34d71ad0acc)) +* 优化快捷键工具栏,增加不可修改的快捷键信息 ([93de3b1](https://github.com/Tencent/cherry-markdown/commit/93de3b136e7b1e518768cbce5d5e2975dd0369ca)) + + +### Bug Fixes + +* [#923](https://github.com/Tencent/cherry-markdown/issues/923) 支持多个括号 ([a3da98b](https://github.com/Tencent/cherry-markdown/commit/a3da98b994b72dc375f6040884f1bca876d766f0)) +* [#925](https://github.com/Tencent/cherry-markdown/issues/925) 默认关掉codemirror对github特殊链接格式的支持 ([22d691b](https://github.com/Tencent/cherry-markdown/commit/22d691ba04af77e69770740098aadf0642535377)) +* 增加ci脚本的鲁棒性 ([a9611d9](https://github.com/Tencent/cherry-markdown/commit/a9611d9ef5d3b62d740045bd256ac546e4227802)) +* github-bot message npm version ([#918](https://github.com/Tencent/cherry-markdown/issues/918)) ([88e1a48](https://github.com/Tencent/cherry-markdown/commit/88e1a489a40882d4415f4e4c2e87021575d28b3a)) +* rename npm-dev-test package ([#917](https://github.com/Tencent/cherry-markdown/issues/917)) ([40f7d6b](https://github.com/Tencent/cherry-markdown/commit/40f7d6b708e534a77441f86dbfa8374956ec4911)) + + +### Code Refactoring + +* 优化表格所见即所得编辑里,拖拽行列、删除行列的交互和功能 ([77bf4db](https://github.com/Tencent/cherry-markdown/commit/77bf4db26dbc6f05bacef9cda66afffbfa702216)) + + +### Css or Code Change + +* 优化配色 ([ed4d8f4](https://github.com/Tencent/cherry-markdown/commit/ed4d8f4cd90bd7005e88e1721fd43a55fdb602be)) + ### [0.8.48](https://github.com/Tencent/cherry-markdown/compare/v0.8.47...v0.8.48) (2024-09-23) diff --git a/dist/addons/advance/cherry-table-echarts-plugin.js b/dist/addons/advance/cherry-table-echarts-plugin.js index 21144205..8ca9038d 100644 --- a/dist/addons/advance/cherry-table-echarts-plugin.js +++ b/dist/addons/advance/cherry-table-echarts-plugin.js @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ca5bcc56e9d9341b88679379ce6f22019a31d53f1869376d32929f59c4afd6a1 -size 42875 +oid sha256:8e7792121cdf6a3d77db2ede5b3cd3163380ec31685b6a69bebe52327b539256 +size 42994 diff --git a/dist/addons/cherry-code-block-mermaid-plugin.js b/dist/addons/cherry-code-block-mermaid-plugin.js index 4b6b1866..e2d51b29 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:53dd05bcfbd2e039b13d65cc0f16689d57e946f2d42a05cfb4ae4d2ec207abbf -size 44289 +oid sha256:46fee36d2370aa146e505cb149f572f2dffaa23d1f57798773d7480274f1e41a +size 44205 diff --git a/dist/addons/cherry-code-block-plantuml-plugin.js b/dist/addons/cherry-code-block-plantuml-plugin.js index aaef4a90..01b26c17 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:81fe2feee7e305cea3d7bd934a8de72c4b018010ca980857481dbff781dc8173 -size 48553 +oid sha256:c1b52dfc2c305a67818b952bf7730237d0b416332043a9d488fb5a405fe77280 +size 48518 diff --git a/dist/cherry-markdown.core.common.js b/dist/cherry-markdown.core.common.js index 5a4c76cd..85793391 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:1619fa956a0af28b09ffea12d715b10e8e7f3f18976594780f55b0e6098fa0b6 -size 1423288 +oid sha256:211dd824bcf970791f09f90221b30f8546d00053cd603e1af280543a80360df6 +size 1436124 diff --git a/dist/cherry-markdown.core.js b/dist/cherry-markdown.core.js index 800a34a2..cf1b17f8 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:b345a87c9bd56c2c859ca4a7017d35790f3763f665404b3f727528fa42c7f9c1 -size 1423622 +oid sha256:baf87d96f3ac492492d8f4ca9eb9acbb4aad352a8ae4c49d27127403fe5feda9 +size 1436458 diff --git a/dist/cherry-markdown.css b/dist/cherry-markdown.css index b53a4cbd..62a1b1ea 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:7dbbd5660fa91b47a1d2ed71b59aece6b94d346586897f97bdb8d235624bd2e2 -size 224917 +oid sha256:8529c779b000352bc987ee818309aa8e08ca3a49610aeb2e4f66640ceb77ba3b +size 229299 diff --git a/dist/cherry-markdown.engine.core.common.js b/dist/cherry-markdown.engine.core.common.js index 6a99baec..19ee9653 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:c87bf23923a7efc1e9880781293434e983c0a5db185e822dd35323355dd19c5d -size 487090 +oid sha256:e41db482cefc547c29bf5692b511552e71e2f760c19d3f37187120e38a594610 +size 487267 diff --git a/dist/cherry-markdown.engine.core.esm.js b/dist/cherry-markdown.engine.core.esm.js index 6ea9beef..17b12c4a 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:7d9d8a7639fb0cd3d3295913205af1ce9f204d089f5ed28c78473ebf9ba11736 -size 486977 +oid sha256:d4e2b466442ad0ace0265c970c5919d3838d73bb0647fc660a59cea9cca60cd7 +size 487154 diff --git a/dist/cherry-markdown.engine.core.js b/dist/cherry-markdown.engine.core.js index dc71452a..2b64c398 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:23cd20372120500b8cf038f5816f69466c325060c0e5dc5be056a82754a2f187 -size 487379 +oid sha256:5b0818e94b92b5eaf3fcacaea69f9ea32023baaf6eabe1ad00b0dc73b05dfb66 +size 487556 diff --git a/dist/cherry-markdown.esm.js b/dist/cherry-markdown.esm.js index 70bcf10c..d7461611 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:1ad960e652e55dcf0b1b9f494fcb43e31734c2aca0f5d8bc5956c19363880832 -size 4193661 +oid sha256:fdd44542a075f6be231222dd1c79b8d95395f5f47a261ee0c78a45e4ad5ca0f6 +size 4206497 diff --git a/dist/cherry-markdown.js b/dist/cherry-markdown.js index de1b454e..80835ab9 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:4e32a4f52ae31da45b0b1bc90cad97b1183b148bd76b386171acfe16983d3a7f -size 8075026 +oid sha256:a08bd131fcc7330b7acac130c6f7ad3aaff2c568cd250c493d54f1996a79b6a3 +size 8097696 diff --git a/dist/cherry-markdown.js.map b/dist/cherry-markdown.js.map index 1673d2fc..c024573a 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:cd203b923a11a096d63f7006504244196c94cf440f6c4cff95a68554cfcf332d -size 19169240 +oid sha256:2e07f4b61676e14fb836803a0145cdb0ff881b06425b69e64e9ed64e692cfde4 +size 19211863 diff --git a/dist/cherry-markdown.markdown.css b/dist/cherry-markdown.markdown.css index da48eb7b..f73ab482 100644 --- a/dist/cherry-markdown.markdown.css +++ b/dist/cherry-markdown.markdown.css @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:542a6c514693cd8ac4365aec46e9a51daac4eec78ad85ec60b4253d3ee433964 -size 171931 +oid sha256:f051bb2ae1151e9a808bfd223196c124668f5798b5babfb57961e0fe6b6507b3 +size 173250 diff --git a/dist/cherry-markdown.markdown.min.css b/dist/cherry-markdown.markdown.min.css index dfdf78a9..06b4c137 100644 --- a/dist/cherry-markdown.markdown.min.css +++ b/dist/cherry-markdown.markdown.min.css @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5baf07335f67abcbf8373c5f47faf0077f429775aedaa420e9efb282027d3de3 -size 130258 +oid sha256:77fa0382f0cf9504e62e20b78db70d54509115f77620efd41e1747004914e2eb +size 131278 diff --git a/dist/cherry-markdown.min.css b/dist/cherry-markdown.min.css index c9e20b2e..8e2eb573 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:36d72b95abcc32594d26f3c9bd29e7aa226112b7844af253ce0c85459b845a3c -size 174546 +oid sha256:66a1d71b75a12c42b186a95d2ac3ffe07596e05f7f3979ca30be4536105d2bb4 +size 178295 diff --git a/dist/cherry-markdown.min.js b/dist/cherry-markdown.min.js index 68ddecb2..1b60208b 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:c09c8b729d1fa927f98bb5a34ba128ecf0d320fa74b8a05d2e900fc8dfda6eb7 -size 4194007 +oid sha256:143c174f97d6bd712c19e03b285def693d5cef2ede4c4daf7c5eac41c619eff9 +size 4206843 diff --git a/dist/fonts/ch-icon.eot b/dist/fonts/ch-icon.eot index 7db9c06f..8f11707a 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:cf33c149e405741f02353b4ec131f10839c9ea3dabd3c7b46a5d69e248a9bf61 -size 20940 +oid sha256:91e85e42bd352832e2761a906454d0fe7d8668fca3983568b69389fc0c0beb1b +size 21116 diff --git a/dist/fonts/ch-icon.svg b/dist/fonts/ch-icon.svg index 3882e984..f1a0379c 100644 --- a/dist/fonts/ch-icon.svg +++ b/dist/fonts/ch-icon.svg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b81d116a8c376911ad40e7d26c12ea5268d3f91bb2dd62df986a7830b53b2bde -size 289651 +oid sha256:ebf41fd233c7eba083ee17227d9a4adc0542b298f2bd3907a1ae16fcb6eb0a56 +size 290584 diff --git a/dist/fonts/ch-icon.ttf b/dist/fonts/ch-icon.ttf index f4bbc8d3..fa9d8539 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:b430a6435e446bcb292df46d45e44ca6b749f1403b113a66f6124f666ed7a3c5 -size 20776 +oid sha256:f37c0dc33c6f75becfa001bae914cd49b3ea82cb0c6671f420941c4203a6b816 +size 20952 diff --git a/dist/fonts/ch-icon.woff b/dist/fonts/ch-icon.woff index 0d680f61..ba6b05dd 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:64336c14c11a03ac8e777e270c71646726cd92ef80765f3e6edaf7607a2ee499 -size 12092 +oid sha256:dce6ab1c1a6e119c6d70829dfd5b9e8d4558192221ffa376a3cb75dd16f80399 +size 12200 diff --git a/dist/fonts/ch-icon.woff2 b/dist/fonts/ch-icon.woff2 index 0000847a..b5582cdc 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:c9d8d9dd1bb426da71b6186d04e88bf9bab920615f7ceb332e05c0135bdb5d3f -size 10256 +oid sha256:62c1d9f5871e8f41aac3fb7e84b945e8c8ffaeff4dc644a3574546af2934878d +size 10348 diff --git a/package.json b/package.json index 61d1ffbd..1948c39b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cherry-markdown", "license": "Apache-2.0", - "version": "0.8.48", + "version": "0.8.49", "description": "a new markdown editor", "repository": { "type": "git",