Change8

Migrating to Astro @astrojs/vue@7.0.0

Complete guide for upgrading to Astro @astrojs/vue@7.0.0.

Released: 6/22/2026

0
Breaking Changes
1
Migration Steps
7
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

getContainerRenderer()@astrojs/react@astrojs/preact@astrojs/svelte@astrojs/solidjs@astrojs/vue@astrojs/mdx

Migration Steps

  1. 1
    If you are using the Container API, update your import statements for `getContainerRenderer()` to use the new entrypoint, e.g., change `import { getContainerRenderer } from '@astrojs/react';` to `import { getContainerRenderer } from '@astrojs/react/container-renderer';`.

Release Summary

This release upgrades Astro to Vite v8 and introduces a new dedicated entrypoint for the Container API in several integrations to improve bundling efficiency.

Need More Details?

View the full release notes and all changes for Astro @astrojs/vue@7.0.0.

View Full Changelog