Skip to content

Releases: QwikDev/qwik

eslint-plugin-qwik@1.17.1

26 Oct 09:43
c2fda4a

Choose a tag to compare

eslint-plugin-qwik@1.17.1

create-qwik@1.17.1

26 Oct 09:43
c2fda4a

Choose a tag to compare

create-qwik@1.17.1

@builder.io/qwik@1.17.1

26 Oct 09:43
c2fda4a

Choose a tag to compare

Patch Changes

  • 🐞🩹 the bunding won't lead to circular dependencies in qwik-astro apps anymore. (by @maiieul in #8052)

  • ✨ The optimizer is now built with a recent Rust toolchain. Fresher bits! (by @wmertens in #8040)

@builder.io/qwik-city@1.17.1

26 Oct 09:43
c2fda4a

Choose a tag to compare

Patch Changes

  • 🐞🩹 zod is now imported as import * as z from 'zod', which vastly improves bundling. The Insights app client code reduced by 12kB. (by @wmertens in #8042)

eslint-plugin-qwik@1.17.0

08 Oct 20:34
8296f56

Choose a tag to compare

eslint-plugin-qwik@1.17.0

create-qwik@1.17.0

08 Oct 20:34
8296f56

Choose a tag to compare

create-qwik@1.17.0

@builder.io/qwik@1.17.0

08 Oct 20:34
8296f56

Choose a tag to compare

Minor Changes

  • 🐞🩹 Qwik now leverages Rollup's new output.onlyExplicitManualChunks feature, which improves preloading performance and reduces cache invalidation for a snappier user experience. (by @maiieul in #7982)

  • ✨ the qwikloader can now be inlined again if required (for testing or specific network conditions). Pass qwikLoader: 'inline' to the render options. (by @wmertens in #8008)

Patch Changes

  • 🐞🩹 The Deno integration now builds successfully with version v2.4.3 and above. (by @gioboa in #7913)

  • TEST: qwik react mount and unmount (by @sashkashishka in #7950)

  • 🐞🩹 solve type error when using async _resolved function (by @JerryWu1234 in #7426)

  • 🐞🩹 Click-to-Component is now more reliable across platforms (by @wmertens in #7923)

  • 🛠 add qwik react e2e test runs to ci (by @sashkashishka in #7952)

@builder.io/qwik-react@0.5.7

08 Oct 20:34
8296f56

Choose a tag to compare

Patch Changes

@builder.io/qwik-city@1.17.0

08 Oct 20:34
8296f56

Choose a tag to compare

Patch Changes

  • 🐞🩹 SSG sometimes hangs after completion, now we forcibly exit the SSG process when this happens. (by @wmertens in #7957)

  • 🐞🩹 return 404 for missing /build/ files. (by @gioboa in #7914)

  • 🐞🩹 redirecting internal q-data.json requests will keep the q-data.json suffix so that the client can still fetch the correct one (by @wmertens in #7988)

  • 🐞🩹 solve type error when using async _resolved function (by @JerryWu1234 in #7426)

  • 🐞🩹 while prefetching Link data, don't navigate to captive portals (by @wmertens in #7988)

@qwik.dev/router@2.0.0-beta.11

01 Oct 10:09
2153e74

Choose a tag to compare

Pre-release

Major Changes

  • Breaking: The order of head export merging has been slightly. Plain objects now override outer ones. Functions still are run inner-first. (by @wmertens in #7970)

Patch Changes