Releases: docsifyjs/docsify
Releases Β· docsifyjs/docsify
v4.13.1
v4.13.0
Bug Fixes
- CornerExternalLinkTarget config. (#1814) (54cc5f9)
- Correctly fix missing +1, -1 (#1722) (719dcbe)
- Coverpage when content > viewport height (#1744) (301b516), closes #381
- Filter null node first in hide sidebar. (#1909) (d27af3d)
- Docsify-ignore in search title. (#1872) (9832805)
- Fix search with no content. (#1878) (9b74744)
- Ignore emoji shorthand codes in URIs (#1847) (3c9b3d9), closes #1823
- Legacy bugs (styles, site plugin error, and dev server error) (#1743) (fa6df6d)
- Package.json & package-lock.json to reduce vulnerabilities (#1756) (2dc5b12)
- Packages/docsify-server-renderer/package.json & packages/docsify-server-renderer/package-lock.json to reduce vulnerabilities (#1715) (c1227b2)
Features
- Emoji build (#1766) (ba5ee26)
- Native emoji w/ image-based fallbacks and improved parsing (#1746) (35002c9), closes #779
- Plugin error handling (#1742) (63b2535)
- Virtual Routes Support #1799 #1799)
Docs
- Plugin insertion order in docs#1850#1850)
- Minor fixes to plugin docs #1774 #1774)
- Update configuration options #1773 #1773)
- Update readme#1740 #1740)
- Update the name for "Simplified Chinese" #1811 #1811)
Chore
v4.12.2
Bug Fixes
- Fix microsoft/playwright-github-action error (#1534)
- Fix Cannot read property 'classList' of null (#1527)
- Fix search for missing pathNamespaces (#1547)
- Fix buble theme missing generic fallback font (#1568)
- Fix allow " inside of an embed(#1598 )
- Fix Can not read property 'tagName' of null(#1655 )
- Fix sidebar height style in Mobile Chrome(#1683)
Chore
- Update PULL_REQUEST_TEMPLATE.md
- Upgrade docsify from 4.12.0 to 4.12.1 (#1544)
- Convert Docsify and mixins to ES classes(#1685 )
- Build test locally in Docker(#1688)
Docs
v4.12.1
Bug Fixes
- Replace ES6 usage for IE11 compatibility (#1500)
- Fix theme switcher in IE11 (#1502)
- Fix isExternal check with malformed URL + tests (#1510)
Features
- Support search when there is no title (#1519)
Chore
- Fix missing carbon (#1501)
- Change Gitter to Discord throughout project (#1507)
- Upgrade docsify from 4.11.6 to 4.12.0 (#1518)
- Add test cases on isExternal. (#1515)
Docs
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
/README
or/
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)
- Upgrade dompurify from 2.2.2 to 2.2.6 (#1483)
- Upgrade playwright to 1.8.0 (#1487)
- Upgrade marked from 1.2.4 to 1.2.9 (#1486)
v4.11.6
v4.11.5
Bug Fixes
- Russian language link error (#1270) (2a52460)
- {docsify-updated} in the sample code is parsed into time (#1321) (2048610)
- Add error handling for missing dependencies (fixes #1210) (#1232) (3673001)
- after setting the background image, the button is obscured (#1234) (34d918f)
- convert {docsify-ignore} and {docsify-ignore-all} to HTML comments (#1318) (90d283d)
- fallback page should use path not file location (#1301) (2bceabc)
- Fix search error when exist translations documents (#1300) (b869019)
- gitignore was ignoring folders in src, so VS Code search results or file fuzzy finder were not working, etc (d4c9247)
- packages/docsify-server-renderer/package.json & packages/docsify-server-renderer/package-lock.json to reduce vulnerabilities (#1250) (d439bac)
- search can not search the table header (#1256) (3f03e78)
- Search plugin: matched text is replaced with search text (#1298) (78775b6)
- the uncaught typeerror when el is null (#1308) (952f4c9)
- Updated docs with instructions for installing specific version (fixes #780) (#1225) (b90c948)
- upgrade medium-zoom from 1.0.5 to 1.0.6 (3beaa66)
- upgrade tinydate from 1.2.0 to 1.3.0 (#1341) (59d090f)
Features
v4.11.4
Bug Fixes
- consistent location of search result (e9dd2de)
- cover overlapping sidebar by removing z-index (0bf03f5)
- cross-origin url cannot be redirected when "externalLinkTarget" is set to "_self" and "routerMode" is set to "history". (#1062) (fd2cec6), closes #1046 #1046 #1046
- default html img resize if no height included (#1065) (9ff4d06)
- fixed target and rel issue (fixes #1183) (3d662a5)
- Inconsistent search and body rendering (dcb0aae)
- rendering cover width bug (717991c)
- search does not find the contents of the table (#1198) (31010e4)
- The search error after setting the ID in the title (#1159) (6e554f8)
- upgrade docsify from 4.10.2 to 4.11.2 (60b7f89)
Features
- added html sanitizer for remote rendering (#1128) (714ef29)
- update src/core/index.js to export all global APIs, deprecate old globals in favor of a single global DOCSIFY, and add tests for this (7e002bf)
Reverts
v4.8.3
Fix the last release files has the old version marked...