Skip to content

v2.73.0

Compare
Choose a tag to compare
@yufeih yufeih released this 02 Nov 14:25
· 461 commits to main since this release

New PDF builder

This release introduces a new PDF builder using Chromium as the rendering engine, to replaced the deprecated wkhtmltopdf based PDF builder. See https://dotnet.github.io/docfx/docs/pdf.html for more information.

What's Changed

πŸŽ‰ New Features

🐞 Bug Fixes

  • BREAKING CHANGE: drop configureLunr by @yufeih in #9342
  • chore: Add additional globalization settings by @filzrev in #9348
  • chore: Change project scoped utility class visibility to internal by @filzrev in #9347

πŸš€ Performance Improvements

πŸ“„ Documentation