Change8

astro@7.2.9

📦 astroView on GitHub →
🐛 4 fixes🔧 1 symbols

Summary

This patch release addresses several bugs, including issues with typing `.html` imports, crashes with dynamic routes, stale SSR manifest entries, and incorrect escaping in MDX script/style elements.

🐛 Bug Fixes

  • Fixes importing `.html` files not being typed outside of `.astro` files.
  • Fixes a crash when requesting `/index.html` against a dynamic page route like `[slug].astro`.
  • Fixes SSR manifest containing stale `entryModules` references to prerender-only chunks that no longer exist in the final build output.
  • Fixes `set:text` escaping in MDX script and style elements.

Affected Symbols