withastro
astro
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Merge branch 'main' into factory/fix-17832
factory/fix-17832
2 hours ago
fix(content): invalidate the data store directly on write (#17755) The dev server relied on the file watcher observing the atomic rename that commits a data store write to invalidate the content virtual modules. On Windows the watcher can miss that event, leaving dev serving stale content until a restart (#17335). The store now notifies listeners after real disk writes and the dev server invalidates directly, keeping the watcher path as a fallback for other processes with echo suppression to avoid double reloads.
main
2 hours ago
Escape set:text values in Astro JSX (#17847) * Align set:text rendering in Astro JSX * Add set:text rendering changeset
main
6 hours ago
Guard against stripping /index.html when stripped pathname no longer matches dynamic route pattern (#17831) * fix(routing): revert .html stripping when it breaks a dynamic page route pattern match (#17827) In `FetchState.#stripHtmlExtension()`, stripping `/index.html` to `/` broke dynamic page routes like `[slug].astro` because the stripped pathname no longer matched the route's pattern, causing `getParams()` to return empty params and `stringifyParams()` to throw `TypeError: Missing parameter`. After stripping, check whether the route pattern still matches. If not, the `.html` was part of a captured param value rather than a framework-injected suffix — revert to the original pathname. * Clarify pathname normalization comment * Fix pathname restoration for fallback routes --------- Co-authored-by: factory[bot] <factory[bot]@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@matthewphillips.info>
main
6 hours ago
Add set:text rendering changeset
mdx-set-text-rendering
6 hours ago
Fix pathname restoration for fallback routes
factory/fix-17827
7 hours ago
Clarify pathname normalization comment
factory/fix-17827
7 hours ago
fix: do not cache untracked prerenders
per-render-collectors
7 hours ago
Latest Branches
CodSpeed Performance Gauge
+17%
Name the correct winning route in prerender duplicate-pathname warnings
#17833
2 hours ago
4d5470b
factory/fix-17832
CodSpeed Performance Gauge
0%
Escape set:text values in Astro JSX
#17847
7 hours ago
5911f8a
mdx-set-text-rendering
CodSpeed Performance Gauge
-14%
Guard against stripping /index.html when stripped pathname no longer matches dynamic route pattern
#17831
7 hours ago
c487b40
factory/fix-17827
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs