Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release]: v4.12.0 #1493

Merged
merged 124 commits into from
Feb 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
124 commits
Select commit Hold shift + click to select a range
f385e21
Fix Vue compatibility (fix #790)
jhildenbiddle Jul 5, 2020
aa1d1e6
Merge branch 'develop' into fix-790
jhildenbiddle Jul 5, 2020
dd88248
Fix tests
jhildenbiddle Jul 5, 2020
105fbbf
Updates per request
jhildenbiddle Jul 6, 2020
b353ace
[remove] remove stale bot. (#1352)
Koooooo-7 Aug 23, 2020
2100fc3
fix: sidebar title error (#1360)
sy-records Aug 26, 2020
9351729
fix: Cannot read property 'startsWith' of undefined (#1358)
sy-records Aug 28, 2020
b480822
fix: sidebar horizontal scroll bar (#1362)
sy-records Aug 29, 2020
f35bf99
fix: add missing argument for highlighting code (#1365)
smalluban Sep 1, 2020
4807e58
fix: Cannot read property level of undefined (#1357)
sy-records Sep 1, 2020
8d17dcb
fix: cannot search list content (#1361)
sy-records Sep 3, 2020
14fdbd4
test: fix cannot search list content (#1367)
Koooooo-7 Sep 4, 2020
225d551
chore(deps): bump node-fetch in /packages/docsify-server-renderer (#1…
dependabot[bot] Sep 11, 2020
c2d12ed
fix: upgrade docsify from 4.11.4 to 4.11.6 (#1373)
snyk-bot Sep 13, 2020
04bf1ea
Fix scroll event end value
jhildenbiddle Oct 2, 2020
0f3211e
update doc (#1381)
sy-records Oct 3, 2020
e8d3b5e
Merge branch 'develop' into fix/1383
sy-records Oct 3, 2020
7f0c42e
Jest + Playwright Testing (#1276)
jhildenbiddle Oct 5, 2020
b45f444
Merge branch 'develop' into fix/1383
jhildenbiddle Oct 5, 2020
4742660
Merge pull request #1384 from docsifyjs/fix/1383
jhildenbiddle Oct 5, 2020
78c2a9d
Merge remote-tracking branch 'origin/develop' into fix-790
jhildenbiddle Oct 5, 2020
cea9129
Add NODE_MODULES_URL global
jhildenbiddle Oct 7, 2020
9b794f5
Show dir listing & help msg for manual instance
jhildenbiddle Oct 7, 2020
b135f84
Add Vue 3 compatibility
jhildenbiddle Oct 7, 2020
3a4da88
Fix friendly message display
jhildenbiddle Oct 7, 2020
094a503
Remove Cypress screenshots
jhildenbiddle Oct 7, 2020
0ef6aa8
docs: add crossOriginLinks configurations details. (#1386)
Koooooo-7 Oct 7, 2020
4f6148d
Merge branch 'develop' into fix-790
sy-records Oct 8, 2020
761210c
Merge pull request #1271 from docsifyjs/fix-790
jhildenbiddle Oct 8, 2020
0afbf96
Fix eslint warnings (#1388)
jhildenbiddle Oct 9, 2020
62cd35e
fix: packages/docsify-server-renderer/package.json & packages/docsify…
snyk-bot Oct 9, 2020
35ad5c5
Add vueOptions and vueGlobalOptions
jhildenbiddle Oct 10, 2020
cd8f2d3
Fix vueGlobalOptions.data checks
jhildenbiddle Oct 10, 2020
ae45b32
fix: upgrade debug from 4.1.1 to 4.3.0 (#1390)
snyk-bot Oct 11, 2020
25bc9b7
fix: Can't search homepage content (#1391)
sy-records Oct 14, 2020
ecd053b
Support functions in docsify configuration
jhildenbiddle Oct 15, 2020
5fa79eb
Fix Vue content detection and global options
jhildenbiddle Oct 15, 2020
c9d4f7a
fix: the sidebar links to another site. (#1336)
Koooooo-7 Oct 15, 2020
ee550d0
fix: search on homepage test (#1398)
sy-records Oct 15, 2020
1863d8e
fix: upgrade dompurify from 2.0.17 to 2.1.0 (#1397)
snyk-bot Oct 15, 2020
a2386e5
Add vueComponents support
jhildenbiddle Oct 16, 2020
bc2e091
Ignore `el` property in Vue configs for Vue v2
jhildenbiddle Oct 16, 2020
8cf9fd8
fix: upgrade dompurify from 2.1.0 to 2.1.1 (#1402)
snyk-bot Oct 17, 2020
1774ab8
Initial commit
jhildenbiddle Oct 17, 2020
6d152e2
Refactor regular expression usage
jhildenbiddle Oct 17, 2020
758538c
Add `<output>`. Refactor `<pre>` and `<code>`.
jhildenbiddle Oct 17, 2020
0193659
Update docs with new Vue features and usage
jhildenbiddle Oct 17, 2020
8a56f72
Fix directive detection
jhildenbiddle Oct 18, 2020
5a2dde1
Update docs
jhildenbiddle Oct 20, 2020
1a52e97
Update docs
jhildenbiddle Oct 21, 2020
86dae61
Rename `vueOptions` to `vueMountOptions`
jhildenbiddle Oct 21, 2020
2946c06
Update test
jhildenbiddle Oct 21, 2020
871e48f
Update default waitForSelector value
jhildenbiddle Oct 21, 2020
131aae5
Fix waitForText() timeout and reject messages
jhildenbiddle Oct 23, 2020
af7e713
Change default startPath for tests & manual start
jhildenbiddle Oct 23, 2020
25084f8
Update jest/docsify side-effect cleanup
jhildenbiddle Oct 23, 2020
6a5e84b
Update directive detection (data vs static)
jhildenbiddle Oct 23, 2020
febe7f8
Remove global event listeners beforeEach
jhildenbiddle Oct 25, 2020
b6d5407
Fix basePath
jhildenbiddle Oct 25, 2020
8362ed0
Remove unnecessary globals
jhildenbiddle Oct 26, 2020
f0a8d69
Fix basePath update when config is function
jhildenbiddle Oct 26, 2020
5ec2256
Fix basePath & update route URLs
jhildenbiddle Oct 26, 2020
a9be6f2
Merge branch 'develop' into feat/vue-options
jhildenbiddle Oct 26, 2020
3af1cfa
Add selector option to _logHTML
jhildenbiddle Oct 26, 2020
b33d750
Remove SRC_PATH global variable
jhildenbiddle Oct 26, 2020
cafdd62
Remove —runInBand flag from test script
jhildenbiddle Oct 26, 2020
d9e491a
Fix covepage test
jhildenbiddle Oct 26, 2020
58fbca0
fix: packages/docsify-server-renderer/package.json & packages/docsify…
snyk-bot Nov 5, 2020
a5a431f
Fix base element reset
jhildenbiddle Nov 7, 2020
a2ebb21
fix: search titles containing ignored characters (#1395)
sy-records Nov 8, 2020
4e5dae7
Squashed commit of the following:
jhildenbiddle Nov 11, 2020
eae3ad8
Remove markdownlint config
jhildenbiddle Nov 11, 2020
421ef1d
Update docs
jhildenbiddle Nov 11, 2020
52cce02
Delete unnecessary file
jhildenbiddle Nov 11, 2020
727ee8f
Rename `vueMountOptions` to `vueMounts`
jhildenbiddle Nov 11, 2020
69efae3
Fix typos
jhildenbiddle Nov 11, 2020
51451a4
Remove BLANK_URL global
jhildenbiddle Nov 11, 2020
a10fcbd
Update Vue-related descriptions
jhildenbiddle Nov 12, 2020
e75a19c
[Snyk] Upgrade marked from 1.2.0 to 1.2.2 (#1425)
snyk-bot Nov 14, 2020
9a1935a
Add support for Vue shorthand directive syntax
jhildenbiddle Nov 15, 2020
69b6907
fix: package.json & package-lock.json to reduce vulnerabilities (#1419)
snyk-bot Nov 16, 2020
43a73bb
Merge branch 'develop' into feat/vue-options
sy-records Nov 16, 2020
0806f48
fix: upgrade prismjs from 1.21.0 to 1.22.0 (#1415)
snyk-bot Nov 18, 2020
7cf1e7c
Update Vue-related descriptions and links
jhildenbiddle Nov 19, 2020
7878c60
Merge branch 'develop' into feat/vue-options
jhildenbiddle Nov 19, 2020
8ccc202
fix: title error when sidebar link exists with html tag (#1404)
sy-records Nov 22, 2020
90b67e2
Merge branch 'develop' into feat/vue-options
sy-records Nov 23, 2020
ffa7c90
Fix Lint
sy-records Nov 23, 2020
bd662c4
Merge pull request #1409 from docsifyjs/feat/vue-options
jhildenbiddle Nov 23, 2020
7c3bf98
fix: duplicate search content when `/README` or `/` exists in the sid…
sy-records Nov 28, 2020
ae4abec
[Snyk] Upgrade marked from 1.2.2 to 1.2.3 (#1430)
snyk-bot Nov 30, 2020
da6e8d9
[Snyk] Upgrade marked from 1.2.3 to 1.2.4 (#1441)
snyk-bot Dec 11, 2020
bc3350f
fix: upgrade debug from 4.3.0 to 4.3.1 (#1446)
snyk-bot Dec 11, 2020
bfdc537
chore(deps): bump ini from 1.3.5 to 1.3.7 (#1445)
dependabot[bot] Dec 12, 2020
76c5e68
fix: slugs are still broken when headings contain html (#1443)
sy-records Dec 18, 2020
dcf5a64
fix: sidebar active class and expand don't work as expect when use "s…
enzy Dec 20, 2020
720d909
fix: upgrade dompurify from 2.2.2 to 2.2.3 (#1457)
snyk-bot Dec 29, 2020
df21153
fix: upgrade debug from 4.3.1 to 4.3.2 (#1463)
snyk-bot Dec 31, 2020
60341ce
chore: Create issues config.yml (#1465)
sy-records Jan 2, 2021
e04e268
chore(deps-dev): bump axios from 0.20.0 to 0.21.1 (#1471)
dependabot[bot] Jan 6, 2021
85c9c8f
update(docs): update the cmd of python setup serve in py2 and py3. (#…
Koooooo-7 Jan 9, 2021
5f29cde
fix: upgrade prismjs from 1.22.0 to 1.23.0 (#1481)
anikethsaha Jan 28, 2021
7adad57
fix: upgrade dompurify from 2.2.3 to 2.2.6 (#1482)
anikethsaha Jan 29, 2021
eee9507
fix: upgrade dompurify from 2.2.2 to 2.2.6 (#1483)
sy-records Feb 4, 2021
743bb64
chore: update playwright to 1.8.0
jhildenbiddle Feb 4, 2021
cf5c743
Set html “lang” attribute based on URL hash
jhildenbiddle Feb 4, 2021
9a73bd1
Remove write-a-plugin.md alias
jhildenbiddle Feb 4, 2021
7297ee5
Add label translations (ru, es)
jhildenbiddle Feb 4, 2021
8f9f0e5
Prettier format updates (no changes)
jhildenbiddle Feb 4, 2021
7cdf460
Restore pathNamespaces
jhildenbiddle Feb 5, 2021
46bad40
Update test snapshot
jhildenbiddle Feb 5, 2021
ac0d416
Merge branch 'update-language-support' of https://github.com/docsifyj…
jhildenbiddle Feb 5, 2021
f1f8121
Merge pull request #1487 from docsifyjs/update-playwright-1.8
jhildenbiddle Feb 5, 2021
2626036
Merge branch 'develop' into update-language-support
jhildenbiddle Feb 5, 2021
5bd91b4
Merge pull request #1488 from docsifyjs/update-language-support
jhildenbiddle Feb 5, 2021
716a7fa
fix: upgrade marked from 1.2.4 to 1.2.9 (#1486)
sy-records Feb 5, 2021
c7f4c7c
Fix font-size changing for code in headings (#1456)
Yash-Singh1 Feb 5, 2021
8968a74
feat: search ignore diacritical marks (#1434)
sy-records Feb 5, 2021
14ce7f3
fix: Prevent loading remote content via URL hash (#1489)
jhildenbiddle Feb 5, 2021
759ffac
fix: Unable to navigate on server without default index support (#1372)
rgladwell Feb 7, 2021
06cbebf
fix: Use legacy-compatible methods for IE11 (#1495)
jhildenbiddle Feb 7, 2021
ed4b5be
[build] 4.12.0
sy-records Feb 8, 2021
a2132c8
chore: add changelog 4.12.0
sy-records Feb 8, 2021
8f3d8c9
chore: add changelog 4.12.0 and update test snapshots
sy-records Feb 8, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ packages/docsify-server-renderer/build.js
node_modules
build
server.js
cypress
lib
themes
build
docs/
**/*.md
**/*.md
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = {
ecmaVersion: 2019,
},
env: {
jest: true,
browser: true,
node: true,
es6: true,
Expand Down
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Discord - the community chat
url: https://discord.gg/3NwKFyR
about: Join Discord community and chat about Docsify
20 changes: 0 additions & 20 deletions .github/stale.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/e2e.yml

This file was deleted.

41 changes: 20 additions & 21 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
name: Linting Checks
name: Lint

on:
on:
push:
branches:
- master
- develop
branches:
- master
- develop
pull_request:
branches:
- master
- develop
branches:
- master
- develop

jobs:
build:
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [10.x, 12.x, 13.x]
node-version: [12.x, 14.x]

steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: bootstrap
run: npm run bootstrap
- name: Build
run: npm run build
- name: Linting
run: npm run lint
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm i --ignore-scripts
- name: Lint
run: npm run lint
42 changes: 42 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Build & Test

on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node-version: [12.x, 14.x]
os: ['macos-latest', 'ubuntu-latest', 'windows-latest']

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: bootstrap
run: npm run bootstrap
- name: unit tests
run: npm run test:unit -- -ci --runInBand
- name: integration tests
run: npm run test:integration -- -ci --runInBand
- uses: microsoft/playwright-github-action@v1.3.0
- name: e2e tests
run: npm run test:e2e -- --ci --runInBand
- name: Upload artifacts (diff output)
uses: actions/upload-artifact@v2
if: failure()
with:
name: ${{ matrix.os }}-${{ matrix.node-version }}-diff-output
path: ${{ github.workspace }}/test/**/__diff_output__/*
31 changes: 0 additions & 31 deletions .github/workflows/unit.yml

This file was deleted.

7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
*.log
.DS_Store
.idea
__diff_output__
lib/
node_modules
/themes/
/lib/
/cypress/integration/examples
/cypress/fixtures/docs
themes/

# exceptions
!.gitkeep
73 changes: 73 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Run tests",
"runtimeExecutable": "npm",
"runtimeArgs": ["run-script", "test"],
"console": "integratedTerminal"
},
{
"type": "node",
"request": "launch",
"name": "Run current test file",
"runtimeExecutable": "npm",
"runtimeArgs": ["run-script", "test"],
"args": ["--", "-i", "${relativeFile}", "--testPathIgnorePatterns"],
"console": "integratedTerminal"
},
{
"type": "node",
"request": "launch",
"name": "Run selected test name",
"runtimeExecutable": "npm",
"runtimeArgs": ["run-script", "test"],
"args": [
"--",
"-i",
"${relativeFile}",
"-t",
"${selectedText}",
"--testPathIgnorePatterns"
],
"console": "integratedTerminal"
},
{
"type": "node",
"request": "launch",
"name": "Update current test file snapshot(s)",
"runtimeExecutable": "npm",
"runtimeArgs": ["run-script", "test"],
"args": [
"--",
"-i",
"${relativeFile}",
"--updateSnapshot",
"--testPathIgnorePatterns"
],
"console": "integratedTerminal"
},
{
"type": "node",
"request": "launch",
"name": "Update selected test name snapshot(s)",
"runtimeExecutable": "npm",
"runtimeArgs": ["run-script", "test"],
"args": [
"--",
"-i",
"${relativeFile}",
"-t",
"${selectedText}",
"--updateSnapshot",
"--testPathIgnorePatterns"
],
"console": "integratedTerminal"
}
]
}
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
# [4.12.0](https://github.com/docsifyjs/docsify/compare/v4.11.6...v4.12.0) (2021-02-08)


### Bug Fixes

* add missing argument for highlighting code ([#1365](https://github.com/docsifyjs/docsify/issues/1365)) ([f35bf99](https://github.com/docsifyjs/docsify/commit/f35bf99d9c762774e328b30347707e62eb8e6f63))
* Can't search homepage content ([#1391](https://github.com/docsifyjs/docsify/issues/1391)) ([25bc9b7](https://github.com/docsifyjs/docsify/commit/25bc9b7eb7e878a6a50ed5f91d33d6a75f9811b0))
* Cannot read property 'startsWith' of undefined ([#1358](https://github.com/docsifyjs/docsify/issues/1358)) ([9351729](https://github.com/docsifyjs/docsify/commit/9351729634b52db0e7e241bed7784fbcd5c39fe0))
* Cannot read property level of undefined ([#1357](https://github.com/docsifyjs/docsify/issues/1357)) ([4807e58](https://github.com/docsifyjs/docsify/commit/4807e58cb994de83f063cb82d2b4a695f29378c8))
* cannot search list content ([#1361](https://github.com/docsifyjs/docsify/issues/1361)) ([8d17dcb](https://github.com/docsifyjs/docsify/commit/8d17dcbe68048d654e62adb01a3925e39a8e0c44))
* duplicate search content when `/README` or `/` exists in the sidebar ([#1403](https://github.com/docsifyjs/docsify/issues/1403)) ([7c3bf98](https://github.com/docsifyjs/docsify/commit/7c3bf98df869188d5956ed1a331f7048b6eba441))
* package.json & package-lock.json to reduce vulnerabilities ([#1419](https://github.com/docsifyjs/docsify/issues/1419)) ([69b6907](https://github.com/docsifyjs/docsify/commit/69b6907c864dbcdf1fe5c75f51a80e6ae6ec279d))
* packages/docsify-server-renderer/package.json & packages/docsify-server-renderer/package-lock.json to reduce vulnerabilities ([#1389](https://github.com/docsifyjs/docsify/issues/1389)) ([62cd35e](https://github.com/docsifyjs/docsify/commit/62cd35ee8345270aab7a48bc761db007d54a0f48))
* packages/docsify-server-renderer/package.json & packages/docsify-server-renderer/package-lock.json to reduce vulnerabilities ([#1418](https://github.com/docsifyjs/docsify/issues/1418)) ([58fbca0](https://github.com/docsifyjs/docsify/commit/58fbca00ebd12f636c213d386761df9ebfb2bd4c))
* Prevent loading remote content via URL hash ([#1489](https://github.com/docsifyjs/docsify/issues/1489)) ([14ce7f3](https://github.com/docsifyjs/docsify/commit/14ce7f3d862ac79fc7d9d316cb2e057d50e1b506)), closes [#1477](https://github.com/docsifyjs/docsify/issues/1477) [#1126](https://github.com/docsifyjs/docsify/issues/1126)
* search on homepage test ([#1398](https://github.com/docsifyjs/docsify/issues/1398)) ([ee550d0](https://github.com/docsifyjs/docsify/commit/ee550d0c51f222851854c7cd7e9e6f76e26eb6f4))
* search titles containing ignored characters ([#1395](https://github.com/docsifyjs/docsify/issues/1395)) ([a2ebb21](https://github.com/docsifyjs/docsify/commit/a2ebb2192ac73211a8924111d736df9574abf61b))
* sidebar active class and expand don't work as expect when use "space" in markdown filename ([#1454](https://github.com/docsifyjs/docsify/issues/1454)) ([dcf5a64](https://github.com/docsifyjs/docsify/commit/dcf5a644eb6a2eef65fb940f3407c12828a679bc)), closes [#1032](https://github.com/docsifyjs/docsify/issues/1032)
* sidebar horizontal scroll bar ([#1362](https://github.com/docsifyjs/docsify/issues/1362)) ([b480822](https://github.com/docsifyjs/docsify/commit/b480822286c66b478e5a7a9b2c82a10b99c69121))
* sidebar title error ([#1360](https://github.com/docsifyjs/docsify/issues/1360)) ([2100fc3](https://github.com/docsifyjs/docsify/commit/2100fc318b009c6e448e48ffff6a693f1988916c))
* slugs are still broken when headings contain html ([#1443](https://github.com/docsifyjs/docsify/issues/1443)) ([76c5e68](https://github.com/docsifyjs/docsify/commit/76c5e685d75ee6df9acc0a7cf92d5daa138c3240))
* the sidebar links to another site. ([#1336](https://github.com/docsifyjs/docsify/issues/1336)) ([c9d4f7a](https://github.com/docsifyjs/docsify/commit/c9d4f7abc94a2cbc4bb558013775df380c1c8376))
* title error when sidebar link exists with html tag ([#1404](https://github.com/docsifyjs/docsify/issues/1404)) ([8ccc202](https://github.com/docsifyjs/docsify/commit/8ccc20225104376af2e5df6757c4dbd58c0e758e)), closes [#1408](https://github.com/docsifyjs/docsify/issues/1408)
* Unable to navigate on server without default index support ([#1372](https://github.com/docsifyjs/docsify/issues/1372)) ([759ffac](https://github.com/docsifyjs/docsify/commit/759ffac992b19dbb05b92114ec5620d3bb180d0d))
* upgrade debug from 4.1.1 to 4.3.0 ([#1390](https://github.com/docsifyjs/docsify/issues/1390)) ([ae45b32](https://github.com/docsifyjs/docsify/commit/ae45b3201ba03303a2feb5a347b18fda818a569a))
* upgrade debug from 4.3.0 to 4.3.1 ([#1446](https://github.com/docsifyjs/docsify/issues/1446)) ([bc3350f](https://github.com/docsifyjs/docsify/commit/bc3350f6e6bfe670c95569b4e9c51321f5c7dbb9))
* upgrade debug from 4.3.1 to 4.3.2 ([#1463](https://github.com/docsifyjs/docsify/issues/1463)) ([df21153](https://github.com/docsifyjs/docsify/commit/df21153ab5e841ad89707e07c68a04873a2f3fe8))
* upgrade docsify from 4.11.4 to 4.11.6 ([#1373](https://github.com/docsifyjs/docsify/issues/1373)) ([c2d12ed](https://github.com/docsifyjs/docsify/commit/c2d12ed27fe86b0c5cd690b4d8a22bf06d2a90b9))
* upgrade dompurify from 2.0.17 to 2.1.0 ([#1397](https://github.com/docsifyjs/docsify/issues/1397)) ([1863d8e](https://github.com/docsifyjs/docsify/commit/1863d8edb70da234bf7f211986ba71706351682f))
* upgrade dompurify from 2.1.0 to 2.1.1 ([#1402](https://github.com/docsifyjs/docsify/issues/1402)) ([8cf9fd8](https://github.com/docsifyjs/docsify/commit/8cf9fd8150bd67709c68d8dfe4dc881624583ac8))
* upgrade dompurify from 2.2.2 to 2.2.3 ([#1457](https://github.com/docsifyjs/docsify/issues/1457)) ([720d909](https://github.com/docsifyjs/docsify/commit/720d9091c8e571d6c891426983f54d9c94739182))
* upgrade dompurify from 2.2.2 to 2.2.6 ([#1483](https://github.com/docsifyjs/docsify/issues/1483)) ([eee9507](https://github.com/docsifyjs/docsify/commit/eee9507d435459ae8e68e1112bb58a63b2f58530))
* upgrade dompurify from 2.2.3 to 2.2.6 ([#1482](https://github.com/docsifyjs/docsify/issues/1482)) ([7adad57](https://github.com/docsifyjs/docsify/commit/7adad57df1b7efa469b0cde37f788c36dc27cf8b))
* upgrade marked from 1.2.4 to 1.2.9 ([#1486](https://github.com/docsifyjs/docsify/issues/1486)) ([716a7fa](https://github.com/docsifyjs/docsify/commit/716a7fa777a1eee66964977e1d4405cff3275c53))
* upgrade prismjs from 1.21.0 to 1.22.0 ([#1415](https://github.com/docsifyjs/docsify/issues/1415)) ([0806f48](https://github.com/docsifyjs/docsify/commit/0806f48531b6cb5e6a395c12ab88f0b59281bbf8))
* upgrade prismjs from 1.22.0 to 1.23.0 ([#1481](https://github.com/docsifyjs/docsify/issues/1481)) ([5f29cde](https://github.com/docsifyjs/docsify/commit/5f29cde84c7b74d70c34e3f1f43c479f1bba670d))
* Use legacy-compatible methods for IE11 ([#1495](https://github.com/docsifyjs/docsify/issues/1495)) ([06cbebf](https://github.com/docsifyjs/docsify/commit/06cbebfc0d34726f4a7102a7dc9020520f3a7f86))


### Features

* search ignore diacritical marks ([#1434](https://github.com/docsifyjs/docsify/issues/1434)) ([8968a74](https://github.com/docsifyjs/docsify/commit/8968a744cea5910057ba59ef690316722a35b341))
* Add Jest + Playwright Testing ([#1276](https://github.com/docsifyjs/docsify/issues/1276))
* Add Vue components, mount options, global options, and v3 support ([#1409](https://github.com/docsifyjs/docsify/issues/1409))



## [4.11.6](https://github.com/docsifyjs/docsify/compare/v4.11.5...v4.11.6) (2020-08-22)


Expand Down
12 changes: 12 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
presets: [
[
'@babel/preset-env',
{
targets: {
node: 'current',
},
},
],
],
};
3 changes: 0 additions & 3 deletions cypress.json

This file was deleted.