-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #183 from QwikDev/release-0.7
Release 0.7
- Loading branch information
Showing
2 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |