@astrojs/solid-js@7.0.2
Tencent/WeKnora@astrojs/solid-js@7.0.2Aug 6, 2026by astrobot-houston
AI Summary
This is a patch release that fixes a build crash occurring when Solid islands import packages shipping pre-compiled browser artifacts, such as `@kobalte/core`. The fix bundles Solid ecosystem packages in non-client environments to ensure Vite resolves the correct export condition during prerendering.
Key Highlights
- Fixes build crash with Solid islands importing ecosystem packages
- Bundles Solid ecosystem packages in non-client environments
- Resolves Vite export condition during prerendering
Full Release Notes
### Patch Changes - [#17584](https://github.com/withastro/astro/pull/17584) [`5462b81`](https://github.com/withastro/astro/commit/5462b81b8c13552a78131494ccf649b2d92b2968) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Fixes a build crash when a Solid island imports a package that ships pre-compiled browser artifacts via the `exports.solid` condition (e.g. `@kobalte/core`). Solid ecosystem packages are now bundled in non-client environments so that Vite resolves the correct export condition during prerendering.