Skip to content

v4.11.4

Compare
Choose a tag to compare
@sy-records sy-records released this 22 Jun 08:12
· 460 commits to develop since this release

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