withastro
astro
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Merge branch 'main' into feat/validators
feat/validators
5 minutes ago
fix(content): export DataMap and LiveDataMap in the generated types The generated `.astro/content.d.ts` declared both interfaces without `export`, while the shipped fallback in `types/content.d.ts` exports them. Ambient module bodies export their members implicitly, so the mismatch was not an error, but it made the two declarations of the same interface read differently. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
feat/validators
9 minutes ago
Merge branch 'main' of https://github.com/withastro/astro into feat/validators
feat/validators
14 minutes ago
Improve transition animation value serialization (#17970)
main
21 minutes ago
Fix redirect targets when a param value contains $ replacement patterns
shoutoutuoadi325:fix/redirect-param-replacement-patterns
3 hours ago
fix(dev): load renderers before resolving built-in routes In the dev server, renderers were only loaded into the per-manifest slot when a non-built-in route was rendered. A request to the server island endpoint that arrived with a fresh manifest object (for example through a custom src/fetch.ts built on astro/fetch, whose ambient manifest module is re-evaluated after every .astro transform) therefore had no renderers and any framework component inside the island failed with NoMatchingRenderer. Load renderers before the built-in route check so island requests always have them. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
barclayd:fix/dev-server-island-renderers
5 hours ago
fix: invalidate prerender environment in invalidateDataStore (#17991) When an adapter enables a separate prerender environment (e.g. @astrojs/cloudflare with prerenderEnvironment: 'node'), prerendered pages are served by that environment's own module runner and route cache. invalidateDataStore() only invalidated the ssr environment, leaving the prerender environment serving stale content after edits. Iterate over both ssr and prerender environments, following the same pattern already used by the routes plugin.
factory/fix-17991
5 hours ago
fix(csp): normalize CRLF line endings before computing CSP hashes
factory/fix-17996
6 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
feat: support more validators
#17892
12 minutes ago
e6361da
feat/validators
CodSpeed Performance Gauge
0%
Fix redirect targets when a param value contains a `$` replacement pattern
#18002
3 hours ago
eb876a8
shoutoutuoadi325:fix/redirect-param-replacement-patterns
CodSpeed Performance Gauge
0%
fix(dev): load renderers before resolving built-in routes so server islands render framework components
#18000
5 hours ago
90fcba5
barclayd:fix/dev-server-island-renderers
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs