Minor Changes
-
feat: pause on debugger when falling back to full page reload during development (#9305)
-
feat: expose
base
via$service-worker
, make paths relative (#9250)
Patch Changes
-
fix: don't automatically prerender non-SSR'd pages (#9352)
-
fix: use 308 responses for trailing slash redirects, instead of 301s (#9351)
-
fix: remove buggy cookie path detection (#9298)
-
fix: don't prevent
beforeNavigate
callbacks from running following a cancelled unloading navigation (#9347) -
fix: persist DOM state on beforeunload (#9345)
-
fix: redirect to path with/without trailing slash when previewing prerendered pages (#9353)
-
fix: avoid FOUC when using CSS modules in dev (#9323)
-
fix: don't skip required parameters after missing optional parameters (#9331)
-
fix: account for server-emitted assets when prerenering (#9349)
-
fix: deal with fast consecutive promise resolutions when streaming (#9332)
-
chore: replace deprecated property access in preparation for TS 5.0 (#9361)