Skip to content

Releases: QwikDev/astro

@qwikdev/[email protected]

28 Jan 18:47
4ca04c4
Compare
Choose a tag to compare

Patch Changes

  • 54ee1d1: dev mode: preloader support

@qwikdev/[email protected]

25 Jan 19:15
b47bbd8
Compare
Choose a tag to compare

Patch Changes

  • 0013b58: fix: better handling for jsx transforms in inline components

    fix: when in Astro client router, conditionally affect the string append rather than the html return for visible task support.

@qwikdev/[email protected]

12 Jan 18:05
7b5856f
Compare
Choose a tag to compare

Patch Changes

  • e6621dc: fix: efficiently scan barrel files

@qwikdev/[email protected]

04 Jan 23:50
bfaa577
Compare
Choose a tag to compare

Patch Changes

  • 700151a: # CLI Enhancement

    • Added --copy option to copy files safely
    • Updated documentation with examples and use cases.

@qwikdev/[email protected]

04 Jan 23:59
186ff98
Compare
Choose a tag to compare

Patch Changes

  • 911821a: fix: q-manifest gets added into the bundled code at build time

@qwikdev/[email protected]

04 Jan 07:26
452b2bc
Compare
Choose a tag to compare

Patch Changes

  • 87f657e: fix: improved manifest handling for deployment providers using older node versions

@qwikdev/[email protected]

04 Jan 04:55
cf03f24
Compare
Choose a tag to compare

Patch Changes

  • 4d34b2b: fix: support for Astro navigate function and virtual modules

@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