Skip to content

The latest news releases from the Qwik team

May 1st, 2023

v0.106.0

Breaking Changes

Cloudflare pages deployment

In your entry.cloudflare-pages.ts, export fetch instead of onRequest. This is required in order to use the advanced mode of Cloudflare! it will allow future perf improvements and new features.

import { createQwikCity } from '@builder.io/qwik-city/middleware/cloudflare-pages';
import qwikCityPlan from '@qwik-city-plan';
import render from './entry.ssr';

+ const fetch = createQwikCity({ render, qwikCityPlan });
+ export { fetch };
- const onRequest = createQwikCity({ render, qwikCityPlan });
- export { onRequest };

What's Changed

New Contributors

Full Changelog: https://github.com/BuilderIO/qwik/compare/v0.105.0...v0.106.0

Contributors:

  • builder
  • qwik
  • manucorporat
  • adamdbradley
  • mhevery
  • fabian
  • shairez
  • dario
  • gustavocadev
  • ahevery
  • hamatoyogi
  • thejackshelton

April 28th, 2023

v0.105.0

Features

Fixes

Documentation

Full Changelog: https://github.com/BuilderIO/qwik/compare/v0.104.0...v0.105.0

Contributors:

  • adamdbradley
  • shairez
  • manucorporat
  • bjonesy
  • ahnpnl
  • ulic75
  • zanettin

April 26th, 2023

v0.104.0

Features

Fixes

Documation

New Contributors

Full Changelog: https://github.com/BuilderIO/qwik/compare/v0.103.0...v0.104.0

Contributors:

  • manucorporat
  • phcoliveira
  • zanettin
  • adamdbradley
  • ascorbic
  • samijaber
  • dmitry
  • PatrickJS
  • ulic75
  • wtlin1228
  • rjsdnql123
  • n8sabes
  • salamaashoush
  • the
  • gioboa
  • mhevery
  • mjschwanitz

April 20th, 2023

v0.103.0

What's Changed

New Contributors

Full Changelog: https://github.com/BuilderIO/qwik/compare/v0.102.0...v0.103.0

Contributors:

  • steve8708
  • manucorporat
  • egmaleta
  • eltociear
  • adamdbradley
  • Wimpert
  • AnthonyPAlicea
  • bjonesy
  • zanettin
  • PatrickJS
  • gmfun
  • hamatoyogi
  • mhevery
  • wtlin1228
  • swwind
  • n8sabes
  • DustinJSilk

April 14th, 2023

v0.102.0

What's Changed

New Contributors

Full Changelog: https://github.com/BuilderIO/qwik/compare/v0.101.0...v0.102.0

Contributors:

  • manucorporat
  • adamdbradley
  • dario
  • genki
  • latest
  • iseth
  • sean
  • the
  • zanettin
  • Varixo
  • ThomasJuhasz
  • mahmoudajawad
  • builder
  • mhevery
  • khalilou88
  • AnthonyPAlicea
  • kushalmahajan
  • un33k
  • steve8708
  • hamatoyogi
  • kapunahelewong

April 5th, 2023

v0.101.0

What's Changed

New Contributors

Full Changelog: https://github.com/BuilderIO/qwik/compare/v0.100.0...v0.101.0

Contributors:

  • mhevery
  • zanettin
  • steve8708
  • spicyzboss
  • hamatoyogi
  • tgv1975
  • manucorporat
  • the
  • wtlin1228
  • dustinsgoodman
  • brunocrosier
  • amatiash
  • Craiqser
  • ayushs2003
  • thejackshelton
  • cayter
  • spenserblack
  • sreeisalso
1
...
17
18
19
...
30