Skip to content

Commit

Permalink
chore(release): 0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jiawei686 committed Nov 29, 2022
1 parent 7ca12b7 commit b803503
Show file tree
Hide file tree
Showing 17 changed files with 1,582 additions and 1,422 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.9](https://github.com/Tencent/cherry-markdown/compare/v0.8.8...v0.8.9) (2022-11-29)


### Features

* delete unnecessary observer to adapt old version browers ([869963c](https://github.com/Tencent/cherry-markdown/commit/869963cfe58a082604a9bd6b7ec9e19d27114e68))
* localisation support ([7ca12b7](https://github.com/Tencent/cherry-markdown/commit/7ca12b7e2de2d79ee5bf8ac6524277f2a76701bf)), closes [#217](https://github.com/Tencent/cherry-markdown/issues/217)
* 增加有序列表、无序列表按钮 ([f52ff42](https://github.com/Tencent/cherry-markdown/commit/f52ff427d752c44855e8a3c57bf3b030de7eee34))


### Bug Fixes

* [#357](https://github.com/Tencent/cherry-markdown/issues/357) 优化z-index的取值 ([729b404](https://github.com/Tencent/cherry-markdown/commit/729b404386c72005bb028a4e6d209cabfb1b0669))
* [#358](https://github.com/Tencent/cherry-markdown/issues/358) ([56ceedc](https://github.com/Tencent/cherry-markdown/commit/56ceedc498d256af89a265adb84a8c1efd27a3bd))
* issue 350 ([ebce611](https://github.com/Tencent/cherry-markdown/commit/ebce6111ee6fec87434478be6eacd2d5880825b2))
* 修复无浏览器模式报错 [#353](https://github.com/Tencent/cherry-markdown/issues/353) ([5571a4f](https://github.com/Tencent/cherry-markdown/commit/5571a4ff49e03338d8efdf38d4b6ce1d899185d4))

### [0.8.8](https://github.com/Tencent/cherry-markdown/compare/v0.8.6...v0.8.8) (2022-11-08)


Expand Down
2 changes: 1 addition & 1 deletion dist/cherry-markdown.core.common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cherry-markdown.core.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dist/cherry-markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -1993,7 +1993,7 @@ div[data-type=codeBlock] .token.inserted {
background: #fff;
box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
margin-left: -60px;
z-index: 1000;
z-index: 8;
}
.cherry-dropdown-item {
width: 100%;
Expand Down Expand Up @@ -2036,7 +2036,7 @@ div[data-type=codeBlock] .token.inserted {
line-height: 2.8;
flex-basis: 100%;
box-sizing: border-box;
z-index: 1;
z-index: 2;
user-select: none;
box-shadow: 0 0 10px rgba(128, 145, 165, 0.2);
background: white;
Expand Down Expand Up @@ -2147,7 +2147,7 @@ div[data-type=codeBlock] .token.inserted {
background-color: #fff;
box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.5);
border-radius: 3px;
z-index: 999;
z-index: 8;
}
.cherry-bubble.cherry-bubble--centered {
left: 50%;
Expand Down Expand Up @@ -2269,7 +2269,7 @@ div[data-type=codeBlock] .token.inserted {
}

.cherry-floatmenu {
z-index: 100;
z-index: 4;
display: none;
position: absolute;
left: 30px;
Expand Down Expand Up @@ -2381,7 +2381,7 @@ div[data-type=codeBlock] .token.inserted {
width: 15px;
cursor: ew-resize;
position: absolute;
z-index: 1000;
z-index: 12;
background: transparent;
}
.cherry-drag.cherry-drag--show {
Expand All @@ -2394,7 +2394,7 @@ div[data-type=codeBlock] .token.inserted {
}

.cherry-editor-mask {
z-index: 999;
z-index: 10;
position: absolute;
display: none;
background: rgba(0, 0, 0, 0.2);
Expand All @@ -2404,7 +2404,7 @@ div[data-type=codeBlock] .token.inserted {
}

.cherry-previewer-mask {
z-index: 999;
z-index: 10;
position: absolute;
display: none;
background: rgba(0, 0, 0, 0.4);
Expand Down Expand Up @@ -2468,7 +2468,7 @@ div[data-type=codeBlock] .token.inserted {
border-radius: 5px;
margin-left: -27px;
transition: all 0.3s;
z-index: 1;
z-index: 2;
}
[data-code-block-theme=default] .cherry-previewer div[data-type=codeBlock]:hover .cherry-copy-code-block, [data-code-block-theme=funky] .cherry-previewer div[data-type=codeBlock]:hover .cherry-copy-code-block, [data-code-block-theme=solarized-light] .cherry-previewer div[data-type=codeBlock]:hover .cherry-copy-code-block, [data-code-block-theme=coy] .cherry-previewer div[data-type=codeBlock]:hover .cherry-copy-code-block {
background-color: #3582fb;
Expand All @@ -2484,7 +2484,7 @@ div[data-type=codeBlock] .token.inserted {
position: fixed;
width: auto;
padding: 5px 10px;
z-index: 1000;
z-index: 6;
background: #fff;
box-shadow: 0 0 10px rgba(128, 145, 165, 0.2);
}
Expand Down
2 changes: 1 addition & 1 deletion dist/cherry-markdown.engine.core.common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cherry-markdown.engine.core.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cherry-markdown.engine.core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cherry-markdown.esm.js

Large diffs are not rendered by default.

Loading

0 comments on commit b803503

Please sign in to comment.