Releases: QwikDev/astro
@qwikdev/[email protected]
-
ed532ea: CLI Enhancement โจ
-
๐ Default Value for Overwriting Existing Directory:
The default value for overwriting an existing directory is now set tofalse
. This ensures that users must explicitly confirm overwriting a directory, preventing accidental data loss. -
๐ Default Project Destination Path:
The default destination path for new projects has been updated to./qwik-astro-app
instead of.
or./
. This provides a more intuitive approach, creating a dedicated folder for the new project rather than placing it directly in the current directory. -
๐ Bug Fixes:
Fixed several issues related to the execution of the CLI, ensuring a smoother user experience and better stability. -
๐ Support for Astro Templates:
Introduced the--template
or-t
argument to allow users to start a project from a specific Astro template, with Qwik configured on top. This adds flexibility for users looking to customize their projects right from the start.
-
@qwikdev/[email protected]
Patch Changes
- a22283f: fix: client router now executes Qwik's visible tasks correctly
@qwikdev/[email protected]
Patch Changes
- 8d25080: refactor: improved errors for older node versions
@qwikdev/[email protected]
Patch Changes
- fa9e5a8: Added
.gitignore
file to the project and updated dependencies.
@qwikdev/[email protected]
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/[email protected]
Patch Changes
- fa9e5a8: Added
.gitignore
file to the project and updated dependencies.
@qwikdev/[email protected]
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/[email protected]
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/[email protected]
Patch Changes
- b2c242d: feat: support for inline components
@qwikdev/[email protected]
Patch Changes
- b531a03: update deps