Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"@qwik.dev/react": "2.0.0-0",
"supabase-auth-helpers-qwik": "0.0.3",
"qwik-cli-e2e": "0.0.0",
"@qwik.dev/optimizer": "2.0.0"
"@qwik.dev/optimizer": "2.0.0",
"@devtools/browser-extension": "0.1.0",
"@qwik.dev/devtools": "0.2.8"
},
"branch": "build/v2",
"changesets": [
Expand All @@ -37,6 +39,7 @@
"bright-pants-crash",
"bright-showers-taste",
"brown-ravens-behave",
"build-types-after-lib",
"bumpy-turtles-fix",
"calm-cobras-serve",
"calm-cycles-know",
Expand All @@ -52,7 +55,9 @@
"cold-rice-slide",
"common-breads-wait",
"common-socks-heal",
"compressed-streams-drain",
"cool-hats-glow",
"core-locale-node-builtin-import",
"crazy-cities-tap",
"crazy-dodos-attend",
"cruel-taxis-talk",
Expand All @@ -68,6 +73,7 @@
"dirty-lemons-shop",
"dirty-lines-march",
"dirty-meals-attack",
"dry-rabbits-hang",
"dull-insects-slide",
"eager-coats-retire",
"eager-kids-learn",
Expand Down Expand Up @@ -140,13 +146,16 @@
"lemon-flies-taste",
"lemon-tools-bathe",
"light-eels-lead",
"light-shirts-move",
"light-singers-remain",
"little-birds-worry",
"little-ways-deny",
"long-cooks-joke",
"long-shirts-thank",
"loose-lemons-read",
"loud-dolphins-relate",
"loud-eels-battle",
"loud-jokes-fail",
"loud-mammals-dress",
"lovely-terms-jump",
"major-lemons-jam",
Expand All @@ -157,6 +166,7 @@
"mean-tires-cover",
"mean-webs-try",
"metal-shrimps-search",
"modern-emus-share",
"nasty-dots-brake",
"nasty-views-study",
"neat-seas-give",
Expand All @@ -175,6 +185,7 @@
"open-beds-grab",
"orange-otters-attend",
"orange-planes-kiss",
"petite-dancers-bathe",
"petite-experts-press",
"plain-eggs-clean",
"plain-snakes-punch",
Expand All @@ -186,6 +197,7 @@
"pretty-parents-draw",
"pretty-trees-check",
"proud-houses-fix",
"proud-items-scream",
"proud-kangaroos-boil",
"proud-pillows-try",
"purple-melons-invent",
Expand All @@ -203,9 +215,9 @@
"rich-sites-refuse",
"rich-wasps-tease",
"ripe-taxes-watch",
"rollup-input-absolute",
"rotten-penguins-cough",
"rotten-weeks-tickle",
"router-dev-middleware-missing-entry-ssr",
"rude-sloths-help",
"seven-pumpkins-argue",
"shaggy-nights-visit",
Expand All @@ -220,6 +232,7 @@
"short-terms-see",
"shy-carpets-switch",
"shy-heads-check",
"shy-knives-pay",
"shy-shirts-glow",
"shy-walls-shake",
"silent-badgers-bet",
Expand All @@ -246,6 +259,7 @@
"sour-zebras-tell",
"spicy-candies-visit",
"spicy-onions-jog",
"spicy-parrots-smash",
"spicy-rings-check",
"stale-corners-flow",
"strange-bottles-sleep",
Expand All @@ -270,6 +284,7 @@
"tasty-turkeys-stand",
"ten-emus-jog",
"ten-pigs-fly",
"thin-brooms-stay",
"thirty-carrots-stand",
"thirty-ducks-sort",
"thirty-ravens-draw",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-qwik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# create-qwik

## 2.0.0-beta.35

## 2.0.0-beta.34

## 2.0.0-beta.33
Expand Down
2 changes: 1 addition & 1 deletion packages/create-qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-qwik",
"description": "Interactive CLI for create Qwik projects and adding features.",
"version": "2.0.0-beta.34",
"version": "2.0.0-beta.35",
"author": "Qwik Team",
"bin": "./create-qwik.mjs",
"bugs": "https://github.com/QwikDev/qwik/issues",
Expand Down
2 changes: 2 additions & 0 deletions packages/eslint-plugin-qwik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# eslint-plugin-qwik

## 2.0.0-beta.35

## 2.0.0-beta.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-qwik",
"description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",
"version": "2.0.0-beta.34",
"version": "2.0.0-beta.35",
"author": "Qwik Team",
"bugs": "https://github.com/QwikDev/qwik/issues",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/optimizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @qwik.dev/optimizer

## 2.1.0-beta.4

### Minor Changes

- ✨ add worker$ support running heavy work in Web Workers (by [@Varixo](https://github.com/Varixo) in [#8572](https://github.com/QwikDev/qwik/pull/8572))

## 2.1.0-beta.3

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/optimizer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qwik.dev/optimizer",
"description": "Qwik optimizer runtime and native bindings.",
"version": "2.1.0-beta.3",
"version": "2.1.0-beta.4",
"bugs": "https://github.com/QwikDev/qwik/issues",
"engines": {
"node": "^20.3.0 || >=21.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/qwik-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @qwik.dev/react

## 2.0.0-beta.35

### Patch Changes

- Updated dependencies [[`8fdf639`](https://github.com/QwikDev/qwik/commit/8fdf6393312a10407db8d9a0b0199d77e2a208c7), [`8dbdc12`](https://github.com/QwikDev/qwik/commit/8dbdc1253d7ab4fe9bcef520d79b1c85aac3b372), [`b6f7556`](https://github.com/QwikDev/qwik/commit/b6f755677abc91b4a873afa2b50930d4354ecee9), [`5cb730f`](https://github.com/QwikDev/qwik/commit/5cb730f56b2500fca0c0acd06249f8b1f4612f40), [`c5f5bb0`](https://github.com/QwikDev/qwik/commit/c5f5bb0c89037848db7c7aee90e0d6daf2f97d3e), [`dc9a8e8`](https://github.com/QwikDev/qwik/commit/dc9a8e8ba830663c5b4ef1297079a976d8b258c6), [`ea33c02`](https://github.com/QwikDev/qwik/commit/ea33c02d179a52e438446ad3d511c1e77e45fa79), [`b90aa3f`](https://github.com/QwikDev/qwik/commit/b90aa3fa64464fda83b790f5f8f122a2a8e7ea5b), [`a8e3dc0`](https://github.com/QwikDev/qwik/commit/a8e3dc0694954aee6d9348b85a5c6cbb9b05b71d), [`5fd8f65`](https://github.com/QwikDev/qwik/commit/5fd8f65c5c7999785304580a92f7bfc7b57a9e68)]:
- @qwik.dev/core@2.0.0-beta.35

## 2.0.0-beta.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qwik.dev/react",
"description": "Qwik React allows adding React components into existing Qwik application",
"version": "2.0.0-beta.34",
"version": "2.0.0-beta.35",
"bugs": "https://github.com/QwikDev/qwik/issues",
"devDependencies": {
"@qwik.dev/core": "workspace:*",
Expand Down
19 changes: 19 additions & 0 deletions packages/qwik-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @qwik.dev/city

## 2.0.0-beta.35

### Minor Changes

- ✨ add worker$ support running heavy work in Web Workers (by [@Varixo](https://github.com/Varixo) in [#8572](https://github.com/QwikDev/qwik/pull/8572))

### Patch Changes

- fix(router): Node SSR no longer hangs when using `compression` (or other middleware that wraps `res.write` / `res.end`). (by [@maiieul](https://github.com/maiieul) in [#8620](https://github.com/QwikDev/qwik/pull/8620))

- 🐞🩹 handle aborted Node response streams without crashing and resolve the Node response stream contract (by [@Varixo](https://github.com/Varixo) in [#8613](https://github.com/QwikDev/qwik/pull/8613))

- fix(router): The Vite dev won't crash anymore when `src/entry.ssr` is missing (e.g. in monorepos) (by [@maiieul](https://github.com/maiieul) in [#8601](https://github.com/QwikDev/qwik/pull/8601))

- 🐞🩹 handle callback-only response end in Vite HTML transform (by [@Varixo](https://github.com/Varixo) in [#8597](https://github.com/QwikDev/qwik/pull/8597))

- Updated dependencies [[`8fdf639`](https://github.com/QwikDev/qwik/commit/8fdf6393312a10407db8d9a0b0199d77e2a208c7), [`8dbdc12`](https://github.com/QwikDev/qwik/commit/8dbdc1253d7ab4fe9bcef520d79b1c85aac3b372), [`b6f7556`](https://github.com/QwikDev/qwik/commit/b6f755677abc91b4a873afa2b50930d4354ecee9), [`5cb730f`](https://github.com/QwikDev/qwik/commit/5cb730f56b2500fca0c0acd06249f8b1f4612f40), [`c5f5bb0`](https://github.com/QwikDev/qwik/commit/c5f5bb0c89037848db7c7aee90e0d6daf2f97d3e), [`dc9a8e8`](https://github.com/QwikDev/qwik/commit/dc9a8e8ba830663c5b4ef1297079a976d8b258c6), [`ea33c02`](https://github.com/QwikDev/qwik/commit/ea33c02d179a52e438446ad3d511c1e77e45fa79), [`b90aa3f`](https://github.com/QwikDev/qwik/commit/b90aa3fa64464fda83b790f5f8f122a2a8e7ea5b), [`a8e3dc0`](https://github.com/QwikDev/qwik/commit/a8e3dc0694954aee6d9348b85a5c6cbb9b05b71d), [`5fd8f65`](https://github.com/QwikDev/qwik/commit/5fd8f65c5c7999785304580a92f7bfc7b57a9e68)]:
- @qwik.dev/core@2.0.0-beta.35

## 2.0.0-beta.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qwik.dev/router",
"description": "The router for Qwik.",
"version": "2.0.0-beta.34",
"version": "2.0.0-beta.35",
"bugs": "https://github.com/QwikDev/qwik/issues",
"dependencies": {
"@azure/functions": "3.5.1",
Expand Down
37 changes: 37 additions & 0 deletions packages/qwik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# @qwik.dev/core

## 2.0.0-beta.35

### Minor Changes

- ✨ Add an experimental `<Suspense>` component for showing fallback UI when child content takes longer than expected to render. (by [@Varixo](https://github.com/Varixo) in [#8588](https://github.com/QwikDev/qwik/pull/8588))

When rendering on the client, `<Suspense>` shows the `fallback` after the configured delay and keeps it visible until the children are ready. During updates, `showStale` can keep the last resolved content visible while the fallback is shown.

Enable it with `experimental: ['suspense']` in the `qwikVite` plugin.

On SSR, children render normally for now. The boundary also prepares Suspense for future streaming behavior.

- ✨ add experimental `Reveal` for coordinating `Suspense` boundaries (by [@Varixo](https://github.com/Varixo) in [#8603](https://github.com/QwikDev/qwik/pull/8603))

`Reveal` lets developers coordinate sibling `Suspense` boundaries with `parallel`, `sequential`, `reverse`, or `together` reveal order. Use `collapsed` to hide pending boundaries that are waiting for their turn instead of showing their fallback.

- ✨ `getClientManifest()` is now the way to get the client build manifest. Importing from `@qwik-client-manifest` is deprecated. (by [@wmertens](https://github.com/wmertens) in [#8352](https://github.com/QwikDev/qwik/pull/8352))

- ✨ add worker$ support running heavy work in Web Workers (by [@Varixo](https://github.com/Varixo) in [#8572](https://github.com/QwikDev/qwik/pull/8572))

### Patch Changes

- fix(cli): defer `build.types` until after `build.lib` finishes so vite's `emptyOutDir` no longer races with tsc and silently wipes the emitted `.d.ts` files. (by [@maiieul](https://github.com/maiieul) in [#8585](https://github.com/QwikDev/qwik/pull/8585))

- fix(core): hide `node:async_hooks` import from non-Qwik bundlers (e.g. cypress E2E) (by [@maiieul](https://github.com/maiieul) in [#8602](https://github.com/QwikDev/qwik/pull/8602))

- 🐞🩹 final core.js output does not include error codes anymore, reducing the core module's size a little bit. (by [@maiieul](https://github.com/maiieul) in [#8612](https://github.com/QwikDev/qwik/pull/8612))

- Migrated DevTools to Qwik, upgraded dependencies, and fixed issues caused by the dependency upgrade. (by [@JerryWu1234](https://github.com/JerryWu1234) in [#8593](https://github.com/QwikDev/qwik/pull/8593))

- 🐞🩹 don't include preloader in dev mode (by [@Varixo](https://github.com/Varixo) in [#8606](https://github.com/QwikDev/qwik/pull/8606))

- 🐞🩹 non-Vite consumers (webpack, etc.) don't blow up at runtime anymore when `import.meta.env` is undefined. (by [@maiieul](https://github.com/maiieul) in [#8610](https://github.com/QwikDev/qwik/pull/8610))

- Updated dependencies [[`a8e3dc0`](https://github.com/QwikDev/qwik/commit/a8e3dc0694954aee6d9348b85a5c6cbb9b05b71d)]:
- @qwik.dev/optimizer@2.1.0-beta.4

## 2.0.0-beta.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qwik.dev/core",
"description": "An open source framework for building instant loading web apps at any scale, without the extra effort.",
"version": "2.0.0-beta.34",
"version": "2.0.0-beta.35",
"author": "Qwik Team",
"bin": {
"qwik": "./qwik-cli.mjs"
Expand Down