A

Astro

A
Astro Web v7.0.3

@astrojs/vue@7.0.3

Patch Changes #17985 7a6e7f7 Thanks @astro-factory! - Fixes Vue render-function components failing to build when @astrojs/react is also enabled. React's renderer check no longer crashes on non-React object components, and Vue's check now recognizes defineComponent() components that use a setup function returning a render function.

A
Astro Web v11.1.6

@astrojs/node@11.1.6

Patch Changes #17971 0037c1a Thanks @matthewp! - Fixes aborted request bodies causing duplicate unhandled rejection logs in standalone mode when using src/fetch.ts #17964 01395b8 Thanks @astro-factory! - Fixes trailing-slash redirects truncating query strings that contain a second ? character

A
Astro Web v8.2.6

@astrojs/netlify@8.2.6

Patch Changes #17978 7a698ca Thanks @astro-factory! - Fixes skew protection to include the build assets directory (/_astro/ by default) in skew-protection.json patterns, preventing lazy-hydrated islands from loading duplicate framework instances after a redeploy Updated dependencies []: @astrojs/underscore-redirects@1.0.4

A
Astro Web v14.3.2

@astrojs/cloudflare@14.3.2

Patch Changes #17958 b95c574 Thanks @astro-factory! - Fixes a build failure when the wrangler config uses the exports field to declare Durable Object classes #18022 24946f7 Thanks @matthewp! - Fixes cold astro dev crashes when using the passthrough image service #17842 d68db73 Thanks @adamchal! - Fixes broken images on static sites by transforming prerendered images at build time with the default…

A
Astro Web v0.7.5

@astrojs/upgrade@0.7.5

Patch Changes #17651 504333c Thanks @sxzz! - Refactors internal version handling to use a smaller, ESM-native dependency

A
Astro Web v2.17.0

astro-vscode@2.17.0

Minor Changes #17676 49d4294 Thanks @Princesseuh! - Improves type checking and editor support for .astro files. The language server now uses our all-new Biome powered astro2tsx implementation. This new version has much better support for incomplete syntax, generic types and various edge cases. In the vast majority of cases, no changes should be required to your code, and any change should be the r…

A
Astro Web v1.10.12

@astrojs/ts-plugin@1.10.12

Patch Changes #17651 504333c Thanks @sxzz! - Refactors internal version handling to use a smaller, ESM-native dependency

A
Astro Web v2.17.0

@astrojs/language-server@2.17.0

Minor Changes #17676 49d4294 Thanks @Princesseuh! - Improves type checking and editor support for .astro files. The language server now uses our all-new Biome powered astro2tsx implementation. This new version has much better support for incomplete syntax, generic types and various edge cases. In the vast majority of cases, no changes should be required to your code, and any change should be the r…

A
Astro Web v6.0.6

@astrojs/react@6.0.6

Patch Changes #17985 7a6e7f7 Thanks @astro-factory! - Fixes Vue render-function components failing to build when @astrojs/react is also enabled. React's renderer check no longer crashes on non-React object components, and Vue's check now recognizes defineComponent() components that use a setup function returning a render function.

A
Astro Web v7.3.3

astro@7.3.3

Patch Changes #17651 504333c Thanks @sxzz! - Refactors internal version handling to use a smaller, ESM-native dependency #17942 0bc5715 Thanks @matthewp! - Returns appropriate 400 and 404 responses from the image endpoint for invalid and missing local image paths #17700 b2222fc Thanks @winklemad! - Fixes Astro.preferredLocaleList returning an empty list when a locale is configured with the object…

A
Astro Web v7.3.2

astro@7.3.2

Patch Changes #17896 a548223 Thanks @matthewp! - Fixes <script>/<style> rendering in MDX so that only literal content (including content injected by remark/rehype plugins) is treated as trusted markup. A dynamic value passed as a <script>/<style> child (e.g. <script>{value}</script>) is now escaped like any other element's content instead of being rendered raw. Use set:html to explicitly opt a dyn…

A
Astro Web v7.3.1

@astrojs/markdown-remark@7.3.1

Patch Changes #17896 a548223 Thanks @matthewp! - Fixes <script>/<style> rendering in MDX so that only literal content (including content injected by remark/rehype plugins) is treated as trusted markup. A dynamic value passed as a <script>/<style> child (e.g. <script>{value}</script>) is now escaped like any other element's content instead of being rendered raw. Use set:html to explicitly opt a dyn…

A
Astro Web v8.0.1

@astrojs/mdx@8.0.1

Patch Changes Updated dependencies [a548223]: @astrojs/markdown-satteri@0.4.1

A
Astro Web v0.4.1

@astrojs/markdown-satteri@0.4.1

Patch Changes #17896 a548223 Thanks @matthewp! - Fixes <script>/<style> rendering in MDX so that only literal content (including content injected by remark/rehype plugins) is treated as trusted markup. A dynamic value passed as a <script>/<style> child (e.g. <script>{value}</script>) is now escaped like any other element's content instead of being rendered raw. Use set:html to explicitly opt a dyn…

