withastro
astro
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore: changeset
refactor/self-contained-dist
38 minutes ago
feat(node): resolve session storage base path at runtime Instead of baking an absolute filesystem path into the manifest for the default fs-lite session driver, store just the subdirectory name ('sessions') and resolve it against manifest.cacheDir at server startup. This makes the session config portable — moving dist/ to another machine no longer breaks the default session storage path.
refactor/self-contained-dist
2 hours ago
fix(css): only restore deleted CSS for components not rendered in SSR The restore logic was too broad — it restored any deleted CSS asset found in pagesToCss, but the normal parent walk also adds deleted CSS IDs there for components whose styles are already on the page from SSR. Track which component exports were rendered during SSR via ssrRenderedExports. Only flag deleted CSS for restore when the cssScopeTo target was NOT rendered in SSR (i.e. the styles were actually tree-shaken and missing from the page).
flue/fix-16251
2 hours ago
fix(css): only restore deleted CSS for components not rendered in SSR The restore logic was too broad — it restored any deleted CSS asset found in pagesToCss, but the normal parent walk also adds deleted CSS IDs there for components whose styles are already on the page from SSR. Track which component exports were rendered during SSR via ssrRenderedExports. Only flag deleted CSS for restore when the cssScopeTo target was NOT rendered in SSR (i.e. the styles were actually tree-shaken and missing from the page).
flue/fix-16251
2 hours ago
fix(css): restore deleted CSS assets needed by cssScopeTo recovery for conditionally rendered Svelte components
flue/fix-16251
5 hours ago
Merge branch 'main' into forwarded-headers-in-fetchstate
forwarded-headers-in-fetchstate
5 hours ago
fix(node): pass through Buffer and Uint8Array bodies in makeRequestBody instead of JSON-stringifying them (#16821)
main
5 hours ago
fix(jsx): route custom elements in MDX through the renderer pipeline for SSR (#16819)
main
5 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
refactor: make build `dist/` directory portable
#16826
43 minutes ago
7a1e303
refactor/self-contained-dist
CodSpeed Performance Gauge
-1%
Fix missing CSS for conditionally rendered Svelte components
#16823
2 hours ago
10f1ced
flue/fix-16251
CodSpeed Performance Gauge
-20%
Resolve X-Forwarded-* headers inside FetchState
#16811
5 hours ago
3e8badd
forwarded-headers-in-fetchstate
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs