Avatar for the withastro user
withastro
astro
BlogDocsChangelog

Performance History

Latest Results

fix(transitions): preserve same-document history traversal When a navigate() was a sameDocument switch, prevent back/forward navigation from triggering a view transition. This change enables users to replaceState after a navigate() if they want to remove an anchor from the URL without Astro triggering view transitions later, during back/forward navigation. await navigate("#top", { history: "push", ... }); history.replaceState( history.state, "", window.location.pathname + window.location.search );
farnoy:samedocument-avoid-viewtransition
2 hours ago
Add advanced normalizePathname option to FetchState
fetch-state-decodepathname
2 hours ago
feedback, remove number chuking
feat/data-store-backend-abstraction
4 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
fix(transitions): preserve same-document history traversal#17355
3 hours ago
eaa29cd
farnoy:samedocument-avoid-viewtransition
CodSpeed Performance Gauge
0%
2 hours ago
7483030
fetch-state-decodepathname
CodSpeed Performance Gauge
0%
17 hours ago
893c79a
adamchal:fix/head-propagation-quadratic-scan
© 2026 CodSpeed Technology
Home Terms Privacy Docs