-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Comparing changes
Open a pull request
base repository: withastro/astro
base: astro@6.4.6
head repository: withastro/astro
compare: astro@6.4.7
- 20 commits
- 73 files changed
- 18 contributors
Commits on Jun 10, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 8d753b0 - Browse repository at this point
Copy the full SHA 8d753b0View commit details -
fix(dev): refresh stale CSS during HMR (#16957)
* fix(dev): invalidate SSR dev-css virtual modules on CSS file changes to prevent stale inline styles * Update hmr-reload.test.ts * Update hmr-css-invalidation.test.ts * Update hmr-css-invalidation.test.ts * Create css-dev-css-hmr.test.ts * Create astro.config.mjs * Create [slug].astro * Create global.css * Update css-dev-css-hmr.test.ts * Fix Lint errors css-dev-css-hmr.test.ts * fix fixture paths * fix fixture path * delete old path * delete old path * cover ?raw css imports with srr invalidation * add comments * fix test: expect [] instead of undefined --------- Co-authored-by: astrobot-houston <fred+astrobot@astro.build>
Configuration menu - View commit details
-
Copy full SHA for 544ee76 - Browse repository at this point
Copy the full SHA 544ee76View commit details -
Configuration menu - View commit details
-
Copy full SHA for b79868d - Browse repository at this point
Copy the full SHA b79868dView commit details
Commits on Jun 11, 2026
-
fix(css): prevent client:only CSS from leaking to unrelated pages via…
… shared chunks (#17044)
Configuration menu - View commit details
-
Copy full SHA for 2220d22 - Browse repository at this point
Copy the full SHA 2220d22View commit details -
Fix HMR for files in middleware folder (#17040)
* fix(hmr): handle middleware directory file changes during dev * fix: add missing type annotation to middleware HMR test * refactor: extract isMiddlewarePath and test the real function --------- Co-authored-by: Matthew Phillips <matthew@matthewphillips.info>
Configuration menu - View commit details
-
Copy full SHA for 7c4763d - Browse repository at this point
Copy the full SHA 7c4763dView commit details -
Fix i18n URL helpers to respect
trailingSlash: 'never'configuration (#17035) Co-authored-by: Matthew Phillips <matthew@matthewphillips.info>
Configuration menu - View commit details
-
Copy full SHA for 197e50e - Browse repository at this point
Copy the full SHA 197e50eView commit details -
Configuration menu - View commit details
-
Copy full SHA for de0bc19 - Browse repository at this point
Copy the full SHA de0bc19View commit details -
fix(render): honour compressHTML when joining head elements (#16882)
* fix(render): honour compressHTML when joining head elements The separator between rendered <link> and <script> tags in renderAllHeadContent was hardcoded to '\n', ignoring the existing result.compressHTML flag used elsewhere in the pipeline. Switch to a conditional separator so compressed output omits newlines between head elements, consistent with doctype injection and other compressHTML-aware rendering paths. * Create fix-compress-html-head-join.md * Update head.ts * Update head.ts * Update head.ts
Configuration menu - View commit details
-
Copy full SHA for 621beb7 - Browse repository at this point
Copy the full SHA 621beb7View commit details -
fix(assets): use getClientOutputDirectory in image generation for sta…
…tic builds with preserveBuildClientDir\n\nWhen an adapter sets preserveBuildClientDir (e.g. @astrojs/cloudflare), static builds\nemit images to build.client (dist/client/_astro/) but the image optimization step was\nlooking in outDir (dist/_astro/), causing ENOENT errors.\n\nReplace the hardcoded outDir fallback in prepareAssetsGenerationEnv with\ngetClientOutputDirectory(), which correctly respects the preserveBuildClientDir\nadapter feature.\n\nFixes #16919 (#17050)
Configuration menu - View commit details
-
Copy full SHA for ff59fcd - Browse repository at this point
Copy the full SHA ff59fcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3719765 - Browse repository at this point
Copy the full SHA 3719765View commit details
Commits on Jun 12, 2026
-
feat(cli): Adds wrangler schema to generated wrangler.jsonc file when…
… running `astro add cloudflare` command (#16762) * feat: cloudflare wrangler config includes a schema * feat(docs): add changeset * Tweak changeset --------- Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9de80ae - Browse repository at this point
Copy the full SHA 9de80aeView commit details -
Supporting numeric id references (#16672)
* fix: supporting numbers in references * Tweak changeset --------- Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 52fc862 - Browse repository at this point
Copy the full SHA 52fc862View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbe0e54 - Browse repository at this point
Copy the full SHA bbe0e54View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0d1617 - Browse repository at this point
Copy the full SHA c0d1617View commit details -
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 814bf83 - Browse repository at this point
Copy the full SHA 814bf83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 360fa3f - Browse repository at this point
Copy the full SHA 360fa3fView commit details
Commits on Jun 15, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 2f4d92a - Browse repository at this point
Copy the full SHA 2f4d92aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0537f5c - Browse repository at this point
Copy the full SHA 0537f5cView commit details -
fix: improve diagnostics (#17046)
Co-authored-by: Armand Philippot <git@armand.philippot.eu>
Configuration menu - View commit details
-
Copy full SHA for ef771ec - Browse repository at this point
Copy the full SHA ef771ecView commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 910e121 - Browse repository at this point
Copy the full SHA 910e121View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff astro@6.4.6...astro@6.4.7