Skip to content

Commit 55c3e9e

Browse files
authored
Merge branch 'develop' into remove-stalebot
2 parents d41fa42 + ef32da1 commit 55c3e9e

File tree

9 files changed

+67
-27
lines changed

9 files changed

+67
-27
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## [4.11.5](https://github.com/docsifyjs/docsify/compare/v4.11.4...v4.11.5) (2020-08-21)
2+
3+
4+
### Bug Fixes
5+
6+
* Russian language link error ([#1270](https://github.com/docsifyjs/docsify/issues/1270)) ([2a52460](https://github.com/docsifyjs/docsify/commit/2a52460a59448abaf681046fbc5dca642285ae1f))
7+
* {docsify-updated} in the sample code is parsed into time ([#1321](https://github.com/docsifyjs/docsify/issues/1321)) ([2048610](https://github.com/docsifyjs/docsify/commit/2048610aacd4e3c6a592f4247834a726c7ca33fb))
8+
* Add error handling for missing dependencies (fixes [#1210](https://github.com/docsifyjs/docsify/issues/1210)) ([#1232](https://github.com/docsifyjs/docsify/issues/1232)) ([3673001](https://github.com/docsifyjs/docsify/commit/3673001a24cb24c57454f9bc7619de49d2c3a044))
9+
* after setting the background image, the button is obscured ([#1234](https://github.com/docsifyjs/docsify/issues/1234)) ([34d918f](https://github.com/docsifyjs/docsify/commit/34d918f9973bdb8e893248853e3ef7e803d4c253))
10+
* convert {docsify-ignore} and {docsify-ignore-all} to HTML comments ([#1318](https://github.com/docsifyjs/docsify/issues/1318)) ([90d283d](https://github.com/docsifyjs/docsify/commit/90d283d340502456a5d8495df596bb4a02ceb39b))
11+
* fallback page should use path not file location ([#1301](https://github.com/docsifyjs/docsify/issues/1301)) ([2bceabc](https://github.com/docsifyjs/docsify/commit/2bceabcb8e623570540493e2f1d956adf45c99e7))
12+
* Fix search error when exist translations documents ([#1300](https://github.com/docsifyjs/docsify/issues/1300)) ([b869019](https://github.com/docsifyjs/docsify/commit/b8690199006366e86084e9e018def7b9b8f46512))
13+
* gitignore was ignoring folders in src, so VS Code search results or file fuzzy finder were not working, etc ([d4c9247](https://github.com/docsifyjs/docsify/commit/d4c9247b87c0a2701683ed1a17383cfb451cf609))
14+
* packages/docsify-server-renderer/package.json & packages/docsify-server-renderer/package-lock.json to reduce vulnerabilities ([#1250](https://github.com/docsifyjs/docsify/issues/1250)) ([d439bac](https://github.com/docsifyjs/docsify/commit/d439bac93f479d0480799880538fc3104e54c907))
15+
* search can not search the table header ([#1256](https://github.com/docsifyjs/docsify/issues/1256)) ([3f03e78](https://github.com/docsifyjs/docsify/commit/3f03e78418993d8e9a4f5062e10dc79c3753389e))
16+
* Search plugin: matched text is replaced with search text ([#1298](https://github.com/docsifyjs/docsify/issues/1298)) ([78775b6](https://github.com/docsifyjs/docsify/commit/78775b6ee73102cc5ac71c0ee2b392c5f4f6f4f8))
17+
* the uncaught typeerror when el is null ([#1308](https://github.com/docsifyjs/docsify/issues/1308)) ([952f4c9](https://github.com/docsifyjs/docsify/commit/952f4c921b7a6a558c500ca6b105582d39ad36a2))
18+
* Updated docs with instructions for installing specific version (fixes [#780](https://github.com/docsifyjs/docsify/issues/780)) ([#1225](https://github.com/docsifyjs/docsify/issues/1225)) ([b90c948](https://github.com/docsifyjs/docsify/commit/b90c948090e89fa778279c95060dbd7668285658))
19+
* upgrade medium-zoom from 1.0.5 to 1.0.6 ([3beaa66](https://github.com/docsifyjs/docsify/commit/3beaa6666b78518f1ffaa37f6942f3cb08fef896))
20+
* upgrade tinydate from 1.2.0 to 1.3.0 ([#1341](https://github.com/docsifyjs/docsify/issues/1341)) ([59d090f](https://github.com/docsifyjs/docsify/commit/59d090fe9096bc03e259c166634bb75bb2623f85))
21+
22+
23+
### Features
24+
25+
* **search:** add pathNamespaces option ([d179dde](https://github.com/docsifyjs/docsify/commit/d179dde1c71acdcbe66cb762377b123926c55bf2))
26+
* Add title to sidebar links ([#1286](https://github.com/docsifyjs/docsify/issues/1286)) ([667496b](https://github.com/docsifyjs/docsify/commit/667496b85d99b168255f58e60a6bfe902cc6ee03))
27+
28+
29+
130
## [4.11.4](https://github.com/docsifyjs/docsify/compare/v4.11.3...v4.11.4) (2020-06-18)
231

332

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://docsify.js.org">
3-
<img alt="docsify" src="https://github.com/docsifyjs/docsify/blob/develop/docs/_media/icon.svg">
3+
<img alt="docsify" src="./docs/_media/icon.svg">
44
</a>
55
</p>
66

@@ -84,7 +84,7 @@ So that you can start straight away.
8484

8585
- Fork it!
8686
- Create your feature branch: `git checkout -b my-new-feature`
87-
- Commit your changes: `git commit -am 'Add some feature'`
87+
- Commit your changes: `git add . && git commit -m 'Add some feature'`
8888
- Push to the branch: `git push origin my-new-feature`
8989
- Submit a pull request
9090

docs/_coverpage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![logo](_media/icon.svg)
22

3-
# docsify <small>4.11.4</small>
3+
# docsify <small>4.11.5</small>
44

55
> A magical documentation site generator.
66

docs/index.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@
1414
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/dark.css" title="dark" disabled>
1515
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/buble.css" title="buble" disabled>
1616
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/pure.css" title="pure" disabled>
17-
17+
<script src="//cdn.jsdelivr.net/npm/[email protected]/index.min.js"></script>
1818
<style>
1919
nav.app-nav li ul {
2020
min-width: 100px;
2121
}
22+
23+
#carbonads {
24+
box-shadow: none !important;
25+
}
2226
</style>
2327
</head>
2428

@@ -64,6 +68,7 @@
6468
}
6569
},
6670
plugins: [
71+
DocsifyCarbon.create('CEBI6KQE', 'docsifyjsorg'),
6772
function (hook, vm) {
6873
hook.beforeEach(function (html) {
6974
if (/githubusercontent\.com/.test(vm.route.file)) {

index.html

+6
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@
1010
<link rel="stylesheet" href="/themes/dark.css" title="dark" disabled>
1111
<link rel="stylesheet" href="/themes/buble.css" title="buble" disabled>
1212
<link rel="stylesheet" href="/themes/pure.css" title="pure" disabled>
13+
<script src="//cdn.jsdelivr.net/npm/[email protected]/index.min.js"></script>
1314
<style>
1415
nav.app-nav li ul {
1516
min-width: 100px;
1617
}
18+
19+
#carbonads {
20+
box-shadow: none !important;
21+
}
1722
</style>
1823
</head>
1924

@@ -56,6 +61,7 @@
5661
pathNamespaces: ['/zh-cn', '/de-de', '/ru-ru', '/es']
5762
},
5863
plugins: [
64+
DocsifyCarbon.create('CEBI6KQE', 'docsifyjsorg'),
5965
function (hook, vm) {
6066
hook.beforeEach(function (html) {
6167
if (/githubusercontent\.com/.test(vm.route.file)) {

package-lock.json

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

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docsify",
3-
"version": "4.11.4",
3+
"version": "4.11.5",
44
"description": "A magical documentation generator.",
55
"author": {
66
"name": "qingwei-li",
@@ -17,7 +17,6 @@
1717
"unpkg": "lib/docsify.min.js",
1818
"files": [
1919
"lib",
20-
"src",
2120
"themes"
2221
],
2322
"scripts": {
@@ -59,11 +58,11 @@
5958
"dependencies": {
6059
"dompurify": "^2.0.8",
6160
"marked": "^1.1.1",
62-
"medium-zoom": "^1.0.5",
61+
"medium-zoom": "^1.0.6",
6362
"opencollective-postinstall": "^2.0.2",
6463
"prismjs": "^1.19.0",
6564
"strip-indent": "^3.0.0",
66-
"tinydate": "^1.0.0",
65+
"tinydate": "^1.3.0",
6766
"tweezer.js": "^1.4.0"
6867
},
6968
"devDependencies": {

packages/docsify-server-renderer/package-lock.json

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

packages/docsify-server-renderer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docsify-server-renderer",
3-
"version": "4.11.4",
3+
"version": "4.11.5",
44
"description": "docsify server renderer",
55
"author": {
66
"name": "qingwei-li",
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"debug": "^4.1.1",
19-
"docsify": "^4.11.2",
19+
"docsify": "^4.11.4",
2020
"dompurify": "^2.0.8",
2121
"node-fetch": "^2.6.0",
2222
"resolve-pathname": "^3.0.0"

0 commit comments

Comments
 (0)