Skip to content

Commit

Permalink
Merge pull request #183 from QwikDev/release-0.7
Browse files Browse the repository at this point in the history
Release 0.7
  • Loading branch information
thejackshelton authored Dec 25, 2024
2 parents e12e71d + 960ca08 commit a74b0e0
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
39 changes: 39 additions & 0 deletions .changeset/warm-badgers-nail.md
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit a74b0e0

Please sign in to comment.