learn
learn copied to clipboard
Bump docsify from 4.11.3 to 4.12.0
Bumps docsify from 4.11.3 to 4.12.0.
Release notes
Sourced from docsify's releases.
v4.12.0
Bug Fixes
- Fix Vue compatibility (#1271)
- Fix sidebar title error (#1360)
- Fix cannot read property 'startsWith' of undefined (#1358)
- Fix sidebar horizontal scroll bar (#1362)
- Fix add missing argument for highlighting code (#1365)
- Fix cannot read property level of undefined (#1357)
- Fix cannot search list content (#1361)
- Fix scroll event end value (04bf1ea)
- Fix eslint warnings (#1388)
- Fix cannot search homepage content (#1391)
- Fix the sidebar links to another site (#1336)
- Fix search titles containing ignored characters (#1395)
- Fix title error when sidebar link exists with html tag (#1404)
- Fix duplicate search content when
/READMEor/exists in the sidebar (#1403)- Fix slugs are still broken when headings contain html (#1443)
- Fix sidebar active class and expand don't work as expect when use "space" in markdown filename (#1454)
- Fix font-size changing for code in headings (#1456)
- Fix Prevent loading remote content via URL hash (#1489)
- Fix cannot serve off
/.../index.html(#1372)- Fix Use legacy-compatible methods for IE11 (#1495)
Features
- Add Jest + Playwright Testing (#1276)
- Add Vue components, mount options, global options, and v3 support (#1409)
- Add search ignore diacritical marks (#1434)
Chore
- Upgrade node-fetch from 2.6.0 to 2.6.1 (#1370)
- Upgrade docsify from 4.11.4 to 4.11.6 (#1373)
- Upgrade debug from 4.1.1 to 4.3.0 (#1390)
- Upgrade dompurify from 2.0.17 to 2.1.0 (#1397)
- Upgrade dompurify from 2.1.0 to 2.1.1 (#1402)
- Upgrade marked from 1.2.0 to 1.2.2 (#1425)
- Upgrade dompurify from 2.1.1 to 2.2.2 (#1419)
- Upgrade prismjs from 1.21.0 to 1.22.0 (#1415)
- Upgrade marked from 1.2.2 to 1.2.3 (#1430)
- Upgrade marked from 1.2.3 to 1.2.4 (#1441)
- Upgrade debug from 4.3.0 to 4.3.1 (#1446)
- Upgrade ini from 1.3.5 to 1.3.7 (#1445)
- Upgrade dompurify from 2.2.2 to 2.2.3 (#1457)
- Upgrade debug from 4.3.1 to 4.3.2 (#1463)
- Upgrade axios from 0.20.0 to 0.21.1 (#1471)
- Upgrade prismjs from 1.22.0 to 1.23.0 (#1481)
- Upgrade dompurify from 2.2.3 to 2.2.6 (#1482)
... (truncated)
Changelog
Sourced from docsify's changelog.
4.12.0 (2021-02-08)
Bug Fixes
- add missing argument for highlighting code (#1365) (f35bf99)
- Can't search homepage content (#1391) (25bc9b7)
- Cannot read property 'startsWith' of undefined (#1358) (9351729)
- Cannot read property level of undefined (#1357) (4807e58)
- cannot search list content (#1361) (8d17dcb)
- duplicate search content when
/READMEor/exists in the sidebar (#1403) (7c3bf98)- package.json & package-lock.json to reduce vulnerabilities (#1419) (69b6907)
- packages/docsify-server-renderer/package.json & packages/docsify-server-renderer/package-lock.json to reduce vulnerabilities (#1389) (62cd35e)
- packages/docsify-server-renderer/package.json & packages/docsify-server-renderer/package-lock.json to reduce vulnerabilities (#1418) (58fbca0)
- Prevent loading remote content via URL hash (#1489) (14ce7f3), closes #1477 #1126
- search on homepage test (#1398) (ee550d0)
- search titles containing ignored characters (#1395) (a2ebb21)
- sidebar active class and expand don't work as expect when use "space" in markdown filename (#1454) (dcf5a64), closes #1032
- sidebar horizontal scroll bar (#1362) (b480822)
- sidebar title error (#1360) (2100fc3)
- slugs are still broken when headings contain html (#1443) (76c5e68)
- the sidebar links to another site. (#1336) (c9d4f7a)
- title error when sidebar link exists with html tag (#1404) (8ccc202), closes #1408
- Unable to navigate on server without default index support (#1372) (759ffac)
- upgrade debug from 4.1.1 to 4.3.0 (#1390) (ae45b32)
- upgrade debug from 4.3.0 to 4.3.1 (#1446) (bc3350f)
- upgrade debug from 4.3.1 to 4.3.2 (#1463) (df21153)
- upgrade docsify from 4.11.4 to 4.11.6 (#1373) (c2d12ed)
- upgrade dompurify from 2.0.17 to 2.1.0 (#1397) (1863d8e)
- upgrade dompurify from 2.1.0 to 2.1.1 (#1402) (8cf9fd8)
- upgrade dompurify from 2.2.2 to 2.2.3 (#1457) (720d909)
- upgrade dompurify from 2.2.2 to 2.2.6 (#1483) (eee9507)
- upgrade dompurify from 2.2.3 to 2.2.6 (#1482) (7adad57)
- upgrade marked from 1.2.4 to 1.2.9 (#1486) (716a7fa)
- upgrade prismjs from 1.21.0 to 1.22.0 (#1415) (0806f48)
- upgrade prismjs from 1.22.0 to 1.23.0 (#1481) (5f29cde)
- Use legacy-compatible methods for IE11 (#1495) (06cbebf)
Features
- search ignore diacritical marks (#1434) (8968a74)
- Add Jest + Playwright Testing (#1276)
- Add Vue components, mount options, global options, and v3 support (#1409)
4.11.6 (2020-08-22)
... (truncated)
Commits
a2132c8chore: add changelog 4.12.0ed4b5be[build] 4.12.006cbebffix: Use legacy-compatible methods for IE11 (#1495)759ffacfix: Unable to navigate on server without default index support (#1372)14ce7f3fix: Prevent loading remote content via URL hash (#1489)8968a74feat: search ignore diacritical marks (#1434)c7f4c7cFix font-size changing for code in headings (#1456)716a7fafix: upgrade marked from 1.2.4 to 1.2.9 (#1486)5bd91b4Merge pull request #1488 from docsifyjs/update-language-support2626036Merge branch 'develop' into update-language-support- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by sy-records, a new releaser for docsify since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.