Skip to content

v2.72.0

Compare
Choose a tag to compare
@yufeih yufeih released this 24 Oct 02:33
· 551 commits to main since this release
bf28e14

New experimental API page output format

API Page is a new YAML output format designed to represent API documentations for a wide variety of programming languages. This release enables docfx build command to render API pages and docfx metadata command to produce API Page YAML files through the { "outputFormat": "ApiPage" } option.

What's Changed

🎉 New Features

  • feat: basic API page output for .NET by @yufeih in #9309
  • feat: api page view source by @yufeih in #9318
  • feat: render h2/h3 for in this article section by @yufeih in #9320
  • feat: render obsolete APIs as deprecated by @yufeih in #9319
  • feat: render enum field remarks and obsolete attribute by @yufeih in #9327
  • feat: support multiple search languages by @yufeih in #9313
  • Adds expander class to modern theme TOC
  • elements with children by @cjbotelho in #9328

🐞 Bug Fixes

  • fix: scroll failed when both toc and article needs scroll by @yufeih in #9321

🚀 Performance Improvements

🔧 Engineering

  • test: capture crash dump on CI failure by @yufeih in #9317

📄 Documentation

New Contributors

Full Changelog: v2.71.1...v2.72.0