- Improve display of enum flags. Thanks @mikernet! (#7043)
- Some improvements in
docfx.console.targets
. Thanks @alexrp! (#7117) - New tools available: TocDocfxCreation, DocLinkChecker, DocLanguageTranslator and some examples. Thanks @Ellerbach! (#7231)
- Security updates:
- Replace use of MD5, SHA1 with SHA256. (#7149, #7157)
- Specify
noopener
/noreferer
for external link. (#7204) - Avoid reinterpreting DOM text as HTML without escaping meta-characters. (#7210)
- Check certificate revocation list in HTTP calls. (#7142)
- Upgrade some NPM, NuGet packages. (#7135, #7147)
- Migrate bower to NPM. (#7273)
- Enable CodeQL. (#7184)
- Bug fix:
<code source=...>
not work when using DLL + XML documents as input. Thanks @james-hunt-ra! (#7096)- Sub navbar not fully shows if remove
.html
extension from URL. Thanks @CyberAndrii! (#7046)