Change8

@astrojs/solid-js@7.0.0

📦 astroView on GitHub →
1 features🐛 1 fixes1 deprecations🔧 7 symbols

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.

Migration Steps

  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';`.

✨ New Features

  • Upgraded to Vite v8.

🐛 Bug Fixes

  • Triggered beta prereleases for packages that were still on alpha.

Affected Symbols

⚡ Deprecations

  • Importing `getContainerRenderer()` from the package root (e.g., `@astrojs/react`) is deprecated and will log a warning. Use the new entrypoint instead.