diff --git a/CHANGELOG.md b/CHANGELOG.md index df41e67f..c44f6772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,35 @@ 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.50](https://github.com/Tencent/cherry-markdown/compare/v0.8.49...v0.8.50) (2024-10-31) + + +### Features + +* [#931](https://github.com/Tencent/cherry-markdown/issues/931) onPaste入参增加cherry实例 ([91778f3](https://github.com/Tencent/cherry-markdown/commit/91778f3152c18d2aa1218f2491a4d7218db59a41)) +* [#954](https://github.com/Tencent/cherry-markdown/issues/954) [#940](https://github.com/Tencent/cherry-markdown/issues/940) 增加frontMatter语法,并在frontMatter语法里支持了设置全局字体大小的能力 ([2e30a1f](https://github.com/Tencent/cherry-markdown/commit/2e30a1f2122f5e49825718494afc2a108e8c85b6)) +* [#954](https://github.com/Tencent/cherry-markdown/issues/954) 优化字号匹配逻辑 ([daf4f68](https://github.com/Tencent/cherry-markdown/commit/daf4f68a5ab2b9b252681f1a10f8c9c182654e3e)) +* 增加控制右侧悬浮目录显隐的api ([45b7a98](https://github.com/Tencent/cherry-markdown/commit/45b7a9844695034e9b61de46fc0f6f9ca1896b13)) +* theme item highlight ([#959](https://github.com/Tencent/cherry-markdown/issues/959)) ([fdf9fc4](https://github.com/Tencent/cherry-markdown/commit/fdf9fc470e243665ae9911f471ec2607099d3c4d)) +* **vscodePlugin:** add right click menu shortcut key ` F10` ([#934](https://github.com/Tencent/cherry-markdown/issues/934)) ([a37d521](https://github.com/Tencent/cherry-markdown/commit/a37d5215cddf75f756c3a68256fe75ab007a9248)) +* **vscodePlugin:** open web link and open file link ([#922](https://github.com/Tencent/cherry-markdown/issues/922)) ([796b087](https://github.com/Tencent/cherry-markdown/commit/796b087131280f1a8962f5c99fde008809feefc0)) + + +### Bug Fixes + +* [#876](https://github.com/Tencent/cherry-markdown/issues/876) toolbar设置中的预览按钮支持窗口浮动 ([#938](https://github.com/Tencent/cherry-markdown/issues/938)) ([03a3ed7](https://github.com/Tencent/cherry-markdown/commit/03a3ed7ed17037d5420f0c6d9ea97dbcbfb99cb8)) +* [#927](https://github.com/Tencent/cherry-markdown/issues/927) 对style的过滤没有兼容单引号的情况 ([25d3b0c](https://github.com/Tencent/cherry-markdown/commit/25d3b0c3c4935d93e989ff7b564e623a027af7cb)) +* [#948](https://github.com/Tencent/cherry-markdown/issues/948) 下拉菜单点击穿透到预览视窗拉条 ([#949](https://github.com/Tencent/cherry-markdown/issues/949)) ([d104f16](https://github.com/Tencent/cherry-markdown/commit/d104f16d11893d13f025bb99bc564004ae379f37)) +* [#953](https://github.com/Tencent/cherry-markdown/issues/953) 统一颜色按钮的交互 ([66a898c](https://github.com/Tencent/cherry-markdown/commit/66a898cf66a41c417617528a5de2f1ed5ca5ff29)) +* **type:** add key name declaration for custom toolbar ([#932](https://github.com/Tencent/cherry-markdown/issues/932)) ([ef7a946](https://github.com/Tencent/cherry-markdown/commit/ef7a946fd70058fcd4007d6b96b79f71af340970)) +* **vscode-plugin:** vscode dark mode and it's default theme,black scrollbar appears ([#946](https://github.com/Tencent/cherry-markdown/issues/946)) ([fbec3d9](https://github.com/Tencent/cherry-markdown/commit/fbec3d90f2a6a9c084c255a26ed5a2301f405767)) + + +### Css or Code Change + +* 编辑区增加对yaml语法的高亮展示 ([08c220d](https://github.com/Tencent/cherry-markdown/commit/08c220d6a75cbccdd88fb3df9e8f39b98179cd36)) +* Refine 'blue' theme ([#829](https://github.com/Tencent/cherry-markdown/issues/829)) ([ca74e55](https://github.com/Tencent/cherry-markdown/commit/ca74e55cb7bb305fbe77640b4608e33455af569c)) + ### [0.8.49](https://github.com/Tencent/cherry-markdown/compare/v0.8.48...v0.8.49) (2024-09-27) diff --git a/dist/addons/advance/cherry-table-echarts-plugin.js b/dist/addons/advance/cherry-table-echarts-plugin.js index 8ca9038d..1be76b19 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:8e7792121cdf6a3d77db2ede5b3cd3163380ec31685b6a69bebe52327b539256 +oid sha256:dcfd4396cb7ff1bc6b2080e9c1931dc01571bb059a375cb3650ef91ddc7a626b size 42994 diff --git a/dist/addons/cherry-code-block-mermaid-plugin.js b/dist/addons/cherry-code-block-mermaid-plugin.js index e2d51b29..c4a5cec0 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:46fee36d2370aa146e505cb149f572f2dffaa23d1f57798773d7480274f1e41a -size 44205 +oid sha256:a5283ae63ea27cdfbecdf7f6802865feec8d0aee9f7f6ce8190169129257b99e +size 44254 diff --git a/dist/addons/cherry-code-block-plantuml-plugin.js b/dist/addons/cherry-code-block-plantuml-plugin.js index 01b26c17..3b2c9c67 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:c1b52dfc2c305a67818b952bf7730237d0b416332043a9d488fb5a405fe77280 -size 48518 +oid sha256:c2dcce7adfbd5e01d533d4228cba234f198dab3fbb6699a82728a60049f89c2b +size 48465 diff --git a/dist/cherry-markdown.core.common.js b/dist/cherry-markdown.core.common.js index 85793391..f13f3056 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:211dd824bcf970791f09f90221b30f8546d00053cd603e1af280543a80360df6 -size 1436124 +oid sha256:9be30d7c84ff5501be734d90b1599c8fc7900bd6da3b3aaf605e7867d4e5d0e2 +size 1440828 diff --git a/dist/cherry-markdown.core.js b/dist/cherry-markdown.core.js index cf1b17f8..096054f6 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:baf87d96f3ac492492d8f4ca9eb9acbb4aad352a8ae4c49d27127403fe5feda9 -size 1436458 +oid sha256:f4ecaaec92283e397f51bbc5332aaa0e60b1cfa257f33cc1f01b0f9d46a497e9 +size 1441163 diff --git a/dist/cherry-markdown.css b/dist/cherry-markdown.css index 62a1b1ea..2e3ff3f0 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:8529c779b000352bc987ee818309aa8e08ca3a49610aeb2e4f66640ceb77ba3b -size 229299 +oid sha256:f36e5792898d97a678237efd50c61c95fa6eda30104672e91eda36a7063ee5da +size 230896 diff --git a/dist/cherry-markdown.engine.core.common.js b/dist/cherry-markdown.engine.core.common.js index 19ee9653..655012dd 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:e41db482cefc547c29bf5692b511552e71e2f760c19d3f37187120e38a594610 -size 487267 +oid sha256:3211fbe787a58a61dfa356fdb4a9c93eb85c5234e57b5f734485de180f23ea61 +size 488561 diff --git a/dist/cherry-markdown.engine.core.esm.js b/dist/cherry-markdown.engine.core.esm.js index 17b12c4a..7d79a6f7 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:d4e2b466442ad0ace0265c970c5919d3838d73bb0647fc660a59cea9cca60cd7 -size 487154 +oid sha256:c5ad4142685ed27816546ef9f2709f919c31c6ea45ff598cff312412004e1bb9 +size 488448 diff --git a/dist/cherry-markdown.engine.core.js b/dist/cherry-markdown.engine.core.js index 2b64c398..b0201429 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:5b0818e94b92b5eaf3fcacaea69f9ea32023baaf6eabe1ad00b0dc73b05dfb66 -size 487556 +oid sha256:f31448e75e09d5b14617b1c1734bed9af12f5c26074323af52921448a7b45a49 +size 488851 diff --git a/dist/cherry-markdown.esm.js b/dist/cherry-markdown.esm.js index d7461611..2377dfd8 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:fdd44542a075f6be231222dd1c79b8d95395f5f47a261ee0c78a45e4ad5ca0f6 -size 4206497 +oid sha256:78914906c0dfd5c5bed51f5073c2d6a3b62a504c5d7a024fa01fb31a70eccf50 +size 4211210 diff --git a/dist/cherry-markdown.js b/dist/cherry-markdown.js index 80835ab9..e4c925d2 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:a08bd131fcc7330b7acac130c6f7ad3aaff2c568cd250c493d54f1996a79b6a3 -size 8097696 +oid sha256:70023652043db5ae2e1fc3bae7576feaf16c72fd3407aa29468e87779db4106e +size 8109045 diff --git a/dist/cherry-markdown.js.map b/dist/cherry-markdown.js.map index c024573a..dd0c9f33 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:2e07f4b61676e14fb836803a0145cdb0ff881b06425b69e64e9ed64e692cfde4 -size 19211863 +oid sha256:dd6bac80cccf372bb689aaec5cdde5d592a0cce20d387e4e855e22041abb3e15 +size 19233820 diff --git a/dist/cherry-markdown.markdown.css b/dist/cherry-markdown.markdown.css index f73ab482..e04c648a 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:f051bb2ae1151e9a808bfd223196c124668f5798b5babfb57961e0fe6b6507b3 -size 173250 +oid sha256:e629e1e50ef43dc3bd4235decba5aa753b7742f649601845e22b3d8c3e46b25e +size 174633 diff --git a/dist/cherry-markdown.markdown.min.css b/dist/cherry-markdown.markdown.min.css index 06b4c137..1cba943f 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:77fa0382f0cf9504e62e20b78db70d54509115f77620efd41e1747004914e2eb -size 131278 +oid sha256:38dcdd03a3f164fd03f256bb3214b24bda3deb3f16d1453a1bf1587248a3c2d7 +size 132533 diff --git a/dist/cherry-markdown.min.css b/dist/cherry-markdown.min.css index 8e2eb573..f886c887 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:66a1d71b75a12c42b186a95d2ac3ffe07596e05f7f3979ca30be4536105d2bb4 -size 178295 +oid sha256:a4ec43c59c025d07ffb2a3f2980d858be6fc0ab8e0222dd28ad0f941f2b24aa9 +size 179736 diff --git a/dist/cherry-markdown.min.js b/dist/cherry-markdown.min.js index 1b60208b..fc4bb1bb 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:143c174f97d6bd712c19e03b285def693d5cef2ede4c4daf7c5eac41c619eff9 -size 4206843 +oid sha256:cb69cfc2ca6f6d91caaa763634c4b4235b07235e41feb035f48ed649a1232b6f +size 4211558 diff --git a/dist/fonts/ch-icon.eot b/dist/fonts/ch-icon.eot index 8f11707a..fc9d03df 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:91e85e42bd352832e2761a906454d0fe7d8668fca3983568b69389fc0c0beb1b +oid sha256:f4d7ed20c1c18d19ad42175d31bdfb51a8ae9bd9fbb3d6c86d0ac970396db74d size 21116 diff --git a/dist/fonts/ch-icon.ttf b/dist/fonts/ch-icon.ttf index fa9d8539..38b412f7 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:f37c0dc33c6f75becfa001bae914cd49b3ea82cb0c6671f420941c4203a6b816 +oid sha256:a66d337fcf33497ba8c1041253bc6b08faae22578e6e2cefe9d42820650a4fe4 size 20952 diff --git a/dist/fonts/ch-icon.woff b/dist/fonts/ch-icon.woff index ba6b05dd..92b26088 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:dce6ab1c1a6e119c6d70829dfd5b9e8d4558192221ffa376a3cb75dd16f80399 +oid sha256:be49491a927b2fea6a604a109b5015707e4f8ac8d4447393139242b99abc6e6b size 12200 diff --git a/dist/fonts/ch-icon.woff2 b/dist/fonts/ch-icon.woff2 index b5582cdc..21cd4597 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:62c1d9f5871e8f41aac3fb7e84b945e8c8ffaeff4dc644a3574546af2934878d -size 10348 +oid sha256:e079c45dbf757580fd0eedd6f994b663b42fe49ddecd01dd9b1a714adf3fa205 +size 10352 diff --git a/package.json b/package.json index 1948c39b..46e53456 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cherry-markdown", "license": "Apache-2.0", - "version": "0.8.49", + "version": "0.8.50", "description": "a new markdown editor", "repository": { "type": "git",