Releases: QwikDev/astro
Releases · QwikDev/astro
@qwikdev/create-astro@0.1.4
Patch Changes
- fa9e5a8: Added
.gitignore
file to the project and updated dependencies.
@qwikdev/create-astro@0.1.3
Patch Changes
-
5baee12: ## 🎄 Qwik Astro CLI Holiday Update! 🎅
This release introduces the ability to add Qwik to your existing Astro projects, with an improved CLI experience and better project integration.
✨ Core Features
- ✨ New CLI command to add Qwik to existing Astro projects
- 🚸 Improved interactive experience with smart defaults
- 🎯 Simplified project setup with fewer required inputs
- 🔄 Smarter handling of existing project names
- ⚡️ Streamlined installation process
🔧 Improvements
- 🎮 Enhanced interactive mode
- ✅ Better validation of user inputs
- 🔄 Smoother integration with existing projects
- 🛠️ Improved handling of CLI options
- 🚀 Faster project setup
🐛 Bug Fixes
- 🪟 Fixed Windows compatibility issues
- 🔧 Improved package manager detection
- 🛠️ Better error handling and user feedback
- 🔄 Fixed conflicts between CLI options
📦 Updates
- ⬆️ Updated dependencies
- 🔨 Improved build process
- 📦 Better package structure
@qwikdev/astro@0.7.2
Patch Changes
- fa9e5a8: Added
.gitignore
file to the project and updated dependencies.
@qwikdev/astro@0.7.1
Patch Changes
-
5baee12: ## 🎄 Qwik Astro CLI Holiday Update! 🎅
This release introduces the ability to add Qwik to your existing Astro projects, with an improved CLI experience and better project integration.
✨ Core Features
- ✨ New CLI command to add Qwik to existing Astro projects
- 🚸 Improved interactive experience with smart defaults
- 🎯 Simplified project setup with fewer required inputs
- 🔄 Smarter handling of existing project names
- ⚡️ Streamlined installation process
🔧 Improvements
- 🎮 Enhanced interactive mode
- ✅ Better validation of user inputs
- 🔄 Smoother integration with existing projects
- 🛠️ Improved handling of CLI options
- 🚀 Faster project setup
🐛 Bug Fixes
- 🪟 Fixed Windows compatibility issues
- 🔧 Improved package manager detection
- 🛠️ Better error handling and user feedback
- 🔄 Fixed conflicts between CLI options
📦 Updates
- ⬆️ Updated dependencies
- 🔨 Improved build process
- 📦 Better package structure
@qwikdev/astro@0.7.0
Minor Changes
-
3786754: ## 🎄 Qwik Astro Holiday Update! (0.7) 🎅
Special thanks to Luiz Ferraz (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)
🛠️ 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):
- Netlify
- Vercel
- Cloudflare
- And more!
📦 Package Cleanup
@qwikdev/astro@0.6.3
Patch Changes
- b2c242d: feat: support for inline components
@qwikdev/create-astro@0.1.2
Patch Changes
- b531a03: update deps
@qwikdev/astro@0.6.2
Patch Changes
- b531a03: update deps
@qwikdev/create-astro@0.1.1
Patch Changes
- 736a04c: update versions
@qwikdev/create-astro@0.1.0
Minor Changes
- 9aa38bb: refactor: major performance improvements