@astrojs/solid-js@7.0.1

withastro/astro@astrojs/solid-js@7.0.1Jul 2, 2026by astrobot-houston

AI Summary

A patch release fixing a bug where the Solid adapter failed to render Svelte 5 components using the new `$$renderer` prop, causing them to appear empty in mixed projects.

Key Highlights

  • Fixed Svelte 5 `$$renderer` prop rendering
  • Resolved empty string rendering for mixed Svelte/Solid projects
  • Corrected component detection logic

Full Release Notes

### Patch Changes

-   [#17270](https://github.com/withastro/astro/pull/17270) [`0142964`](https://github.com/withastro/astro/commit/014296439e084384432e13f2e5b192b0f595045d) Thanks [@FrancoKaddour](https://github.com/FrancoKaddour)! - Fix `@astrojs/solid-js` incorrectly claiming Svelte 5 components compiled with the newer `$$renderer` prop (instead of the legacy `$$payload`). Projects mixing Solid and Svelte could see Svelte components silently rendered as empty strings by the Solid renderer.