Skip to content

Releases: docsifyjs/docsify

v4.11.4

Choose a tag to compare

@sy-records sy-records released this 22 Jun 08:12

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

  • Revert "Updated docs site dark and light mode with switch and redesigned search bar using docsify-darklight-theme" (#1207) (26cb940), closes #1207 #1182

v4.8.3

Choose a tag to compare

@QingWei-Li QingWei-Li released this 01 Nov 11:12

Fix the last release files has the old version marked...

v4.8.2

Choose a tag to compare

@QingWei-Li QingWei-Li released this 01 Nov 06:31

4.8.2 (2018-11-01)

Bug Fixes

Features

v4.8.1

Choose a tag to compare

@QingWei-Li QingWei-Li released this 31 Oct 14:09

4.8.1 (2018-10-31)

Bug Fixes

  • ssr package dep, fixed #605 (2bc880d)
  • compiler: extra quotes for codeblock (4f588e0)
  • compiler: prevent render of html code in paragraph, fixed #663 (d35059d)

Features

v4.8.0

Choose a tag to compare

@QingWei-Li QingWei-Li released this 31 Oct 14:09

4.8.0 (2018-10-31)

Bug Fixes

Features

4.6.8

Choose a tag to compare

@QingWei-Li QingWei-Li released this 06 Mar 04:02

Small break change

Now the relative path of the image and the file is as expected. (Not basePath option)

v4.6.0

Choose a tag to compare

@QingWei-Li QingWei-Li released this 11 Feb 14:30

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


Full changelog