Astro: @astrojs/[email protected] Release

Release date:
March 10, 2026
Previous version:
@astrojs/[email protected] (released March 6, 2026)
Magnitude:
7,932 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

Top Contributors in @astrojs/[email protected]

ematipico
florian-lefebvre
Princesseuh
trueberryless
sarah11918

Directory Browser for @astrojs/[email protected]

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Major Changes

Minor Changes

  • #15277 cb99214 Thanks @ematipico! - Fixes an issue where the function createShikiHighlighter would always create a new Shiki highlighter instance. Now the function returns a cached version of the highlighter based on the Shiki options. This should improve the performance for sites that heavily rely on Shiki and code in their pages.

  • #15332 7c55f80 Thanks @matthewp! - Exposes the fileURL option in MarkdownProcessorRenderOptions, allowing callers to specify the file URL for resolving relative image paths.

Patch Changes