Skip to content

The latest news releases from the Qwik team

July 29th, 2024

create-qwik@1.7.2

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

Contributors:

  • wmertens
  • builder

July 11th, 2024

v1.7.1

What's Changed

There are very important bugfixes around build and development in this release and we recommend upgrading.

PRs

Full Changelog: https://github.com/QwikDev/qwik/compare/v1.7.0...v1.7.1

Contributors:

  • genki
  • JohnPremKumar
  • auth
  • gioboa
  • thejackshelton
  • wmertens
  • shairez

July 9th, 2024

v1.7.0

Notable changes

  • Form errors when using dot notation have a slightly different type
  • Changes to search parameters in the URL will cause routeloaders to re-run now
  • Fixed several issues in dev mode

PRs merged

New Contributors

Full Changelog: https://github.com/QwikDev/qwik/compare/v1.6.0...v1.7.0

Contributors:

  • gioboa
  • wmertens
  • codyroberts
  • BuptStEve
  • thejackshelton
  • arlyxiao
  • octet
  • tzdesign
1
...
13
14
15
...
30