Skip to content

The latest news releases from the Qwik team

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

January 30th, 2024

v1.4.3

What's Changed

New Contributors

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

Contributors:

  • balaji
  • wmertens
  • qwik
  • auth
  • balazsorban44
  • greatgraphicdesign
  • STRd6
  • mhevery
  • alexismch
  • mrhoodz
1
...
15
16
17
...
30