Skip to content

The latest news releases from the Qwik team

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

June 28th, 2024

v1.6.0

What's Changed

Features

  • feat(vite-imagetools): add fetch priority support by @JerryWu1234 in #6538
  • feat: manage assetsDir by @gioboa in #6588
  • feat(qwikVite): add possibility to define multiple outputs by @KingSora in #6452
  • feat(vite-server config): added the option to disable image dev tools for dev server by @s-voloshynenko in #6427
  • feat(qrl): wrap resolved funcs for scope by @wmertens in #6575
  • feat(core): Add support to shadow DOM for QwikLoader. by @mhevery in #6547

Bug Fixes

Docs

New Contributors

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

Contributors:

  • JerryWu1234
  • gioboa
  • KingSora
  • s
  • wmertens
  • mhevery
  • shairez
  • thecoder93
  • thejackshelton
  • zougari47
  • srapport
  • maiieul
  • codyroberts
  • gimonaa
  • lollyxsrinand
  • tzdesign
  • sajebehari
  • nevthereal

June 12th, 2024

v1.5.7

What's Changed

New Contributors

Full Changelog: https://github.com/QwikDev/qwik/compare/v1.5.6...v1.5.7

Contributors:

  • shairez
  • sajebehari
  • gioboa

June 9th, 2024

v1.5.6

What's Changed

Many bugfixes and documentation updates.

We also added an API tech preview: createSignal, useConstant and createComputed$, which should be self-explanatory. Feedback welcome on Discord or in issues. We cannot guarantee the stability of these APIs yet, although they are simple enough that they probably won't need changing.

Commits

New Contributors

Full Changelog: https://github.com/QwikDev/qwik/compare/v1.5.5...v1.5.6

Contributors:

  • greatgraphicdesign
  • PatrickJS
  • JerryWu1234
  • shairez
  • loriswit
  • anxhirr
  • maiieul
  • Joristdh
  • Lejla94
  • codyroberts
  • wmertens
  • mhevery
  • gioboa
  • thejackshelton
  • dependabot
  • Dokja620
  • octet

May 21st, 2024

v1.5.5

What's Changed

New Contributors

Full Changelog: https://github.com/QwikDev/qwik/compare/v1.5.4...v1.5.5

Contributors:

  • maiieul
  • Jemsco
  • RumNCodeDev
  • ToanTrinh01
  • wmertens
  • PatrickJS
  • tzdesign
  • dejurin
  • gitstart
  • RaiVaibhav
  • MVAodhan
  • JerryWu1234
  • itssajan
  • octet
  • codyroberts
  • mhevery
  • DustinJSilk
  • rafalfigura
  • Twiggeh
  • greatgraphicdesign
  • gnemanja
  • williamsdyyz
  • okikio
  • mhuretski

May 7th, 2024

v1.5.4

What's Changed

  • fix(types): add exports for old ts import style by @wmertens in #6263

  • fix(Click-to-Source ): fix windows by @PatrickJS in #6261

  • fix: upgrade authcore level by @JerryWu1234 in #6147

  • feat(qwik-city): scroll restoration any element by @genki in #6258

  • fix(qrl): ensure .resolved exists in all cases by @wmertens in #6213

  • docs: Update components/tasks index.mdx verbiage and phrasing by @Jemsco in #6206

  • docs: reworded documentation and fixed grammar by @codyroberts in #6207

  • docs: Update advanced speculative module fetching verbiage … by @Jemsco in #6209

  • docs: Update advanced modules prefetching index.mdx verbiage by @Jemsco in #6210

  • docs: Update components/events index.mdx verbiage and phrasing by @Jemsco in #6216

  • docs: Update components/context index.mdx verbiage by @Jemsco in #6217

  • docs: Update components/slots index.mdx verbiage and phrasing by @Jemsco in #6218

  • docs: Update components/rendering index.mdx verbiage and phrasing by @Jemsco in #6219

  • docs: add missing import by @krisantuswanandi in #6225

  • fix(vite.config): Duplicate Export by @PatrickJS in #6227

  • fix(vite.config): error only when dupe by @PatrickJS in #6228

  • docs(routing): plugin by @PatrickJS in #6229

  • docs(plugin): qwik plugin and vite plugin by @PatrickJS in #6231

  • docs(sidebar): save scroll position, wider, and prefetch by @PatrickJS in #6234

  • fix(starters/empty): avoid p element gotchas by @PatrickJS in #6236

  • docs: Update components/styles index.mdx verbiage and phrasing by @Jemsco in #6245

  • docs: advanced dollar by @gparlakov in #6244

  • docs: advanced/dollar correct button by @gparlakov in #6243

  • docs: Update qwikcity index.mdx verbiage and phrasing by @Jemsco in #6248

  • docs: Update components/overview index.mdx to add export default by @Jemsco in #6250

  • docs: Update getting-started index.mdx to add export default by @Jemsco in #6251

  • docs: Update authjs index.mdx add environment vars for node by @Jemsco in #6253

  • docs: Update components/tasks index.mdx useVisibleTask$ by @Jemsco in #6255

  • docs: Update server index.mdx define server inside onclick by @Jemsco in #6256

  • docs: Environment Variables by @RumNCodeDev in #6257

  • fix(data-qwik-inspector): bypass data-qwik-inspector when needed by @PatrickJS in #6239

  • style(base/entry.preview.tsx): comment by @PatrickJS in #6259

  • fix(http): ignore ERR_HTTP2_INVALID_STREAM by @PatrickJS in #6238

  • feat(pause): capture errors in tasks by @PatrickJS in #6260

  • revert: starter vite config server bundle optimizations by @thejackshelton in #6265

  • docs: Update components/state index.mdx removing store objects by @Jemsco in #6266

  • docs: Update env-variables index.mdx add docker and fastify note by @Jemsco in #6262

  • fix(docs): try-catch local and session storage by @PatrickJS in #6268

  • docs: Update components/tasks index.mdx add useTask async note by @Jemsco in #6267

  • docs(stored-searches): try-catch by @PatrickJS in #6271

  • docs(stored-searches): try-catch types by @PatrickJS in #6272

  • docs: Update env-variables index.mdx with lifecycle section by @Jemsco in #6273

  • docs: Update routing index.mdx prevent prefetching behavior by @Jemsco in #6274

  • chore: 1.5.4 by @wmertens in #6275

  • docs(): clarify that prefetch is on by default by @maiieul in #6276

New Contributors

Full Changelog: https://github.com/QwikDev/qwik/compare/v1.5.3...v1.5.4

Contributors:

  • wmertens
  • PatrickJS
  • JerryWu1234
  • genki
  • Jemsco
  • codyroberts
  • krisantuswanandi
  • gparlakov
  • RumNCodeDev
  • thejackshelton
  • maiieul
1
...
25
26
27
...
30