develop
Commits on Feb 4, 2022
Commits on Feb 3, 2022
-
fix: Coverpage when content > viewport height (#1744)
* fix: .gitignore paths * fix: Coverpage when content > viewport height fix #381
Commits on Feb 2, 2022
Commits on Feb 1, 2022
-
chore: bump node-fetch in /packages/docsify-server-renderer (#1738)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.6...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Jan 31, 2022
-
refactor: Update test environments and lint configuration (#1736)
* Update test environments and lint configuration Update Jest (unit + integration) and Playwright (e2e) test environments. Includes stability improvements for e2e tests using newer, more stable methods per the Playwright docs. - Update Jest 26 => 27 - Update Jest-related libs (babel parser) - Update Playwright 1.8 => Playwright Test 1.18 - Update GitHub CI (action versions, job parallelization, and matrices) - Update ESLint 5 => 8 - Update ESLint-related libs (parser, prettier, Jest, Playwright) - Fix test failures on M1-based Macs - Fix e2e stability issues by replacing PW $ method calls - Fix ESLint errors - Fix incorrect CI flag on Jest runs (-ci => --ci) - Refactor e2e test runner from Jest to Playwright Test - Refactor e2e test files for Playwright Test - Refactor fix-lint script name to lint:fix for consistency - Refactor npm scripts order for readability - Remove unnecessary configs and libs - Remove example image snapshots
Commits on Jan 26, 2022
-
Merge pull request #1734 from docsifyjs/mark-ssr-as-experimental
docs: mention that SSR is experimental and incomplete, β¦
Commits on Jan 24, 2022
-
mention that SSR is experimental and incomplete, prevent people from β¦
β¦using it thinking it is ready for prime time
Commits on Jan 23, 2022
-
Merge pull request #1725 from docsifyjs/update-license
Update LICENSE
Commits on Jan 17, 2022
Commits on Jan 13, 2022
-
fix: packages/docsify-server-renderer/package.json & packages/docsifyβ¦
β¦-server-renderer/package-lock.json to reduce vulnerabilities (#1715) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOCSIFY-1090577
Commits on Jan 6, 2022
Commits on Jan 4, 2022
-
style: allow devs to test both build and tests at the same time (#1707)
The docker:rebuild script rebuilds the docker image from scratch including the Docsify build, while the new one rebuilds only Docsify code and makes local re-testing faster.
-
Merge pull request #1688 from docsifyjs/docker-local
test: for making test steady in docker locally.
-
Commits on Dec 21, 2021
-
fix: upgrade debug from 4.3.2 to 4.3.3 (#1692)
Snyk has created this PR to upgrade debug from 4.3.2 to 4.3.3. 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=referral&page=upgrade-pr
Commits on Dec 10, 2021
-
-
-
Merge pull request #1683 from iNuanfeng/develop
Fix: Theme preview in Mobile Chrome, Safari
-
Commits on Dec 9, 2021
-
Merge pull request #1685 from docsifyjs/classes
convert Docsify and mixins to ES classes
-
-
-
-
Commits on Dec 8, 2021
Commits on Dec 6, 2021
Commits on Nov 24, 2021
-
fix: upgrade node-fetch from 2.6.5 to 2.6.6 (#1668)
Snyk has created this PR to upgrade node-fetch from 2.6.5 to 2.6.6. See this package in npm: https://www.npmjs.com/package/node-fetch See this project in Snyk: https://app.snyk.io/org/anikethsaha/project/6efe7e04-4e52-497e-8ad5-570733cc577a?utm_source=github&utm_medium=referral&page=upgrade-pr
Commits on Nov 19, 2021
-
docs: update noCompileLinks documentation (#1666)
Co-authored-by: ζ²ε <52o@qq52o.cn>
Commits on Oct 22, 2021
-
fix: Cannot read property 'tagName' of null (#1655)
Have a look at this issue #1154 . https://codesandbox.io/s/loving-matsumoto-hp985?file=/index.html Open devtools and click the *blank space* of svg(not path) will reproduce this issue. `parentNode` may be `null`. https://github.com/docsifyjs/docsify/blob/develop/src/core/router/history/html5.js#L25-L27 However, hash router has fixed this issue
π . https://github.com/docsifyjs/docsify/blob/develop/src/core/router/history/hash.js#L47-L49 Co-authored-by: ζ²ε <52o@qq52o.cn> -
docs: Update nameLink in configuration.md (#1653)
Like [this commit](#1651), thie configuration.md page needs to be updated. Co-authored-by: ζ²ε <52o@qq52o.cn>
Commits on Oct 17, 2021
-
fix: upgrade node-fetch from 2.6.4 to 2.6.5 (#1654)
Snyk has created this PR to upgrade node-fetch from 2.6.4 to 2.6.5. See this package in npm: https://www.npmjs.com/package/node-fetch See this project in Snyk: https://app.snyk.io/org/anikethsaha/project/6efe7e04-4e52-497e-8ad5-570733cc577a?utm_source=github&utm_medium=referral&page=upgrade-pr