github-actions
released this
25 Dec 05:24
·
143 commits
to main
since this release
Minor Changes
-
3786754: ## π Qwik Astro Holiday Update! (0.7) π
Special thanks to Luiz Ferraz (Fryuni) for his help with this release!
β¨ What's New
- π Added support for Astro 5
- π Integrated Qwik's next-gen buffering system (First framework to support this!)
- π Added support for Qwik libraries
- π New debug mode:
{ debug: true }
- π¨ Switched to
renderToStream
for better performance - 𧩠Improved inline Qwik components support (#158)
π οΈ Under the Hood
- β‘οΈ Faster builds: Now using Vite for entrypoint detection
- π§ Using latest version of Astro Integration Kit (18.0)
- πͺ Fixed Windows compatibility issues
- π Better
@astrojs/mdx
compatibility - π A temp directory is no longer needed
- π Full support for all Astro deployment platforms (#179):
- Netlify
- Vercel
- Cloudflare
- And more!
π¦ Package Cleanup