Skip to content

Commit

Permalink
chore(release): 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
humyfred committed Feb 18, 2022
1 parent feef1f6 commit 110db83
Show file tree
Hide file tree
Showing 16 changed files with 8,692 additions and 8,249 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.6.6](https://github.com/Tencent/cherry-markdown/compare/v0.6.5...v0.6.6) (2022-02-18)


### Features

* optimize error output ([1282583](https://github.com/Tencent/cherry-markdown/commit/12825831fcf875f52f6b4f1a913d7be636d44429))


### Bug Fixes

* fix README content of engine mode. ([4388bfa](https://github.com/Tencent/cherry-markdown/commit/4388bfaea60857faf515be6ee3606761f2455eaf))
* **list:** adapt list cases to avoid array out of boundary ([4061e50](https://github.com/Tencent/cherry-markdown/commit/4061e50c2a56eb38e5345f17bc5139a3a7bd3654))

### [0.6.5](https://github.com/Tencent/cherry-markdown/compare/v0.6.4...v0.6.5) (2022-01-24)


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.

13 changes: 10 additions & 3 deletions dist/cherry-markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,13 @@
.cherry-markdown blockquote,
.cherry-markdown table {
margin: 0 0 16px; }
.cherry-markdown pre {
padding: 16px;
overflow: auto;
font-size: 85%;
line-height: 1.45;
background-color: #f6f8fa;
border-radius: 6px; }
.cherry-markdown .prettyprint {
min-width: 500px;
display: inline-block;
Expand Down Expand Up @@ -1873,7 +1880,7 @@ green #859900
color: #3582fb;
font-family: "Menlo", "Liberation Mono", "Consolas", "DejaVu Sans Mono", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
font-size: 0.9em; }
.cherry-editor .cm-s-default .cm-whitespace {
.cherry-editor .cm-s-default .cm-whitespace, .cherry-editor .cm-tab {
font-family: "Menlo", "Liberation Mono", "Consolas", "DejaVu Sans Mono", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
font-size: 0.9em; }
.cherry-editor .cm-s-default .cm-quote {
Expand Down Expand Up @@ -1981,9 +1988,9 @@ green #859900
border: 1px solid #000; }

.cherry-switch-paste {
width: 224px;
margin-left: -112px;
left: 50%; }
left: 50%;
box-sizing: content-box; }
.cherry-switch-paste .switch-btn--bg {
transition: all 0.3s;
position: absolute;
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.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 110db83

Please sign in to comment.