Skip to content

Releases: QwikDev/astro

@qwikdev/create-astro@0.1.4

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

Patch Changes

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

@qwikdev/create-astro@0.1.3

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/astro@0.7.2

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

Patch Changes

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

@qwikdev/astro@0.7.1

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/astro@0.7.0

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/astro@0.6.3

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

Patch Changes

  • b2c242d: feat: support for inline components

@qwikdev/create-astro@0.1.2

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

Patch Changes

@qwikdev/astro@0.6.2

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

Patch Changes

@qwikdev/create-astro@0.1.1

11 Jul 18:54
b90ea53
Compare
Choose a tag to compare

Patch Changes

@qwikdev/create-astro@0.1.0

11 Jul 16:31
9b94c4c
Compare
Choose a tag to compare

Minor Changes

  • 9aa38bb: refactor: major performance improvements