Skip to content

Commit 471e407

Browse files
committed
chore: add changelog 4.6.0
1 parent 8fb74a2 commit 471e407

File tree

3 files changed

+39
-7
lines changed

3 files changed

+39
-7
lines changed

Diff for: CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
<a name="4.6.0"></a>
2+
# [4.6.0](https://github.com/QingWei-Li/docsify/compare/v4.5.9...v4.6.0) (2018-02-11)
3+
4+
5+
### Bug Fixes
6+
7+
* **search:** custom clear button, fixed [#271](https://github.com/QingWei-Li/docsify/issues/271) ([864aa18](https://github.com/QingWei-Li/docsify/commit/864aa18))
8+
* **search:** escape special characters for search, fixed [#369](https://github.com/QingWei-Li/docsify/issues/369) ([9755439](https://github.com/QingWei-Li/docsify/commit/9755439))
9+
* build config ([342438f](https://github.com/QingWei-Li/docsify/commit/342438f))
10+
* button style for coverpage, fixed [#362](https://github.com/QingWei-Li/docsify/issues/362) ([85428ef](https://github.com/QingWei-Li/docsify/commit/85428ef))
11+
* dropdown scroll style, fixed [#346](https://github.com/QingWei-Li/docsify/issues/346) ([c4d83f2](https://github.com/QingWei-Li/docsify/commit/c4d83f2))
12+
* highlight homepage link, fixed [#304](https://github.com/QingWei-Li/docsify/issues/304) ([f960c19](https://github.com/QingWei-Li/docsify/commit/f960c19))
13+
* homepage link ([e097f88](https://github.com/QingWei-Li/docsify/commit/e097f88))
14+
* onlyCover ([033be4f](https://github.com/QingWei-Li/docsify/commit/033be4f))
15+
* ssr compatible embedd ([ebc10c4](https://github.com/QingWei-Li/docsify/commit/ebc10c4))
16+
* ssr coverpage, fixed [#273](https://github.com/QingWei-Li/docsify/issues/273) ([9e824a4](https://github.com/QingWei-Li/docsify/commit/9e824a4))
17+
18+
19+
### Features
20+
21+
* click sidebar menu add collapse and expand, close [#294](https://github.com/QingWei-Li/docsify/issues/294) ([5e161a1](https://github.com/QingWei-Li/docsify/commit/5e161a1))
22+
* **compiler:** support embedded file as code block, close [#134](https://github.com/QingWei-Li/docsify/issues/134) ([761ccc2](https://github.com/QingWei-Li/docsify/commit/761ccc2))
23+
* **compiler:** support embedded markdown, html, video, etc files, close [#383](https://github.com/QingWei-Li/docsify/issues/383), close [#333](https://github.com/QingWei-Li/docsify/issues/333) ([524f52f](https://github.com/QingWei-Li/docsify/commit/524f52f))
24+
* **cover:** add onlyCover option, close [#382](https://github.com/QingWei-Li/docsify/issues/382) ([b265fdd](https://github.com/QingWei-Li/docsify/commit/b265fdd))
25+
* **fetch:** add requestHeaders option, fixed [#336](https://github.com/QingWei-Li/docsify/issues/336) ([54ab4c9](https://github.com/QingWei-Li/docsify/commit/54ab4c9))
26+
* **render:** add ext option for custom file extenstion, close [#340](https://github.com/QingWei-Li/docsify/issues/340) ([248aa72](https://github.com/QingWei-Li/docsify/commit/248aa72))
27+
* **render:** mutilple coverpage, close [#315](https://github.com/QingWei-Li/docsify/issues/315) ([f68ddf5](https://github.com/QingWei-Li/docsify/commit/f68ddf5))
28+
29+
30+
131
<a name="4.5.9"></a>
232
## [4.5.9](https://github.com/QingWei-Li/docsify/compare/v4.5.8...v4.5.9) (2018-02-07)
333

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docsify",
3-
"version": "4.5.9",
3+
"version": "4.6.0",
44
"description": "A magical documentation generator.",
55
"author": {
66
"name": "qingwei-li",
@@ -14,13 +14,15 @@
1414
"url": "git+https://github.com/QingWei-Li/docsify.git"
1515
},
1616
"main": "lib/docsify.js",
17-
"files": ["lib", "src", "themes"],
17+
"files": [
18+
"lib",
19+
"src",
20+
"themes"
21+
],
1822
"scripts": {
1923
"bootstrap": "npm i && lerna bootstrap && npm run build:ssr",
20-
"build":
21-
"rm -rf lib themes && node build/build && mkdir lib/themes && mkdir themes && node build/build-css && npm run build:ssr && node build/build-cover",
22-
"dev:build":
23-
"rm -rf lib themes && mkdir themes && node build/build --dev && node build/build-css --dev",
24+
"build": "rm -rf lib themes && node build/build && mkdir lib/themes && mkdir themes && node build/build-css && npm run build:ssr && node build/build-cover",
25+
"dev:build": "rm -rf lib themes && mkdir themes && node build/build --dev && node build/build-css --dev",
2426
"dev": "node app & nodemon -w src -e js,css --exec 'npm run dev:build'",
2527
"build:ssr": "node build/build-ssr",
2628
"test": "eslint {src,packages} --fix",

0 commit comments

Comments
 (0)