Skip to content

Commit

Permalink
0.7 changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
thejackshelton committed Dec 25, 2024
1 parent e12e71d commit 3786754
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .changeset/warm-badgers-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
"@qwikdev/astro": minor
---

### ✨ 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](https://github.com/QwikDev/astro/issues/158))

### πŸ› οΈ Under the Hood

- ⚑️ Faster builds: Now using Vite for entrypoint detection
- πŸͺŸ Fixed Windows compatibility issues
- πŸ“ Better `@astrojs/mdx` compatibility
- πŸ“ A temp directory is no longer needed
- 🌐 Full support for all deployment platforms ([#179](https://github.com/QwikDev/astro/issues/179)):
- Netlify
- Vercel
- Cloudflare
- And more!

### πŸ“¦ Package Cleanup

- Removed unnecessary dependencies:
- `fs-extra`
- `fs-move`
- `vite-tsconfig-paths`
- Simplified peer dependencies to `@builder.io/qwik >= 1.9.0`
- Fixed missing dependencies ([#161](https://github.com/QwikDev/astro/issues/161))
- Better respect for Astro config options ([#74](https://github.com/QwikDev/astro/issues/74), [#172](https://github.com/QwikDev/astro/issues/172))

0 comments on commit 3786754

Please sign in to comment.