New
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)