diff --git a/.changeset/config.json b/.changeset/config.json index a109e23b..0224c52c 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,11 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["@qwikdev/astro-website", "astro-deno-demo", "astro-node-demo", "astro-demo"] + "ignore": [ + "@qwikdev/astro-website", + "astro-deno-demo", + "astro-node-demo", + "astro-demo", + "minimal-fixture" + ] } diff --git a/.changeset/warm-badgers-nail.md b/.changeset/warm-badgers-nail.md new file mode 100644 index 00000000..b0173b4d --- /dev/null +++ b/.changeset/warm-badgers-nail.md @@ -0,0 +1,39 @@ +--- +"@qwikdev/astro": minor +--- + +## 🎄 Qwik Astro Holiday Update! (0.7) 🎅 + +Special thanks to [Luiz Ferraz (Fryuni)](https://github.com/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](https://github.com/QwikDev/astro/issues/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](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)) \ No newline at end of file