@astrojs/preact@6.0.0
📦 astroView on GitHub →
✨ 1 features🐛 1 fixes⚡ 1 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
- 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.