Skip to content

Commit 016d2ba

Browse files
Version Packages (beta)
1 parent a2586b1 commit 016d2ba

File tree

11 files changed

+47
-5
lines changed

11 files changed

+47
-5
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"calm-cycles-know",
3535
"chatty-tigers-wonder",
3636
"chilled-spoons-wonder",
37+
"chilly-cougars-cover",
3738
"chilly-fans-shave",
3839
"clear-shoes-cheat",
3940
"clever-flowers-drum",
@@ -98,6 +99,7 @@
9899
"hip-points-kick",
99100
"honest-berries-knock",
100101
"honest-pears-sniff",
102+
"hot-spiders-guess",
101103
"itchy-comics-develop",
102104
"kind-toes-glow",
103105
"large-houses-watch",
@@ -147,6 +149,7 @@
147149
"quick-moons-show",
148150
"quiet-friends-taste",
149151
"rare-candies-join",
152+
"ready-lions-swim",
150153
"red-trains-deny",
151154
"rich-parts-rest",
152155
"rich-shirts-thank",
@@ -193,6 +196,7 @@
193196
"swift-flowers-juggle",
194197
"tall-rivers-appear",
195198
"tame-glasses-explain",
199+
"tasty-dolls-throw",
196200
"tasty-glasses-bet",
197201
"tasty-penguins-ring",
198202
"tasty-turkeys-stand",

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.20
4+
35
## 2.0.0-beta.19
46

57
## 2.0.0-beta.18

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.19",
4+
"version": "2.0.0-beta.20",
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.20
4+
35
## 2.0.0-beta.19
46

57
## 2.0.0-beta.18

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.19",
4+
"version": "2.0.0-beta.20",
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.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fc0e457`](https://github.com/QwikDev/qwik/commit/fc0e457ed6214f7e6781e6731f7ffe508973acea), [`835ebdf`](https://github.com/QwikDev/qwik/commit/835ebdfa75bdf05b1d14db5310fda99e57551426), [`98ec1f7`](https://github.com/QwikDev/qwik/commit/98ec1f7fe2a5d120cd83df430f7a5c84b0810298)]:
8+
- @qwik.dev/core@2.0.0-beta.20
9+
310
## 2.0.0-beta.19
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.19",
4+
"version": "2.0.0-beta.20",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"devDependencies": {
77
"@qwik.dev/core": "workspace:*",

packages/qwik-router/CHANGELOG.md

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

3+
## 2.0.0-beta.20
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 ignore .well-known path (by [@Varixo](https://github.com/Varixo) in [#8295](https://github.com/QwikDev/qwik/pull/8295))
8+
9+
- Updated dependencies [[`fc0e457`](https://github.com/QwikDev/qwik/commit/fc0e457ed6214f7e6781e6731f7ffe508973acea), [`835ebdf`](https://github.com/QwikDev/qwik/commit/835ebdfa75bdf05b1d14db5310fda99e57551426), [`98ec1f7`](https://github.com/QwikDev/qwik/commit/98ec1f7fe2a5d120cd83df430f7a5c84b0810298)]:
10+
- @qwik.dev/core@2.0.0-beta.20
11+
312
## 2.0.0-beta.19
413

514
### 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.19",
4+
"version": "2.0.0-beta.20",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"dependencies": {
77
"@azure/functions": "3.5.1",

packages/qwik/CHANGELOG.md

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

3+
## 2.0.0-beta.20
4+
5+
### Major Changes
6+
7+
- 🐞🩹 `runQrl is not a function` is not a problem any more thanks to a thorough refactor of QRL handling. (by [@Varixo](https://github.com/Varixo) in [#8227](https://github.com/QwikDev/qwik/pull/8227))
8+
BREAKING: qwikloader now expects a different syntax for QRLs. You cannot use the v2 qwikloader with v1 containers.
9+
10+
- BREAKING: If you rerender a component with `qidle` or `qinit` handlers, those will run again. Previously they would only run when they were present while the page was first loaded. (by [@wmertens](https://github.com/wmertens) in [#8292](https://github.com/QwikDev/qwik/pull/8292))
11+
BREAKING: qwikloader no longer support v1 containers. If you want to use v1 containers, you must add the v1 qwikloader on the page as well.
12+
BREAKING: event handlers attributes used to be converted to `on:kebab-eventname` and `on-window:kebab-eventname`, and now they are converted to `q-e:kebab-event-name` and `q-w:kebab-event-name`. This simplifies the parsing and avoids qwikloader v1 trying to handle these events. These are undocumented internal names only, so this should not affect you.
13+
BREAKING: QRLs used to be separated by newline characters in event handler attributes, and are now separated by `|`. This should not affect you.
14+
FIX: `preventdefault:event` and `stoppropagation:event` now expect the event name to be in kebab-case. Note that they were already enforcing lowercase names, and DOM events are almost all lowercase, so this just allows working with custom events.
15+
FEAT: Qwikloader now supports containers added at runtime: It will run `qinit`, `qidle` and `qvisible` events as appropriate.
16+
17+
### Patch Changes
18+
19+
- 🐞🩹 build path for html files in ssg (by [@Varixo](https://github.com/Varixo) in [#8289](https://github.com/QwikDev/qwik/pull/8289))
20+
321
## 2.0.0-beta.19
422

523
### Patch Changes

0 commit comments

Comments
 (0)