-
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.
- Loading branch information
1 parent
e12e71d
commit 3786754
Showing
1 changed file
with
34 additions
and
0 deletions.
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
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)) |