Astro: @astrojs/[email protected] Release

Release date:
September 8, 2026
Previous version:
@astrojs/[email protected] (released August 31, 2026)
Magnitude:
1,618 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

15 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored August 31, 2026
Authored September 8, 2026
Authored September 3, 2026
Authored September 3, 2026
Authored September 5, 2026
Authored September 2, 2026
Authored September 2, 2026

Top Contributors in @astrojs/[email protected]

matthewp
florian-lefebvre
astrobot-houston
ocavue
iseraph-dev

Directory Browser for @astrojs/[email protected]

All files are compared to previous version, @astrojs/[email protected]. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Patch Changes

  • #17896 a548223 Thanks @matthewp! - Fixes <script>/<style> rendering in MDX so that only literal content (including content injected by remark/rehype plugins) is treated as trusted markup. A dynamic value passed as a <script>/<style> child (e.g. <script>{value}</script>) is now escaped like any other element's content instead of being rendered raw. Use set:html to explicitly opt a dynamic value back into raw rendering.