Skip to content

Releases: withastro/astro

astro@6.1.3

01 Apr 21:06
b5b8093

Choose a tag to compare

Patch Changes

  • #16161 b51f297 Thanks @matthewp! - Fixes a dev rendering issue with the Cloudflare adapter where head metadata could be missing and dev CSS/scripts could be injected in the wrong place

  • #16110 de669f0 Thanks @tmimmanuel! - Fixes skew protection query parameters not being appended to inter-chunk JavaScript imports in client bundles, which could cause version mismatches during rolling deployments on Vercel

  • #16162 a0a49e9 Thanks @rururux! - Fixes an issue where HMR would not trigger when modifying files while using @astrojs/cloudflare with prerenderEnvironment: 'node' enabled.

  • #16142 7454854 Thanks @rururux! - Fixes HTML content being incorrectly escaped as plain text when rendering a MDX component using the AstroContainer APIs.

  • #16116 12602a9 Thanks @riderx! - Fixes a bug where page-level CSS could leak between unrelated pages when traversing style parents across top-level route boundaries

  • #16178 a7e7567 Thanks @matthewp! - Fixes SSR builds failing with "No matching renderer found" when a project only has injected routes and no src/pages/ directory

@astrojs/vercel@10.0.4

01 Apr 21:06
b5b8093

Choose a tag to compare

Patch Changes

  • #16170 d0fe1ec Thanks @bittoby! - Fixes edge middleware next() dropping the HTTP method and body when forwarding requests to the serverless function, which caused non-GET API routes (POST, PUT, PATCH, DELETE) to return 404

@astrojs/underscore-redirects@1.0.3

01 Apr 21:06
b5b8093

Choose a tag to compare

Patch Changes

  • #16034 814406d Thanks @alexanderniebuhr! - Fixes generated redirect files to respect Astro’s trailingSlash configuration, so redirect routes work with the expected URL format in built output instead of returning a 404 when accessed with a trailing slash.

@astrojs/preact@5.1.1

01 Apr 21:06
b5b8093

Choose a tag to compare

Patch Changes

  • #16180 1d1448c Thanks @matthewp! - Pre-optimizes @preact/signals and preact/hooks in the Vite dep optimizer to prevent late discovery triggering full page reloads during dev

@astrojs/netlify@7.0.6

01 Apr 21:06
b5b8093

Choose a tag to compare

Patch Changes

  • Updated dependencies [814406d]:
    • @astrojs/underscore-redirects@1.0.3

@astrojs/cloudflare@13.1.7

01 Apr 21:06
b5b8093

Choose a tag to compare

Patch Changes

  • Updated dependencies [814406d]:
    • @astrojs/underscore-redirects@1.0.3

create-astro@5.0.5

30 Mar 15:24
15f1649

Choose a tag to compare

Patch Changes

  • #16122 9a2113b Thanks @matthewp! - Fixes dependency installation failing on Windows when using Bun as the package manager

astro@6.1.2

30 Mar 15:24
15f1649

Choose a tag to compare

Patch Changes

  • #16104 47a394d Thanks @matthewp! - Fixes astro preview ignoring vite.preview.allowedHosts set in astro.config.mjs

  • #16047 711f837 Thanks @matthewp! - Fixes catch-all routes incorrectly intercepting requests for static assets when using the @astrojs/node adapter in middleware mode.

  • #15981 a60cbb6 Thanks @moktamd! - Fix Zod v4 validation error formatting to show human-readable messages instead of raw JSON

@astrojs/cloudflare@13.1.6

30 Mar 21:50
9a50757

Choose a tag to compare

Patch Changes

  • #16151 4978165 Thanks @matthewp! - Fixes a dev-mode crash loop in the Cloudflare adapter when using Starlight by excluding @astrojs/starlight from SSR dependency optimization

@astrojs/cloudflare@13.1.5

30 Mar 15:24
15f1649

Choose a tag to compare

Patch Changes

  • #16109 c887b4a Thanks @matthewp! - Fix HMR crash when editing content collection files caused by Vite's SSR transform colliding with zod v4's meta export

  • Updated dependencies []:

    • @astrojs/underscore-redirects@1.0.2