Skip to content

The latest news releases from the Qwik team

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

March 6th, 2024

v1.5.1

What's Changed

New Contributors

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

Contributors:

  • wmertens
  • LazyClicks
  • blueagler
  • LukeSchlangen
  • gioboa

March 4th, 2024

v1.5.0

Breaking changes

It turns out that this release requires a change to vite.config.ts for the production builds. The ssr configuration needs to have "node:async_hooks" as external:

        ssr: {
          external: ['node:async_hooks'],
        },

New features

  • Support for Uint8Array serialization

Notable bugfixes

  • Server-side function calls now use Async LocalStorage to ensure retaining the request context during async handling

PRs

New Contributors

Full Changelog: https://github.com/BuilderIO/qwik/compare/v1.4.5...v1.5.0

Contributors:

  • AlexanderShushunov
  • alexismch
  • mrhoodz
  • mhevery
  • ayush3160
  • wmertens
  • jcfauchet
  • blueagler
  • gioboa
  • saboooor
  • fbernack
  • genki
  • reosablo
  • Kesmek
  • mittinatten
  • LazyClicks
  • notcod
  • dejurin
  • manucorporat
  • types
  • octet

February 13th, 2024

v1.4.5

What's Changed

New Contributors

Full Changelog: https://github.com/BuilderIO/qwik/compare/v1.4.4...v1.4.5

Contributors:

  • LorisSigrist
  • wmertens
  • codethinki
  • maiieul
  • iamriajul
  • mrhoodz

February 6th, 2024

v1.4.4

What's Changed

New Contributors

Full Changelog: https://github.com/BuilderIO/qwik/compare/v1.4.3...v1.4.4

Contributors:

  • wmertens
  • kylerush
  • mrhoodz
  • container
  • iamriajul
  • alexcsandru
  • ozanmakes
1
...
26
27
28
...
30