Releases: docsifyjs/docsify
Releases Β· docsifyjs/docsify
Release list
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...
v4.8.2
v4.8.1
v4.8.0
4.8.0 (2018-10-31)
Bug Fixes
- Cache TOC for later usage in the case of cached file html (#649) (9e86017)
- improve external script plugin (#632) (50c2434)
- missing variable declaration (#660) (1ce37bd)
- Remove target for mailto links (#652) (18f0f03)
- Update getAllPath query selector (#653) (f6f4e32)
- Update vue.styl (#634) (bf060be)
Features
- Add docsify version to $window.docsify object (#641) (94bc415), closes #521
- compiler: support embedded mermaid (#629) (42ea8af)
- Add hideOtherSidebarContent option (#661) (4a23c4a)
- Allow base64, external, and relative logo values (#642) (0a0802a), closes #577
- upgrade marked to 0.5.x, fixed #645, close #644 (#662) (a39b214)
4.6.8
Small break change
Now the relative path of the image and the file is as expected. (Not basePath option)
v4.6.0
Features
Embed files
With docsify 4.6 it is now possible to embed any type of file. You can embed these files as video, audio, iframes, or code blocks, and even Markdown files can even be embedded directly into the document.
https://docsify.js.org/#/embed-files
Multiple covers
If your docs site is in more than one language, it may be useful to set multiple covers.
https://docsify.js.org/#/cover?id=multiple-covers