Download Latest Version astro@5.15.5 source code.tar.gz (43.4 MB)
Email in envelope

Get an email when there's a new version of Astro

Home / astro@5.15.4
Name Modified Size InfoDownloads / Week
Parent folder
astro@5.15.4 source code.tar.gz 2025-11-06 43.4 MB
astro@5.15.4 source code.zip 2025-11-06 46.4 MB
README.md 2025-11-06 2.1 kB
Totals: 3 Items   89.8 MB 0

Patch Changes

  • #14703 970ac0f Thanks @ArmandPhilippot! - Adds missing documentation for some public utilities exported from astro:i18n.

  • #14715 3d55c5d Thanks @ascorbic! - Adds support for client hydration in getContainerRenderer()

    The getContainerRenderer() function is exported by Astro framework integrations to simplify the process of rendering framework components when using the experimental Container API inside a Vite or Vitest environment. This update adds the client hydration entrypoint to the returned object, enabling client-side interactivity for components rendered using this function. Previously this required users to manually call container.addClientRenderer() with the appropriate client renderer entrypoint.

    See the container-with-vitest demo for a usage example, and the Container API documentation for more information on using framework components with the experimental Container API.

  • #14711 a4d284d Thanks @deining! - Fixes typos in documenting our error messages and public APIs.

  • #14701 9be54c7 Thanks @florian-lefebvre! - Fixes a case where the experimental Fonts API would filter available font files too aggressively, which could prevent the download of woff files when using the google provider

Source: README.md, updated 2025-11-06