Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Dec 05:24
· 143 commits to main since this release
d2edca0

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)