En direct depuis GitHub

Calendrier des versions d'Astro : toutes les versions, dates et mises à jour

La dernière version d'Astro est Astro 7.3.5, publié le 24 septembre 2026. Ce calendrier affiche chaque version avec son numéro, sa date et ses notes de version, directement depuis GitHub et rafraîchi toutes les quelques heures.

AstroBuild lit en direct le flux de versions du projet Astro.js (withastro/astro), la plus récente d'abord. Filtrez par majeure, ou cliquez un nœud dans la trajectoire ou une ligne dans la chronologie pour les notes.

Cette liste est en direct. Dernier chargement le 25 septembre 2026 à 16:11.

v7.3.5Mineure / correctif

Publié le 24 septembre 2026

  • Adds a new container function called renderComponent(), which renders Astro components with inlined styles and scripts.
Notes de version complètes sur GitHub
  1. v7.3.524 septembre 2026

    Adds a new container function called renderComponent(), which renders Astro components with inlined styles and scripts.

  2. v7.3.422 septembre 2026

    Fixes incremental builds repeatedly rendering unchanged pages when modules or compiled CSS reference bundled assets.

  3. v7.3.316 septembre 2026

    Refactors internal version handling to use a smaller, ESM-native dependency

  4. v7.3.28 septembre 2026

    Fixes <script>/<style> rendering in MDX so that only literal content (including content injected by remark/rehype plugins) is treated as trusted ma...

  5. v7.3.13 septembre 2026

    Fixes an error that prevented projects using astro:assets from starting or building

  6. v7.3.03 septembre 2026

    Adds --ignore-lock flag to astro preview, allowing multiple preview servers to run simultaneously on different ports. This is useful for E2E testin...

  7. v7.2.1031 août 2026

    Fixes @astrojs/markdown-remark being pinned to an exact version.

  8. v7.2.927 août 2026

    Fixes importing .html files not being typed outside of .astro files

  9. v7.2.826 août 2026

    Updates the minimum supported version of Sharp to 0.35.4

  10. v7.2.725 août 2026

    Deserializes each route once when loading the SSR manifest

  11. v7.2.624 août 2026

    Fixes a bug where new FetchState(request) could fail in development when server dependencies were optimized

  12. v7.2.524 août 2026

    Fixes a bug where experimental_getFontFileURL() rejected valid font URLs when using the Cloudflare adapter

  13. v7.2.419 août 2026

    Fixes builds hanging when an image file is malformed

  14. v7.2.318 août 2026

    Fixes an issue where Astro could run out of memory when experimental.collectionStorage is set to chunked and there are multiple concurrent updates ...

  15. v7.2.213 août 2026

    Fixes component styles rendered from content entries remaining stale until a second save when an adapter uses Astro's fallback development environment

  16. v7.2.111 août 2026

    Fixes CSS hot module replacement after navigating between pages with ClientRouter

  17. v7.2.06 août 2026

    Adds the astro preview --background flag to start preview servers as background processes.

  18. v7.1.629 juillet 2026

    Fixes concurrent static builds failing to generate i18n rewrite fallbacks for dynamic routes

  19. v7.1.528 juillet 2026

    Fixes a bug where an error while finalizing a request could prevent a response from being sent

  20. v7.1.427 juillet 2026

    Fixes duplicate CSS files being emitted in server output when a prerendered page and a server-rendered page share the same styles (e.g. a shared la...

  21. v7.1.320 juillet 2026

    Fixes image optimization during astro build using too many parallel processes in CPU-limited containers. Builds now respect the container's CPU lim...

  22. v7.1.220 juillet 2026

    Updates dependency cookie to v2. Cookie values made entirely of URL-safe characters are no longer percent-encoded in Set-Cookie headers; encoded va...

  23. v7.1.117 juillet 2026

    Fixes encoded request paths being routed incorrectly when using domain-based i18n

  24. v7.1.016 juillet 2026

    Adds a new deferRender option to the glob() content loader

  25. v7.0.913 juillet 2026

    Fixes the first browser visit after astro dev starts triggering an immediate full page reload

  26. v7.0.813 juillet 2026

    Fixes astro preview --open not opening a browser when using an adapter with a custom preview entrypoint, such as @astrojs/cloudflare

  27. v7.0.78 juillet 2026

    Fixes CSS module scoped-name hash mismatch in astro dev when using vite.css.transformer: 'lightningcss' with content collections. Previously, a com...

  28. v7.0.62 juillet 2026

    Fixes a false deprecation warning for markdown.gfm and markdown.smartypants when using the Container API

  29. v7.0.51 juillet 2026

    Fixes an error that could occur after the dev server restarts when using an adapter such as @astrojs/cloudflare, where a request would fail with a ...

  30. v7.0.430 juin 2026

    Ensures transition directive values are HTML-escaped when rendered on hydrated islands

  31. v7.0.325 juin 2026

    Fixes a bug where an error thrown inside one route's getStaticPaths() would prevent other valid routes from being matched in dev mode

  32. v7.0.223 juin 2026

    Updated dependencies

  33. v7.0.123 juin 2026

    Fixes astro dev incorrectly starting in background mode for Warp terminal users. Hybrid environments like Warp are no longer treated as AI agents f...

  34. v7.0.0Majeure22 juin 2026

    Upgrade to Vite v8

  35. v7.0.0-beta.619 juin 2026

    Stabilizes route caching, removing the experimental.cache and experimental.routeRules flags and replacing them with the top-level cache and routeRu...

  36. v7.0.0-beta.518 juin 2026

    Makes 'jsx' the default value for compressHTML

  37. v6.4.817 juin 2026

    Harden the limits on the number of decoding on the URL.

  38. v7.0.0-beta.415 juin 2026

    Makes Sätteri the default Markdown processor

  39. v6.4.715 juin 2026

    Fixes getRelativeLocaleUrl, getAbsoluteLocaleUrl, and getAbsoluteLocaleUrlList to strip trailing slashes when trailingSlash: 'never' is configured

  40. v6.4.610 juin 2026

    Fixes an issue where renaming an image file while the dev server is running triggers a build error. Now Astro correctly hot-reloads the image witho...

  41. v7.0.0-beta.39 juin 2026

    Removes the astro db, astro login, astro logout, astro link, and astro init CLI commands.

  42. v6.4.59 juin 2026

    Fixes the experimental.logger destination not being used for the "Server listening on..." startup message. The logger is now resolved before the se...

  43. v7.0.0-alpha.28 juin 2026

    Adds background dev server management for AI coding agents.

  44. v6.4.43 juin 2026

    Prevents App.match() from throwing on request paths that contain an invalid percent-sequence.

  45. v6.4.32 juin 2026

    Bumps devalue dependency to v5.8.1

  46. v6.4.228 mai 2026

    Fixes a plugins is not iterable crash when using a pre-6.0 @astrojs/mdx alongside integrations (e.g. Starlight) that set markdown.remarkPlugins, ma...

  47. v6.4.028 mai 2026

    Adds a new preserveBuildServerDir adapter feature

  48. v6.3.826 mai 2026

    Fixes 404s for dynamically imported JS chunks when using an adapter with assetQueryParams (e.g. Vercel skew protection)

  49. v5.18.226 mai 2026

    Populates styles in the SSR manifest for prerendered routes. Previously, prerendered routes had styles: [] in the manifest, making it impossible fo...

  50. v6.3.721 mai 2026

    Fixes request body handling in the Node adapter when req.body is a Buffer, Uint8Array, or ArrayBuffer. Previously, binary body data was incorrectly...

  51. v6.3.620 mai 2026

    Fixes markdown images with empty alt text (![](image.jpg)) in content collections dropping the alt attribute entirely. The alt="" attribute is now ...

FAQ

Questions fréquentes sur les versions d'Astro

Quelle est la dernière version d'Astro ?

La dernière version d'Astro est 7.3.5, publiée le 24 septembre 2026. AstroBuild la lit en direct depuis le flux de versions de withastro/astro sur GitHub.

Où trouver les notes de version d'Astro ?

Chaque version de cette page renvoie directement vers les notes de version complètes sur GitHub (withastro/astro).

Que signifient majeure, mineure et correctif chez Astro ?

Astro suit le versionnage sémantique : une majeure (comme 7.0) peut contenir des changements cassants, une mineure (7.1) ajoute des fonctionnalités sans rien casser, et un correctif (7.0.1) corrige des bugs.

À quelle fréquence Astro publie-t-il une nouvelle version ?

Astro publie régulièrement des correctifs et des versions mineures, avec de temps en temps une nouvelle majeure. Ce calendrier affiche chaque version dès qu'elle paraît sur GitHub.