[build] 4.2.2

This commit is contained in:
qingwei.li 2017-07-24 19:00:12 +08:00
commit 357631c8b7
5 changed files with 9 additions and 7 deletions

View file

@ -1,6 +1,6 @@
![logo](_media/icon.svg)
# docsify <small>4.2.1</small>
# docsify <small>4.2.2</small>
> A magical documentation site generator.

View file

@ -3318,7 +3318,9 @@ function initRender (vm) {
before(navAppendToTarget, navEl);
if (config.themeColor) {
$.head.innerHTML += theme(config.themeColor);
$.head.appendChild(
create('div', theme(config.themeColor)).getRootNode()
);
// Polyfll
cssVars(config.themeColor);
}
@ -3800,7 +3802,7 @@ initGlobalAPI();
/**
* Version
*/
Docsify.version = '4.2.1';
Docsify.version = '4.2.2';
/**
* Run Docsify

4
lib/docsify.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -37,5 +37,5 @@
"integrity": "sha1-6DWIAbhrg7F1YNTjw4LXrvIQCUQ="
}
},
"version": "4.2.1"
"version": "4.2.2"
}

View file

@ -1,6 +1,6 @@
{
"name": "docsify-server-renderer",
"version": "4.2.1",
"version": "4.2.2",
"description": "docsify server renderer",
"author": {
"name": "qingwei-li",