A
Astro Web v14.3.1

@astrojs/cloudflare@14.3.1

Patch Changes #17914 a400504 Thanks @astro-factory! - Fixes a build crash when a custom worker entrypoint exports Durable Object classes alongside prerendered pages. The prerender worker no longer inherits durable_objects, migrations, or workflows from the entry worker config. Updated dependencies []: @astrojs/underscore-redirects@1.0.4

A
Astro Web v7.3.1

astro@7.3.1

Patch Changes #17899 0389640 Thanks @ematipico! - Fixes an error that prevented projects using astro:assets from starting or building

A
Astro Web v14.3.0

@astrojs/cloudflare@14.3.0

Minor Changes #17795 15e2deb Thanks @matthewp! - Adds concurrent rendering support for experimental.incrementalBuild, including when using @astrojs/cloudflare Incremental builds no longer disable caching when build.concurrency is greater than 1. Projects that set build.concurrency: 1 to keep the cache enabled can remove that workaround. Cloudflare builds also reduce serialization overhead for larg…

A
Astro Web v7.3.0

astro@7.3.0

Minor Changes #17767 ce7c91f Thanks @astro-factory! - Adds --ignore-lock flag to astro preview, allowing multiple preview servers to run simultaneously on different ports. This is useful for E2E testing workflows (e.g., Playwright) that need to run several preview servers at once. #17818 c0b6581 Thanks @florian-lefebvre! - Adds a logger parameter to image services hooks Custom image services now r…

A
Astro Web v11.0.10

@astrojs/vercel@11.0.10

Patch Changes #17818 c0b6581 Thanks @florian-lefebvre! - Updates the development image service to forward every argument it receives to Astro's Sharp service, including the new logger parameter

A
Astro Web v6.0.5

@astrojs/react@6.0.5

Patch Changes Updated dependencies [f8e9458]: @astrojs/internal-helpers@0.11.0

A
Astro Web v8.0.0

@astrojs/mdx@8.0.0

Major Changes #17262 f8e9458 Thanks @Princesseuh! - Moves MDX file processing to the Markdown processors. '@astrojs/mdx' is still required to add MDX support to your project. However, it now delegates the MDX files processing to Markdown processors. What should I do? If you haven't explicitly installed a Markdown processor, you don't need to do anything. Otherwise, ensure that your configured Mark…

A
Astro Web v0.4.0

@astrojs/markdown-satteri@0.4.0

Minor Changes #17262 f8e9458 Thanks @Princesseuh! - Adds MDX rendering to the unified() and satteri() processors. Both processors now compile .mdx files themselves. You still need to install @astrojs/mdx to add MDX support to your project. Patch Changes Updated dependencies [f8e9458]: @astrojs/internal-helpers@0.11.0

A
Astro Web v8.2.5

@astrojs/netlify@8.2.5

Patch Changes Updated dependencies [f8e9458]: @astrojs/internal-helpers@0.11.0 @astrojs/underscore-redirects@1.0.4

A
Astro Web v11.0.9

@astrojs/vercel@11.0.9

Patch Changes #17450 19dae21 Thanks @ocavue! - Updates dependency @vercel/analytics to v2. See the changelog for more details. Updates dependency @vercel/routing-utils to v6. See the changelog for more details. Updated dependencies [f8e9458]: @astrojs/internal-helpers@0.11.0

A
Astro Web v7.3.0

@astrojs/markdown-remark@7.3.0

Minor Changes #17262 f8e9458 Thanks @Princesseuh! - Adds MDX rendering to the unified() and satteri() processors. Both processors now compile .mdx files themselves. You still need to install @astrojs/mdx to add MDX support to your project. #17262 f8e9458 Thanks @Princesseuh! - Adds a recmaPlugins option to unified() for adding recma (estree/JSX) plugins to the MDX compiler. Patch Changes Updated d…

A
Astro Web v11.1.5

@astrojs/node@11.1.5

Patch Changes Updated dependencies [f8e9458]: @astrojs/internal-helpers@0.11.0

A
Astro Web v3.7.4

@astrojs/sitemap@3.7.4

Patch Changes #17851 52d3f56 Thanks @astro-factory! - Fixes the sitemap outputting a URL with an empty path for the homepage (e.g. https://example.com instead of https://example.com/) when trailingSlash is set to "never" or build.format is set to "file"

A
Astro Web v7.2.9

astro@7.2.9

Patch Changes #17846 b441180 Thanks @Princesseuh! - Fixes importing .html files not being typed outside of .astro files #17831 32e8b44 Thanks @astro-factory! - Fixes a crash when requesting /index.html against a dynamic page route like [slug].astro #17841 c35448e Thanks @astro-factory! - Fixes SSR manifest containing stale entryModules references to prerender-only chunks that no longer exist in th…