Compare commits

..
4 Commits
Author SHA1 Message Date
qingwei.li 4cd0e5eb49 chore: add changelog 4.6.9 2018-03-10 11:17:07 +08:00
qingwei.li 531e483c31 [build] 4.6.9 2018-03-10 11:17:06 +08:00
qingwei.li 6a3d69ae1a fix: upgrade medium-zoom, fixed #417 2018-03-10 11:16:32 +08:00
qingwei.li ef1b42be23 chore: fix index.html 2018-03-07 17:54:50 +08:00
12 changed files with 39 additions and 21 deletions
+10
View File
@@ -1,3 +1,13 @@
<a name="4.6.9"></a>
## [4.6.9](https://github.com/QingWei-Li/docsify/compare/v4.6.8...v4.6.9) (2018-03-10)
### Bug Fixes
* upgrade medium-zoom, fixed [#417](https://github.com/QingWei-Li/docsify/issues/417) ([6a3d69a](https://github.com/QingWei-Li/docsify/commit/6a3d69a))
<a name="4.6.8"></a>
## [4.6.8](https://github.com/QingWei-Li/docsify/compare/v4.6.7...v4.6.8) (2018-03-06)
+1 -1
View File
@@ -1,6 +1,6 @@
![logo](_media/icon.svg)
# docsify <small>4.6.8</small>
# docsify <small>4.6.9</small>
> A magical documentation site generator.
+1 -1
View File
@@ -62,7 +62,7 @@
return editHtml
+ html
+ '\n----\n'
+ '\n\n----\n\n'
+ '<a href="https://docsify.js.org" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">Powered by docsify</a>'
})
}
+1 -1
View File
@@ -43,7 +43,7 @@
return editHtml
+ html
+ '\n----\n'
+ '\n\n----\n\n'
+ 'Last modified {docsify-updated} '
+ editHtml
})
+1 -1
View File
@@ -4573,7 +4573,7 @@ initGlobalAPI();
/**
* Version
*/
Docsify.version = '4.6.8';
Docsify.version = '4.6.9';
/**
* Run Docsify
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+6 -8
View File
@@ -1,6 +1,6 @@
{
"name": "docsify",
"version": "4.6.8",
"version": "4.6.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -2915,8 +2915,7 @@
"jsbn": {
"version": "0.1.1",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"json-schema": {
"version": "0.2.3",
@@ -3334,8 +3333,7 @@
"tweetnacl": {
"version": "0.14.5",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"uid-number": {
"version": "0.0.6",
@@ -5021,9 +5019,9 @@
"dev": true
},
"medium-zoom": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/medium-zoom/-/medium-zoom-0.3.0.tgz",
"integrity": "sha512-26CJAykAcm1IYx2XjUB04dmZ7iRLtyTDKZSrm5kEqHJWVMo7pafUZEPcRGvYCNWW4f1utlEOzbtbaOvwNg7g1g=="
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/medium-zoom/-/medium-zoom-0.4.0.tgz",
"integrity": "sha512-0z7yMfd6I1BTCAa8QaR4cp5AqDkQD571GzhHIbbfefKEssGLSvs+4Xai/itOAncm4FBlF5gUoMQ22yW9/f8Sig=="
},
"mem": {
"version": "1.1.0",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "docsify",
"version": "4.6.8",
"version": "4.6.9",
"description": "A magical documentation generator.",
"author": {
"name": "qingwei-li",
@@ -42,7 +42,7 @@
},
"dependencies": {
"marked": "^0.3.12",
"medium-zoom": "^0.3.0",
"medium-zoom": "^0.4.0",
"opencollective": "^1.0.3",
"prismjs": "^1.9.0",
"tinydate": "^1.0.0",
+1 -1
View File
@@ -37,5 +37,5 @@
"integrity": "sha1-6DWIAbhrg7F1YNTjw4LXrvIQCUQ="
}
},
"version": "4.6.8"
"version": "4.6.9"
}
@@ -1,6 +1,6 @@
{
"name": "docsify-server-renderer",
"version": "4.6.8",
"version": "4.6.9",
"description": "docsify server renderer",
"author": {
"name": "qingwei-li",