版本发布 8
### Patch Changes - 01db52b: Fix unresolved module handling and update build tooling ### Fixes - Return `null` instead of throwing on unresolved modules in `resolveId` ### Chore - Migrate build tooling from `tsup` to `tsdown`
### Patch Changes - 01db52b: Fix unresolved module handling and update build tooling ### Fixes - Return `null` instead of throwing on unresolved modules in `resolveId` ### Chore - Migrate build tooling from `tsup` to `tsdown`
### Patch Changes - 7d7b656: feat: Support Qwik Render Options at runtime on a per-component basis. This is useful for scenarios where you want to render a Qwik component in an Astro page, but you want to use a different base URL for the Qwik component, or another configuration. For example, if you want to render a Qwik component in an Astro page, but you want to use a different base URL for the Qwik component, you can pass the `renderOpts` prop to the Qwik component. ```astro <NativeCounter initial={2} renderOpts={{ base: "http://0.0.0.0:4321/build" }} /> ``` Make sure to import the `RenderOptions` type from `@builder.io/qwik/server` and pass it to the component for type safety. Want to make a change for all components? Create a global object config and pass it to each component.
### Patch Changes - 98d18e6: `@astrojs/deno` is no longer maintained. Use `@deno/astro-adapter`.
### Patch Changes - 6fe70b5: feat: update stub versions
### Minor Changes - 823ff01: 🚀 Qwik Astro now supports the Qwik preloader! ⚡️ ✨ Simplified loader mechanism 🔄 Improved deployment support ⚙️ Enhanced Astro actions integration Read more in the upcoming blog post on the Qwik site.
### Minor Changes - 823ff01: 🚀 Qwik Astro now supports the Qwik preloader! ⚡️ ✨ Simplified loader mechanism 🔄 Improved deployment support ⚙️ Enhanced Astro actions integration Read more in the upcoming blog post on the Qwik site.
### Patch Changes - bcf04d0: - Fix Vercel builds failing force create serverchunks directory if needed - Fix Vercel Adapter Client Static Files Handling