Skip to content

Commit 0df29a8

Browse files
Version Packages (beta)
1 parent 2c0f4af commit 0df29a8

11 files changed

Lines changed: 73 additions & 7 deletions

File tree

.changeset/pre.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"@qwik.dev/react": "2.0.0-0",
1313
"supabase-auth-helpers-qwik": "0.0.3",
1414
"qwik-cli-e2e": "0.0.0",
15-
"@qwik.dev/optimizer": "2.0.0"
15+
"@qwik.dev/optimizer": "2.0.0",
16+
"@devtools/browser-extension": "0.1.0",
17+
"@qwik.dev/devtools": "0.2.8"
1618
},
1719
"branch": "build/v2",
1820
"changesets": [
@@ -37,6 +39,7 @@
3739
"bright-pants-crash",
3840
"bright-showers-taste",
3941
"brown-ravens-behave",
42+
"build-types-after-lib",
4043
"bumpy-turtles-fix",
4144
"calm-cobras-serve",
4245
"calm-cycles-know",
@@ -53,6 +56,7 @@
5356
"common-breads-wait",
5457
"common-socks-heal",
5558
"cool-hats-glow",
59+
"core-locale-node-builtin-import",
5660
"crazy-cities-tap",
5761
"crazy-dodos-attend",
5862
"cruel-taxis-talk",
@@ -140,13 +144,16 @@
140144
"lemon-flies-taste",
141145
"lemon-tools-bathe",
142146
"light-eels-lead",
147+
"light-shirts-move",
143148
"light-singers-remain",
144149
"little-birds-worry",
145150
"little-ways-deny",
146151
"long-cooks-joke",
147152
"long-shirts-thank",
148153
"loose-lemons-read",
149154
"loud-dolphins-relate",
155+
"loud-eels-battle",
156+
"loud-jokes-fail",
150157
"loud-mammals-dress",
151158
"lovely-terms-jump",
152159
"major-lemons-jam",
@@ -157,6 +164,7 @@
157164
"mean-tires-cover",
158165
"mean-webs-try",
159166
"metal-shrimps-search",
167+
"modern-emus-share",
160168
"nasty-dots-brake",
161169
"nasty-views-study",
162170
"neat-seas-give",
@@ -175,6 +183,7 @@
175183
"open-beds-grab",
176184
"orange-otters-attend",
177185
"orange-planes-kiss",
186+
"petite-dancers-bathe",
178187
"petite-experts-press",
179188
"plain-eggs-clean",
180189
"plain-snakes-punch",
@@ -186,6 +195,7 @@
186195
"pretty-parents-draw",
187196
"pretty-trees-check",
188197
"proud-houses-fix",
198+
"proud-items-scream",
189199
"proud-kangaroos-boil",
190200
"proud-pillows-try",
191201
"purple-melons-invent",
@@ -203,9 +213,9 @@
203213
"rich-sites-refuse",
204214
"rich-wasps-tease",
205215
"ripe-taxes-watch",
206-
"rollup-input-absolute",
207216
"rotten-penguins-cough",
208217
"rotten-weeks-tickle",
218+
"router-dev-middleware-missing-entry-ssr",
209219
"rude-sloths-help",
210220
"seven-pumpkins-argue",
211221
"shaggy-nights-visit",
@@ -220,6 +230,7 @@
220230
"short-terms-see",
221231
"shy-carpets-switch",
222232
"shy-heads-check",
233+
"shy-knives-pay",
223234
"shy-shirts-glow",
224235
"shy-walls-shake",
225236
"silent-badgers-bet",
@@ -270,6 +281,7 @@
270281
"tasty-turkeys-stand",
271282
"ten-emus-jog",
272283
"ten-pigs-fly",
284+
"thin-brooms-stay",
273285
"thirty-carrots-stand",
274286
"thirty-ducks-sort",
275287
"thirty-ravens-draw",

packages/create-qwik/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# create-qwik
22

3+
## 2.0.0-beta.35
4+
35
## 2.0.0-beta.34
46

57
## 2.0.0-beta.33

packages/create-qwik/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-qwik",
33
"description": "Interactive CLI for create Qwik projects and adding features.",
4-
"version": "2.0.0-beta.34",
4+
"version": "2.0.0-beta.35",
55
"author": "Qwik Team",
66
"bin": "./create-qwik.mjs",
77
"bugs": "https://github.com/QwikDev/qwik/issues",

packages/eslint-plugin-qwik/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# eslint-plugin-qwik
22

3+
## 2.0.0-beta.35
4+
35
## 2.0.0-beta.34
46

57
### Patch Changes

packages/eslint-plugin-qwik/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-qwik",
33
"description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",
4-
"version": "2.0.0-beta.34",
4+
"version": "2.0.0-beta.35",
55
"author": "Qwik Team",
66
"bugs": "https://github.com/QwikDev/qwik/issues",
77
"dependencies": {

packages/qwik-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @qwik.dev/react
22

3+
## 2.0.0-beta.35
4+
5+
### Patch Changes
6+
7+
- 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), [`5fd8f65`](https://github.com/QwikDev/qwik/commit/5fd8f65c5c7999785304580a92f7bfc7b57a9e68)]:
8+
- @qwik.dev/core@2.0.0-beta.35
9+
310
## 2.0.0-beta.34
411

512
### Patch Changes

packages/qwik-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@qwik.dev/react",
33
"description": "Qwik React allows adding React components into existing Qwik application",
4-
"version": "2.0.0-beta.34",
4+
"version": "2.0.0-beta.35",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"devDependencies": {
77
"@qwik.dev/core": "workspace:*",

packages/qwik-router/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @qwik.dev/city
22

3+
## 2.0.0-beta.35
4+
5+
### Patch Changes
6+
7+
- 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))
8+
9+
- 🐞🩹 handle callback-only response end in Vite HTML transform (by [@Varixo](https://github.com/Varixo) in [#8597](https://github.com/QwikDev/qwik/pull/8597))
10+
11+
- 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), [`5fd8f65`](https://github.com/QwikDev/qwik/commit/5fd8f65c5c7999785304580a92f7bfc7b57a9e68)]:
12+
- @qwik.dev/core@2.0.0-beta.35
13+
314
## 2.0.0-beta.34
415

516
### Patch Changes

packages/qwik-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@qwik.dev/router",
33
"description": "The router for Qwik.",
4-
"version": "2.0.0-beta.34",
4+
"version": "2.0.0-beta.35",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"dependencies": {
77
"@azure/functions": "3.5.1",

packages/qwik/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# @qwik.dev/core
22

3+
## 2.0.0-beta.35
4+
5+
### Minor Changes
6+
7+
- ✨ 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))
8+
9+
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.
10+
11+
Enable it with `experimental: ['suspense']` in the `qwikVite` plugin.
12+
13+
On SSR, children render normally for now. The boundary also prepares Suspense for future streaming behavior.
14+
15+
- ✨ add experimental `Reveal` for coordinating `Suspense` boundaries (by [@Varixo](https://github.com/Varixo) in [#8603](https://github.com/QwikDev/qwik/pull/8603))
16+
17+
`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.
18+
19+
-`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))
20+
21+
### Patch Changes
22+
23+
- 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))
24+
25+
- 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))
26+
27+
- 🐞🩹 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))
28+
29+
- 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))
30+
31+
- 🐞🩹 don't include preloader in dev mode (by [@Varixo](https://github.com/Varixo) in [#8606](https://github.com/QwikDev/qwik/pull/8606))
32+
33+
- 🐞🩹 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))
34+
335
## 2.0.0-beta.34
436

537
### Patch Changes

0 commit comments

Comments
 (0)