-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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.11.5 #1340
[Release]: v4.11.5 #1340
Conversation
… or file fuzzy finder were not working, etc
fix: gitignore was ignoring folders in src…
* Remove racist example in docs/helpers.md * Update helpers.md Co-authored-by: 沈唁 <52o@qq52o.cn>
* Fix search plugin will replace matching text * Fix bug that will replace a unexpected text * Fix bug that will replace a unexpected text * Optimized Co-authored-by: 沈唁 <52o@qq52o.cn>
This option allows to dynamically choose the index path depending on the path prefixes in auto mode. Thus, different path namespace could avoid index intersection (e.g., when having multiple locales)
FEAT: add pathNamespaces option to search plugin
* Make grammatical changes Minor changes. Solely for improving readability. * Update changes Co-authored-by: 沈唁 <52o@qq52o.cn>
* fix typo * Update README.md
* fix: fallback page should use path not file location When resolving fallback page for the path (`fallbackLanguages` option), we should consider the original path, not the file location (which could be different when aliases are used). * fix: use router.getFile to resolve fallback url * specs: add cypress test for fallbackLanguages Co-authored-by: 沈唁 <52o@qq52o.cn>
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.19.0 to 1.21.0. - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](PrismJS/prism@v1.19.0...v1.21.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.19.0 to 1.21.0. - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](PrismJS/prism@v1.19.0...v1.21.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-584281 * fix: fix CompileError * fix: embed files error Co-authored-by: Koy <369491420@qq.com> Co-authored-by: 沈唁 <52o@qq52o.cn>
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/faye/websocket-extensions-node/releases) - [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md) - [Commits](faye/websocket-extensions-node@0.1.3...0.1.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Snyk has created this PR to upgrade medium-zoom from 1.0.5 to 1.0.6. See this package in npm: https://www.npmjs.com/package/medium-zoom See this project in Snyk: https://app.snyk.io/org/anikethsaha/project/836f877b-b98e-47ed-89fc-554e9b2e146d?utm_source=github&utm_medium=upgrade-pr
…e6302d7d7a5f9666 [Snyk] Upgrade medium-zoom from 1.0.5 to 1.0.6
Co-authored-by: 沈唁 <52o@qq52o.cn>
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/docsify-core/docsify-preview/3rfs1n0av |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit e474ea8:
|
Snyk has created this PR to upgrade tinydate from 1.2.0 to 1.3.0. See this package in npm: https://www.npmjs.com/package/tinydate See this project in Snyk: https://app.snyk.io/org/anikethsaha/project/836f877b-b98e-47ed-89fc-554e9b2e146d?utm_source=github&utm_medium=upgrade-pr
…-server-renderer/package-lock.json to reduce vulnerabilities (#1250) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOCSIFY-567099 Co-authored-by: 沈唁 <52o@qq52o.cn>
Releases with features should have a minor increment. F.e. v4.12.0 Also, what's the plan? I don't believe we should release versions without team concensus and adding tests. Wdyt? This also includes breaking changes, but the version is still V4 instead of V5. |
Bug Fixes
Features
Changed
{docsify-ignore}
and{docsify-ignore-all}
to HTML comments (Convert {docsify-ignore} and {docsify-ignore-all} to HTML comments #1318)