Snyk bot
d607f6d71c
fix: Upgrade docsify from 4.12.0 to 4.12.1 ( #1544 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-DOCSIFY-1066017
2021-03-23 11:49:01 +08:00
Mitchell Wright
f19dc69aaf
docs:Update deploy, change Zeit to Vercel ( #1540 )
2021-03-18 00:21:33 +08:00
沈唁
d6df2b85a9
fix: Cannot read property 'classList' of null ( #1527 )
...
* fix: Cannot read property 'classList' of null
* fix: Cannot read property classList of null
https://github.com/docsifyjs/docsify/pull/1527#issuecomment-793455105
2021-03-12 08:48:28 +08:00
沈唁
b8653e1f32
chore: fix microsoft/playwright-github-action error ( #1534 )
2021-03-11 16:13:08 +08:00
Joe Pea
756c79ff8a
Update PULL_REQUEST_TEMPLATE.md
2021-03-08 22:37:15 -08:00
sy-records
659d18bc69
chore: Update CHANGELOG and Update test snapshots
2021-03-07 11:09:40 +08:00
sy-records
cea7765901
chore: add changelog 4.12.1
2021-03-07 11:00:43 +08:00
sy-records
d1b77c7134
[build] 4.12.1
2021-03-07 11:00:41 +08:00
沈唁
bc3726853f
feat: Support search when there is no title ( #1519 )
...
* feat: Support search when there is no title
* test: Support search when there is no title
2021-03-05 14:23:04 +08:00
Koy
abda30d336
test(unit): add test cases on isExternal. ( #1515 )
...
* test(unit): add test cases on xss.
2021-02-26 19:23:03 +08:00
沈唁
a8016c8d74
docs: Update Vercel logo link ( #1520 )
2021-02-20 15:54:30 +08:00
Anix
47cd86c8f1
fix: Upgrade docsify from 4.11.6 to 4.12.0 ( #1518 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-DOCSIFY-1066017
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2021-02-20 09:09:38 +08:00
John Hildenbiddle
ff2a66f127
fix: isExternal check with malformed URL + tests ( #1510 )
...
Fix #1477 . Fix #1126 . Follow-up to #1489 .
2021-02-18 20:06:44 +08:00
Mark Battistella
6c13bdb7bd
docs: Updated alias ( #1511 )
...
The expression in alias `(+*)` is invalid and a correct working method would be `(.*)`
2021-02-15 09:48:00 +08:00
Koy
065cdd4223
chore: change Gitter to Discord throughout project. ( #1507 )
...
* chore: change Gitter to Discord throughout project.
Co-authored-by: 沈唁 <52o@qq52o.cn>
2021-02-13 09:18:54 +08:00
沈唁
f5dd61f538
chore: Fix missing carbon ( #1501 )
...
Co-authored-by: John Hildenbiddle <jhildenbiddle@users.noreply.github.com>
2021-02-10 00:03:15 -06:00
John Hildenbiddle
8cda07891a
fix: theme switcher in IE11 ( #1502 )
2021-02-09 23:27:20 -06:00
John Hildenbiddle
a0f61b2af7
fix: Replace ES6 usage for IE11 compatibility ( #1500 )
...
* Remove ES6 syntax for IE11 compatibility
* Replace unsupported methods (IE11)
2021-02-08 23:42:31 -06:00
sy-records
8f3d8c9ac9
chore: add changelog 4.12.0 and update test snapshots
2021-02-08 09:31:35 +08:00
sy-records
a2132c89ea
chore: add changelog 4.12.0
2021-02-08 09:21:43 +08:00
sy-records
ed4b5be698
[build] 4.12.0
2021-02-08 09:21:40 +08:00
John Hildenbiddle
06cbebfc0d
fix: Use legacy-compatible methods for IE11 ( #1495 )
2021-02-07 10:44:18 -06:00
Ricardo Gladwell
759ffac992
fix: Unable to navigate on server without default index support ( #1372 )
...
* Fix: Cannot serve off `/.../index.html`
Docsify must be hosted on a server that supports a default directory
index (i.e. maps `/.../` -> `/.../index.html`).
Some platforms do not support this, however. For example, HTML apps
hosted on the popular game/software platform, Itch.io.
This change supports hosting Docsify off an explicit path file, such as
`/index.html`. It does this by:
1. Adding handling for paths like `index.html#/blah`, and
2. Normalising paths with fragments back to markdown paths
For example, `http://example.org/index.html#/blah ` would be mapped to
`http://example.org/blah.md `.
This fixes:
https://github.com/docsifyjs/docsify/issues/427
* Add end-to-end test for index file hosting
* Add code comments for explicit file changes
* Add additional tests for index file hosting
* Add additional tests for index file hosting
* [wip] Attempt to switch tests to Jest
* Add e2e test for new Jest test framework
* Verify sidebar links use file hosting
* Fix: endsWith() not supported for IE11
* Refactor: utility method moved to utility file
* Fix IE11 error from use of String.includes()
Co-authored-by: John Hildenbiddle <jhildenbiddle@users.noreply.github.com>
2021-02-07 10:25:37 -06:00
John Hildenbiddle
14ce7f3d86
fix: Prevent loading remote content via URL hash ( #1489 )
...
* Prevent loading remote content via URL hash
Fixes #1477 . Fixes #1126 .
* Restore ability to execute remote content scripts
Co-authored-by: 沈唁 <52o@qq52o.cn>
Co-authored-by: Koy <koy@ko8e24.top>
2021-02-05 13:56:28 +08:00
沈唁
8968a744ce
feat: search ignore diacritical marks ( #1434 )
...
* feat: search ignore diacritical marks
* Check if normalize is supported
* Update docs
* Fix escape
* remove escapeHtml
Co-authored-by: John Hildenbiddle <jhildenbiddle@users.noreply.github.com>
2021-02-05 13:40:26 +08:00
Yash Singh
c7f4c7cf9b
Fix font-size changing for code in headings ( #1456 )
...
Co-authored-by: Koy <koy@ko8e24.top>
Co-authored-by: Anix <anik220798@gmail.com>
Co-authored-by: 沈唁 <52o@qq52o.cn>
2021-02-04 22:51:22 -06:00
沈唁
716a7fa777
fix: upgrade marked from 1.2.4 to 1.2.9 ( #1486 )
2021-02-05 10:41:08 +08:00
John Hildenbiddle
5bd91b4221
Merge pull request #1488 from docsifyjs/update-language-support
...
fix: Update language support
2021-02-04 20:29:08 -06:00
John Hildenbiddle
2626036652
Merge branch 'develop' into update-language-support
2021-02-04 20:18:36 -06:00
John Hildenbiddle
f1f81215f8
Merge pull request #1487 from docsifyjs/update-playwright-1.8
...
chore: update playwright to 1.8.0
2021-02-04 20:18:25 -06:00
John Hildenbiddle
ac0d416435
Merge branch 'update-language-support' of https://github.com/docsifyjs/docsify into update-language-support
2021-02-04 19:00:13 -06:00
John Hildenbiddle
46bad401c3
Update test snapshot
2021-02-04 18:59:34 -06:00
John Hildenbiddle
7cdf460066
Restore pathNamespaces
...
Co-authored-by: 沈唁 <52o@qq52o.cn>
2021-02-04 18:53:14 -06:00
John Hildenbiddle
8f9f0e5c17
Prettier format updates (no changes)
2021-02-04 14:49:09 -06:00
John Hildenbiddle
7297ee5e10
Add label translations (ru, es)
2021-02-04 14:47:17 -06:00
John Hildenbiddle
9a73bd1ce6
Remove write-a-plugin.md alias
2021-02-04 14:46:07 -06:00
John Hildenbiddle
cf5c7431f1
Set html “lang” attribute based on URL hash
...
Required to trigger auto-translate feature in applicable Chromium-based browsers (Chrome & Edge)
2021-02-04 14:40:12 -06:00
John Hildenbiddle
743bb64d0a
chore: update playwright to 1.8.0
...
Required for testing on ARM-based Macs.
2021-02-04 11:11:11 -06:00
沈唁
eee9507d43
fix: upgrade dompurify from 2.2.2 to 2.2.6 ( #1483 )
2021-02-04 08:30:53 +08:00
Anix
7adad57df1
fix: upgrade dompurify from 2.2.3 to 2.2.6 ( #1482 )
...
Snyk has created this PR to upgrade dompurify from 2.2.3 to 2.2.6.
See this package in npm:
https://www.npmjs.com/package/dompurify
See this project in Snyk:
https://app.snyk.io/org/anikethsaha/project/6efe7e04-4e52-497e-8ad5-570733cc577a?utm_source=github&utm_medium=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2021-01-29 08:34:44 +08:00
Anix
5f29cde84c
fix: upgrade prismjs from 1.22.0 to 1.23.0 ( #1481 )
...
* fix: upgrade prismjs from 1.22.0 to 1.23.0
Snyk has created this PR to upgrade prismjs from 1.22.0 to 1.23.0.
See this package in npm:
https://www.npmjs.com/package/prismjs
See this project in Snyk:
https://app.snyk.io/org/anikethsaha/project/836f877b-b98e-47ed-89fc-554e9b2e146d?utm_source=github&utm_medium=upgrade-pr
* fix: vue
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: sy-records <52o@qq52o.cn>
2021-01-28 17:33:22 +08:00
Koy
85c9c8ffcc
update(docs): update the cmd of python setup serve in py2 and py3. ( #1473 )
...
add py3 cmd lines.
2021-01-09 22:11:43 +08:00
dependabot[bot]
e04e268a54
chore(deps-dev): bump axios from 0.20.0 to 0.21.1 ( #1471 )
...
Bumps [axios](https://github.com/axios/axios ) from 0.20.0 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.20.0...v0.21.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-06 18:22:42 +08:00
沈唁
60341ce4b4
chore: Create issues config.yml ( #1465 )
2021-01-02 09:42:33 +08:00
Snyk bot
df21153ab5
fix: upgrade debug from 4.3.1 to 4.3.2 ( #1463 )
...
Snyk has created this PR to upgrade debug from 4.3.1 to 4.3.2.
See this package in npm:
https://www.npmjs.com/package/debug
See this project in Snyk:
https://app.snyk.io/org/anikethsaha/project/6efe7e04-4e52-497e-8ad5-570733cc577a?utm_source=github&utm_medium=upgrade-pr
2020-12-31 17:17:49 +08:00
Snyk bot
720d9091c8
fix: upgrade dompurify from 2.2.2 to 2.2.3 ( #1457 )
...
Snyk has created this PR to upgrade dompurify from 2.2.2 to 2.2.3.
See this package in npm:
https://www.npmjs.com/package/dompurify
See this project in Snyk:
https://app.snyk.io/org/anikethsaha/project/6efe7e04-4e52-497e-8ad5-570733cc577a?utm_source=github&utm_medium=upgrade-pr
2020-12-29 18:10:38 +08:00
Matej Simek
dcf5a644eb
fix: sidebar active class and expand don't work as expect when use "space" in markdown filename ( #1454 )
...
* fix: decode href in sidebar (#1032 )
* Create sidebar.test.js
Co-authored-by: 沈唁 <52o@qq52o.cn>
2020-12-20 12:49:36 +08:00
沈唁
76c5e685d7
fix: slugs are still broken when headings contain html ( #1443 )
2020-12-18 08:09:33 +08:00
dependabot[bot]
bfdc537e92
chore(deps): bump ini from 1.3.5 to 1.3.7 ( #1445 )
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 沈唁 <52o@qq52o.cn>
Co-authored-by: Koy <koy@ko8e24.top>
2020-12-12 21:45:52 +08:00
Snyk bot
bc3350f6e6
fix: upgrade debug from 4.3.0 to 4.3.1 ( #1446 )
...
Snyk has created this PR to upgrade debug from 4.3.0 to 4.3.1.
See this package in npm:
https://www.npmjs.com/package/debug
See this project in Snyk:
https://app.snyk.io/org/anikethsaha/project/6efe7e04-4e52-497e-8ad5-570733cc577a?utm_source=github&utm_medium=upgrade-pr
2020-12-11 21:50:00 +08:00