@astrojs/solid-js@7.0.2
nats-io/nats-server@astrojs/solid-js@7.0.2Aug 6, 2026by astrobot-houston
AI Summary
A patch release fixing a build crash that occurred when Solid islands imported packages with pre-compiled browser artifacts.
Key Highlights
- Fixes build crash when a Solid island imports packages with `exports.solid` conditions.
- Solid ecosystem packages are now bundled in non-client environments.
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.