Compare commits

...
3 Commits
Author SHA1 Message Date
qingwei.li 702bb5b715 chore: add changelog 4.6.3 2018-02-15 18:34:48 +08:00
qingwei.li 7cdf751cc5 [build] 4.6.3 2018-02-15 18:34:47 +08:00
qingwei.li 6a09059645 fix(hook): beforeEach don\'t work, fixed #393 2018-02-15 18:34:19 +08:00
9 changed files with 19 additions and 9 deletions
+10
View File
@@ -1,3 +1,13 @@
<a name="4.6.3"></a>
## [4.6.3](https://github.com/QingWei-Li/docsify/compare/v4.6.2...v4.6.3) (2018-02-15)
### Bug Fixes
* **hook:** beforeEach don\'t work, fixed [#393](https://github.com/QingWei-Li/docsify/issues/393) ([6a09059](https://github.com/QingWei-Li/docsify/commit/6a09059))
<a name="4.6.2"></a>
## [4.6.2](https://github.com/QingWei-Li/docsify/compare/v4.6.1...v4.6.2) (2018-02-14)
+1 -1
View File
@@ -1,6 +1,6 @@
![logo](_media/icon.svg)
# docsify <small>4.6.2</small>
# docsify <small>4.6.3</small>
> A magical documentation site generator.
+2 -2
View File
@@ -3754,7 +3754,7 @@ function renderMixin (proto) {
prerenderEmbed(
{
compiler: this$1.compiler,
raw: text
raw: result
},
function (tokens) {
html = this$1.compiler.compile(tokens);
@@ -4379,7 +4379,7 @@ initGlobalAPI();
/**
* Version
*/
Docsify.version = '4.6.2';
Docsify.version = '4.6.3';
/**
* Run Docsify
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "docsify",
"version": "4.6.2",
"version": "4.6.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "docsify",
"version": "4.6.2",
"version": "4.6.3",
"description": "A magical documentation generator.",
"author": {
"name": "qingwei-li",
+1 -1
View File
@@ -37,5 +37,5 @@
"integrity": "sha1-6DWIAbhrg7F1YNTjw4LXrvIQCUQ="
}
},
"version": "4.6.2"
"version": "4.6.3"
}
@@ -1,6 +1,6 @@
{
"name": "docsify-server-renderer",
"version": "4.6.2",
"version": "4.6.3",
"description": "docsify server renderer",
"author": {
"name": "qingwei-li",
+1 -1
View File
@@ -142,7 +142,7 @@ export function renderMixin (proto) {
prerenderEmbed(
{
compiler: this.compiler,
raw: text
raw: result
},
tokens => {
html = this.compiler.compile(tokens)