mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 17:50:02 +08:00
Update: update vue and snabbdom to the latest version
This commit is contained in:
parent
412e277e82
commit
12fa87fa99
4
.github/CHANGELOG.md
vendored
4
.github/CHANGELOG.md
vendored
@ -1,4 +1,4 @@
|
||||
### 0.9.18
|
||||
### 0.9.10
|
||||
|
||||
**:cactus:Feature**
|
||||
|
||||
@ -9,6 +9,7 @@
|
||||
|
||||
- adjust lineHeight and fontSize in typewriter mode
|
||||
- optimization of output unstylish html @fxha
|
||||
- Use 'fuzzaldrin' to filter language when insert code block
|
||||
|
||||
**:beetle:Bug fix**
|
||||
|
||||
@ -16,6 +17,7 @@
|
||||
- fix: #55
|
||||
- fix: #63
|
||||
- fix: crash on first launch due missing directory (#78, #90, #93)
|
||||
- fix: #101
|
||||
|
||||
|
||||
### 0.8.12
|
||||
|
@ -41,6 +41,10 @@
|
||||
<a href="https://marktext.github.io/website">
|
||||
<img src="https://img.shields.io/hackage-deps/v/lens.svg" alt="dependencies">
|
||||
</a>
|
||||
<!-- donates -->
|
||||
<a href="https://opencollective.com/marktext">
|
||||
<img src="https://opencollective.com/marktext/tiers/backer/badge.svg?label=backer&color=brightgreen" alt="donate">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "marktext",
|
||||
"version": "0.8.12",
|
||||
"version": "0.9.10",
|
||||
"author": "Jocs <luoran1988@126.com>",
|
||||
"description": "Next generation markdown editor",
|
||||
"license": "MIT",
|
||||
@ -93,14 +93,13 @@
|
||||
"js-beautify": "^1.7.5",
|
||||
"katex": "^0.9.0",
|
||||
"mousetrap": "^1.6.1",
|
||||
"npm": "^5.7.1",
|
||||
"parse5": "^3.0.3",
|
||||
"snabbdom": "^0.7.0",
|
||||
"snabbdom": "^0.7.1",
|
||||
"to": "^0.2.9",
|
||||
"turndown": "^4.0.1",
|
||||
"turndown-plugin-gfm": "^1.0.1",
|
||||
"update": "^0.7.4",
|
||||
"vue": "^2.3.3",
|
||||
"vue": "^2.5.16",
|
||||
"vue-electron": "^1.0.6",
|
||||
"vuex": "^2.3.1"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user