Skip to content

Releases: QwikDev/qwik

eslint-plugin-qwik@1.8.0

08 Aug 11:34
Compare
Choose a tag to compare
eslint-plugin-qwik@1.8.0

create-qwik@1.8.0

08 Aug 11:34
Compare
Choose a tag to compare

Patch Changes

  • 🐞🩹 wrong version when creating a library (by @shairez in #6757)

@builder.io/qwik@1.8.0

08 Aug 11:34
Compare
Choose a tag to compare

Minor Changes

  • Updated SWC parser means that the optimizer now understands import ... with syntax and that enums are replaced with numbers where possible. (by @wmertens in #6005)

  • The optimizer plugin will now rely on Rollup to group QRL segments. It will only provide hints on which segments fit well together. The result of this change is that now code splitting happens during the transform phase only, and other Rollup/Vite plugins (such as css-in-js plugins) can transform the code before Qwik transforms it. (by @wmertens in #6670)

  • The default asset filenames in the build have changed. Now they are under assets/hash-name.ext, so they are clearly separated from code. (by @wmertens in #5745)

Patch Changes

  • The fileFilter option to qwikVite() now always allows *.qwik.{m,c,}js files so that QRLs in libraries can be processed. (by @wmertens in #6760)

@builder.io/qwik-city@1.8.0

08 Aug 11:34
Compare
Choose a tag to compare
@builder.io/qwik-city@1.8.0

qwik-monorepo@1.7.2

29 Jul 17:31
Compare
Choose a tag to compare

Here is an index file of all the changelogs in this repo:

Package File
qwik Changelog
qwik-city Changelog
eslint-plugin-qwik Changelog
create-qwik Changelog

eslint-plugin-qwik@1.7.3

29 Jul 23:10
Compare
Choose a tag to compare
eslint-plugin-qwik@1.7.3

eslint-plugin-qwik@1.7.2

29 Jul 17:31
Compare
Choose a tag to compare
eslint-plugin-qwik@1.7.2

create-qwik@1.7.3

29 Jul 23:10
Compare
Choose a tag to compare

Patch Changes

  • 🐞🩹 get the right version number in starter apps (by @shairez in #6742)

create-qwik@1.7.2

29 Jul 17:31
Compare
Choose a tag to compare

Patch Changes

    • built files are now under dist/ or lib/. All tools that respect package export maps should just work. (by @wmertens in #6715)
      If you have trouble with Typescript, ensure that you use moduleResolution: "Bundler" in your tsconfig.json.
    • @builder.io/qwik no longer depends on undici

@builder.io/qwik@1.7.3

29 Jul 23:10
Compare
Choose a tag to compare
@builder.io/qwik@1.7.3
-