Skip to content

Releases: QwikDev/qwik

v1.0.0

02 May 13:54
3ce4fac
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.107.0...v1.0.0

v0.107.0

01 May 20:08
cbc0d96
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.106.0...v0.107.0

v0.106.0

01 May 12:22
4e53b33
Compare
Choose a tag to compare

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: v0.105.0...v0.106.0

v0.105.0

28 Apr 08:18
ab7d3fe
Compare
Choose a tag to compare

Features

Fixes

Documentation

Full Changelog: v0.104.0...v0.105.0

v0.104.0

26 Apr 15:05
73ef1f9
Compare
Choose a tag to compare

Features

Fixes

Documation

New Contributors

Full Changelog: v0.103.0...v0.104.0

v0.103.0

20 Apr 09:12
f0188da
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.102.0...v0.103.0

v0.102.0

14 Apr 17:06
68b96ec
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.101.0...v0.102.0

v0.101.0

05 Apr 18:25
176ba61
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.100.0...v0.101.0

v0.100.0

30 Mar 20:41
c06871a
Compare
Choose a tag to compare

BREAKING CHANGES

In preparation for V1, we have removed all deprecated APIs, it would be good to first install 0.25.0 and fix all deprecations before updating to 0.100.0. It's also possible that there are existing libraries using deprecated APIs that need to be updated. We plan to work with the community to get all updated for a robust and fresh 1.0 release!

From now, there wont be any more breaking changes, other than updating Typescript, Vite or Node. No changes to the Qwik code will be needed.

Check out the announcement:
https://www.builder.io/blog/qwik-rc-milestone

What's Changed

New Contributors

Full Changelog: v0.25.0...v0.100.0

v0.25.0

30 Mar 13:28
b8827bb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.24.0...v0.25.0