Skip to content

The latest news releases from the Qwik team

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

January 27th, 2024

v1.4.2

What's Changed

New Contributors

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

Contributors:

  • STRd6
  • thejackshelton
  • Seanmclem
  • wmertens
1
...
10
11
12
...
30