Change8

astro@5.15.4

📦 astro
1 features🐛 3 fixes🔧 3 symbols

Summary

This patch update introduces client hydration support for the experimental Container API's renderer utility and fixes a font file filtering bug in the Fonts API.

Migration Steps

  1. If you were previously calling container.addClientRenderer() manually when using getContainerRenderer(), you may now rely on the automatic hydration entrypoint returned by the function.

✨ New Features

  • Added support for client hydration in getContainerRenderer(), enabling client-side interactivity for components rendered via the experimental Container API without manual registration.

🐛 Bug Fixes

  • Fixed an issue in the experimental Fonts API where font files (specifically woff files using the Google provider) were being filtered too aggressively.
  • Fixed typos in documentation for error messages and public APIs.
  • Added missing documentation for public utilities exported from astro:i18n.

🔧 Affected Symbols

getContainerRendererastro:i18ncontainer.addClientRenderer