Skip to content

Releases: QwikDev/astro

@qwikdev/[email protected]

31 Dec 04:12
297a487
Compare
Choose a tag to compare
  • ed532ea: CLI Enhancement โœจ

    • ๐Ÿ”„ Default Value for Overwriting Existing Directory:
      The default value for overwriting an existing directory is now set to false. 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]

30 Dec 02:06
3d3a55b
Compare
Choose a tag to compare

Patch Changes

  • a22283f: fix: client router now executes Qwik's visible tasks correctly

@qwikdev/[email protected]

28 Dec 18:27
fa0c398
Compare
Choose a tag to compare

Patch Changes

  • 8d25080: refactor: improved errors for older node versions

@qwikdev/[email protected]

25 Dec 12:38
7029713
Compare
Choose a tag to compare

Patch Changes

  • fa9e5a8: Added .gitignore file to the project and updated dependencies.

@qwikdev/[email protected]

25 Dec 05:59
42d6c43
Compare
Choose a tag to compare

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]

25 Dec 12:38
7029713
Compare
Choose a tag to compare

Patch Changes

  • fa9e5a8: Added .gitignore file to the project and updated dependencies.

@qwikdev/[email protected]

25 Dec 05:59
42d6c43
Compare
Choose a tag to compare

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]

25 Dec 05:24
d2edca0
Compare
Choose a tag to compare

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

    • Removed unnecessary dependencies:
      • fs-extra
      • fs-move
      • vite-tsconfig-paths
    • Simplified peer dependencies to @builder.io/qwik >= 1.9.0
    • Fixed missing dependencies (#161)
    • Better respect for Astro config options (#74, #172)

@qwikdev/[email protected]

02 Aug 23:53
5c208a4
Compare
Choose a tag to compare

Patch Changes

  • b2c242d: feat: support for inline components

@qwikdev/[email protected]

30 Jul 01:23
34453c0
Compare
Choose a tag to compare

Patch Changes