Releases: withastro/astro
astro@6.1.3
Patch Changes
-
#16161
b51f297Thanks @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
de669f0Thanks @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
a0a49e9Thanks @rururux! - Fixes an issue where HMR would not trigger when modifying files while using @astrojs/cloudflare with prerenderEnvironment: 'node' enabled. -
#16142
7454854Thanks @rururux! - Fixes HTML content being incorrectly escaped as plain text when rendering a MDX component using theAstroContainerAPIs. -
#16116
12602a9Thanks @riderx! - Fixes a bug where page-level CSS could leak between unrelated pages when traversing style parents across top-level route boundaries -
#16178
a7e7567Thanks @matthewp! - Fixes SSR builds failing with "No matching renderer found" when a project only has injected routes and nosrc/pages/directory
@astrojs/vercel@10.0.4
@astrojs/underscore-redirects@1.0.3
Patch Changes
- #16034
814406dThanks @alexanderniebuhr! - Fixes generated redirect files to respect Astro’strailingSlashconfiguration, 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
@astrojs/netlify@7.0.6
Patch Changes
- Updated dependencies [
814406d]:- @astrojs/underscore-redirects@1.0.3
@astrojs/cloudflare@13.1.7
Patch Changes
- Updated dependencies [
814406d]:- @astrojs/underscore-redirects@1.0.3
create-astro@5.0.5
astro@6.1.2
Patch Changes
-
#16104
47a394dThanks @matthewp! - Fixesastro previewignoringvite.preview.allowedHostsset inastro.config.mjs -
#16047
711f837Thanks @matthewp! - Fixes catch-all routes incorrectly intercepting requests for static assets when using the@astrojs/nodeadapter in middleware mode. -
#15981
a60cbb6Thanks @moktamd! - Fix Zod v4 validation error formatting to show human-readable messages instead of raw JSON