withastro
astro
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore: add changeset for getStaticAsset
leekeh:feat/step-2
3 hours ago
fix: narrow types for netlify/cloudflare
leekeh:feat/step-2
3 hours ago
fix(transitions): snapshot script collection before iterating in runScripts getElementsByTagName returns a live HTMLCollection. When new scripts are appended to the DOM inside the loop body (e.g. the sentinel data:application/javascript module), the collection grows mid-iteration and some scripts get skipped. Convert to a static Array snapshot with Array.from() before each loop so every script is visited exactly once.
okxint:fix/run-scripts-live-collection
4 hours ago
refactor: emit the content data store as a JSON string (#17430)
main
9 hours ago
Merge remote-tracking branch 'origin/main' into ocavue/data-store-json-parse
ocavue/data-store-json-parse
9 hours ago
fix: correct Astro.url.pathname for non-index pages with build.format preserve When using build.format: 'preserve', non-index pages (e.g. about-me.astro) output as flat .html files (about-me.html), but Astro.url.pathname incorrectly returned a trailing-slash path (/about-me/) instead of the .html path (/about-me.html). The root cause was in getUrlForPath() which unconditionally grouped 'preserve' with 'directory' format for URL ending computation. Now 'preserve' splits behavior based on route.isIndex: index routes use directory-style URLs (trailing slash) and non-index routes use file-style URLs (.html extension), matching the pattern already used by getOutFolder(), getOutFile(), and getOutputFilename(). Fixes #17556
triagebot/fix-17556
11 hours ago
fix: devide the css cascade order
fkatsuhiro:fix/css-cascade-order
20 hours ago
fix: devide the css cascade order
fkatsuhiro:fix/css-cascade-order
21 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
feat: create new middleware mode `"on-request"`
#15686
3 hours ago
b2e903e
leekeh:feat/step-2
CodSpeed Performance Gauge
0%
fix(transitions): snapshot script collection before iterating in runScripts
#17563
4 hours ago
c15e0a2
okxint:fix/run-scripts-live-collection
CodSpeed Performance Gauge
0%
refactor: emit the content data store as a JSON string
#17430
9 hours ago
8fdcc52
ocavue/data-store-json-parse
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs