Skip to content

Version 2.8

Compare
Choose a tag to compare
@qinezh qinezh released this 22 Nov 03:03
  1. Improve markdown engine:
  • Remove paragraph rule.
  • Improve parser performance.
  1. Report bookmarks in template preprocessor, which is used in URL segment when resolving cross reference.
  2. Support customizing logo and favicon through metadata. (#892)
  3. Refine the warning message of invalid bookmark.
  4. Improve layout for print. (#852)
  5. Remove the usage of FileModel.LocalPathFromRepoRoot. This property is marked Obsolete.
  6. Copy PathUtility, RelativePath, StringExtension and FilePathComparer from project Microsoft.DocAsCode.Utility to Microsoft.DocAsCode.Common. The copied classes in project Microsoft.DocAsCode.Utility are kept there for bits compatibility and marked Obsolete.
  7. Add command option docfx -v to show version of DocFX
  8. Bug fixes:
  9. concurrency issue of Logger.
  10. unable to handle file link with query string.
  11. unable to resolve uid for in html <a href="xref:...">.
  12. display specName wrong for generic type. (#896)
  13. breadcrumb rendered wrong when multiple toc item matched.
  14. subcommand metadata can't specify DocFX config file