Skip to content

The latest news releases from the Qwik team

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

May 1st, 2024

v1.5.3

What's Changed

  • chore(move): Update github references from BuilderIO -> QwikDev by @mhevery in #6111
  • feat(integrations): update the Turso integration by @xinnks in #6110
  • fix(starter/express): Update package.json by @notcod in #6118
  • feat(qwikloader): stoppropagation by @PatrickJS in #6121
  • fix(qwikloader): stopPropagation for any async handlers by @PatrickJS in #6123
  • fix: replace ev.cancelBubble w/ cancelBubble by @thejackshelton in #6127
  • docs: add missing key by @dejurin in #6130
  • fix(test): correct typo by @gioboa in #6137
  • docs(examples/apps): fixing a typo in runtime-less app description by @antoster in #6138
  • docs(deprecated-features): routeAction$ by @PatrickJS in #6140
  • fix(docs): fix up typo by @gioboa in #6142
  • feat(vercel-edge): add Vercel Skew Protection by @PatrickJS in #6141
  • feat: update qwik-image version by @gioboa in #6148
  • docs: correct spelling/grammar by @charleschitty in #6153
  • chore(build): refactor and increase sanity by @wmertens in #6146
  • fix(starters): types workaround v1.x by @PatrickJS in #6151
  • docs: Update verbiage and phrasing of Qwik getting started by @Jemsco in #6179
  • docs: Update project-structure index.mdx verbiage and phrasing by @Jemsco in #6180
  • docs: Update routing index.mdx verbiage and phrasing by @Jemsco in #6182
  • docs: Update pages index.mdx verbiage and phrasing by @Jemsco in #6183
  • docs: Update layout index.mdx verbiage and phrasing by @Jemsco in #6187
  • docs: Update middleware index.mdx verbiage and phrasing by @Jemsco in #6188
  • docs: Update server index.mdx verbiage and phrasing by @Jemsco in #6189
  • feat: allow any supported extension on entry points by @JerryWu1234 in #6162
  • docs: Update menu index.mdx verbiage and phrasing by @Jemsco in #6190
  • docs: Update advanced/routing index.mdx verbiage and phrasing by @Jemsco in #6191
  • docs: Update API Reference index.mdx verbiage and phrasing by @Jemsco in #6192
  • docs: Update request-handling index.mdx capitalize text by @Jemsco in #6193
  • docs: Update action index.mdx verbiage and phrasing by @Jemsco in #6194
  • fix(plugin/optimizer): 🐛 Enhance support for custom entry points in Vite config by @diecodev in #6178
  • fix(starters): Fix vite types referencing in base starter by @octet-stream in #6185
  • fix: #5227 by @lieranderl in #6156
  • chore(dockerfile baseimage updated to rust 1.73): dockerfile Rust bas… by @black-arm in #6164
  • docs(isBrowser/isServer): explain why those helpers are useful by @maiieul in #6085
  • docs: qwik uwu by @thejackshelton in #6197
  • fix(api): generate qwik api docs again by @wmertens in #6201
  • docs: Update components/overview index.mdx verbiage and phrasing by @Jemsco in #6200
  • fix: backports from v2 by @wmertens in #6202
  • docs: update showcases by @mgp87 in #6198
  • docs: Update components/date index.mdx verbiage and phrasing by @Jemsco in #6204
  • chore: 1.5.3 by @wmertens in #6205

New Contributors

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

Contributors:

  • mhevery
  • xinnks
  • notcod
  • PatrickJS
  • thejackshelton
  • dejurin
  • gioboa
  • antoster
  • charleschitty
  • wmertens
  • Jemsco
  • JerryWu1234
  • diecodev
  • octet
  • lieranderl
  • black
  • maiieul
  • mgp87

April 9th, 2024

v1.5.2

What's Changed

New Contributors

Full Changelog: https://github.com/BuilderIO/qwik/compare/v1.5.1...v1.5.2

Contributors:

  • mrhoodz
  • n8sabes
  • gioboa
  • wmertens
  • thejackshelton
  • shairez
  • eltociear
  • blakeley
  • intellix
  • geertjanOSS
  • jordanw66
  • ssmlee04
  • hamatoyogi
  • steve8708
  • rerelurelu
  • matthewlal
  • berli888
  • mhevery
  • AustinGil
  • sotasan
  • nhayhoc
  • plakatari
  • sidmohanty11
  • PatrickJS
  • oleasteo
  • Varixo
  • danielvaijk
  • milahu
  • fprl
1
...
9
10
11
...
30