Skip to content

v2.3.1

Choose a tag to compare

@github-actions github-actions released this 28 May 07:44

Bug Fixes

  • Shiki language whitelistnormalize_code_fence_languages in post_processors.py now falls back to plaintext for any code fence language not included in Shiki's default bundle (e.g. promql, hql, cel). Previously these caused ShikiError build failures during next build.
  • DocsPage prev/next props removed — scaffold template no longer passes prev/next props that were removed in recent fumadocs releases, fixing TypeScript compile errors on fresh site builds.