@astrojs/vue@5.1.3
📦 astroView on GitHub →
✨ 1 features🔧 2 symbols
Summary
This patch enhances the experimental Container API by automatically including client hydration entrypoints in the getContainerRenderer() function, simplifying the setup for interactive framework components in tests.
Migration Steps
- Remove manual calls to container.addClientRenderer() if you were previously using it to provide client hydration entrypoints alongside getContainerRenderer().
✨ New Features
- Added support for client hydration in getContainerRenderer(), enabling client-side interactivity for components rendered via the experimental Container API in Vite/Vitest environments.
🔧 Affected Symbols
getContainerRenderercontainer.addClientRenderer