Astro: astro@6.1.5 Release

Release date:
April 8, 2026
Previous version:
astro@6.1.4 (released April 6, 2026)
Magnitude:
1,506 Diff Delta
Contributors:
9 total committers
Data confidence:
Commits:

16 Commits in this Release

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

Top Contributors in astro@6.1.5

ematipico
travisbreaks
AmarReddy4
dataCenter430
GameRoMan
Desel72
alexanderdombroski
alexanderniebuhr
florian-lefebvre

Directory Browser for astro@6.1.5

All files are compared to previous version, astro@6.1.4. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Patch Changes

  • #16171 5bcd03c Thanks @Desel72! - Fixes a build error that occurred when a pre-rendered page used the <Picture> component and another page called render() on content collection entries.

  • #16239 7c65c04 Thanks @dataCenter430! - Fixes sync content inside <Fragment> not streaming to the browser until all async sibling expressions have resolved.

  • #16242 686c312 Thanks @martrapp! - Revives UnoCSS in dev mode when used with the client router.

    This change partly reverts #16089, which in hindsight turned out to be too general. Instead of automatically persisting all style sheets, we now do this only for styles from Vue components.

  • #16192 79d86b8 Thanks @alexanderniebuhr! - Uses today’s date for Cloudflare compatibility_date in astro add cloudflare

    When creating new projects, astro add cloudflare now sets compatibility_date to the current date. Previously, this date was resolved from locally installed packages, which could be unreliable in some package manager environments. Using today’s date is simpler and more reliable across environments, and is supported by workerd.

  • #16259 34df955 Thanks @gameroman! - Removed dlv dependency