Skip to content

Commit a26598a

Browse files
V2 Version Packages (alpha) (#7279)
Version Packages (alpha) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ea02b0f commit a26598a

File tree

11 files changed

+92
-5
lines changed

11 files changed

+92
-5
lines changed

.changeset/pre.json

+14
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
"branch": "build/v2",
1717
"changesets": [
1818
"afraid-bags-jam",
19+
"angry-grapes-itch",
1920
"brave-files-grin",
2021
"brown-ravens-behave",
2122
"calm-cycles-know",
2223
"chilled-spoons-wonder",
2324
"clever-flowers-drum",
2425
"fast-baboons-itch",
26+
"few-mugs-accept",
2527
"five-kangaroos-matter",
2628
"forty-garlics-train",
2729
"fresh-rocks-exercise",
@@ -30,28 +32,40 @@
3032
"funny-apricots-learn",
3133
"fuzzy-jobs-compare",
3234
"gentle-melons-pretend",
35+
"heavy-radios-dream",
3336
"heavy-seas-carry",
3437
"hip-hornets-cheer",
38+
"itchy-comics-develop",
39+
"kind-toes-glow",
40+
"lemon-tools-bathe",
41+
"long-shirts-thank",
3542
"loud-dolphins-relate",
3643
"mean-dingos-hug",
3744
"neat-maps-tickle",
3845
"nervous-terms-explode",
3946
"nine-otters-repeat",
47+
"old-mayflies-fetch",
48+
"olive-cameras-collect",
49+
"orange-otters-attend",
4050
"proud-pillows-try",
4151
"purple-melons-invent",
4252
"red-trains-deny",
4353
"rich-wasps-tease",
4454
"rotten-weeks-tickle",
4555
"shaggy-poems-appear",
4656
"shaggy-poems-return",
57+
"sharp-apples-relate",
58+
"six-games-float",
4759
"slimy-weeks-hope",
4860
"sour-zebras-tell",
4961
"sweet-socks-whisper",
62+
"swift-flowers-juggle",
5063
"thirty-ravens-draw",
5164
"tiny-berries-bow",
5265
"tricky-meals-heal",
5366
"twenty-goats-flow",
5467
"unlucky-dodos-grab",
68+
"warm-camels-remain",
5569
"wild-cooks-pay",
5670
"witty-balloons-thank"
5771
]

packages/create-qwik/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# create-qwik
22

3+
## 2.0.0-alpha.7
4+
35
## 2.0.0-alpha.6
46

57
## 2.0.0-alpha.5

packages/create-qwik/package.json

+1-1
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-alpha.6",
4+
"version": "2.0.0-alpha.7",
55
"author": "Qwik Team",
66
"bin": "./create-qwik.cjs",
77
"bugs": "https://github.com/QwikDev/qwik/issues",

packages/eslint-plugin-qwik/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# eslint-plugin-qwik
22

3+
## 2.0.0-alpha.7
4+
35
## 2.0.0-alpha.6
46

57
## 2.0.0-alpha.5

packages/eslint-plugin-qwik/package.json

+1-1
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-alpha.6",
4+
"version": "2.0.0-alpha.7",
55
"author": "Qwik Team",
66
"bugs": "https://github.com/QwikDev/qwik/issues",
77
"dependencies": {

packages/qwik-react/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @qwik.dev/react
22

3+
## 2.0.0-alpha.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7c241ad`](https://github.com/QwikDev/qwik/commit/7c241adb3e6c089f0dc7700b6580703ba8458d5d), [`3134fad`](https://github.com/QwikDev/qwik/commit/3134fad5d7fbf92831bc87fefdeeba08ec61dd33), [`de11be6`](https://github.com/QwikDev/qwik/commit/de11be617eb564d74b2955ae3f8fffdb0fd9ecec), [`f9fa4e4`](https://github.com/QwikDev/qwik/commit/f9fa4e4401cca5ee5157f3b5f116238668ff7ed7), [`60c8202`](https://github.com/QwikDev/qwik/commit/60c8202512ce3451bd00ed81fd22fada0994167c), [`ef18cce`](https://github.com/QwikDev/qwik/commit/ef18cce957cc8afe1e77606fee8366e5bf002747), [`2739ddc`](https://github.com/QwikDev/qwik/commit/2739ddc14e10943dde80c9a3f5bcc3fdb7a1f73d), [`43846be`](https://github.com/QwikDev/qwik/commit/43846bee8c8dafe9aba09a8a37eaaea3826897bd), [`3571f3b`](https://github.com/QwikDev/qwik/commit/3571f3b8a5989991d892cce49b5a553e81358da8), [`b904b9d`](https://github.com/QwikDev/qwik/commit/b904b9d52ae6caad0fa1ae1baa8bc7b8f263d268), [`021ecdd`](https://github.com/QwikDev/qwik/commit/021ecdd050d286855b03af42e45d55a68d4cf7cc), [`ff9e6a1`](https://github.com/QwikDev/qwik/commit/ff9e6a10a8da582ac837fcfddeb8db1f260e4ec1), [`cb8013c`](https://github.com/QwikDev/qwik/commit/cb8013c7f756e258ade2f1a0afae391f085609a6), [`f5326c3`](https://github.com/QwikDev/qwik/commit/f5326c3ff47b97bc30e9c01f6e85b8f74d038787)]:
8+
- @qwik.dev/[email protected]
9+
310
## 2.0.0-alpha.6
411

512
### Patch Changes

packages/qwik-react/package.json

+1-1
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-alpha.6",
4+
"version": "2.0.0-alpha.7",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"devDependencies": {
77
"@qwik.dev/core": "workspace:*",

packages/qwik-router/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @qwik.dev/city
22

3+
## 2.0.0-alpha.7
4+
35
## 2.0.0-alpha.6
46

57
## 2.0.0-alpha.5

packages/qwik-router/package.json

+1-1
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-alpha.6",
4+
"version": "2.0.0-alpha.7",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"dependencies": {
77
"@mdx-js/mdx": "^3",

packages/qwik/CHANGELOG.md

+60
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,65 @@
11
# @qwik.dev/core
22

3+
## 2.0.0-alpha.7
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 rendering attribute value from array of classes from spread props (by [@Varixo](https://github.com/Varixo) in [#7310](https://github.com/QwikDev/qwik/pull/7310))
8+
9+
- 🐞🩹 null or undefined as ref attribute value (by [@Varixo](https://github.com/Varixo) in [#7285](https://github.com/QwikDev/qwik/pull/7285))
10+
11+
- 🐞🩹 QRLs are now scheduled instead of directly executed by qwik-loader, so that they are executed in the right order. (by [@wmertens](https://github.com/wmertens) in [#7269](https://github.com/QwikDev/qwik/pull/7269))
12+
13+
- 🐞🩹 different component rendering with the same key (by [@Varixo](https://github.com/Varixo) in [#7292](https://github.com/QwikDev/qwik/pull/7292))
14+
15+
- 🐞🩹 export SVG type from qwik/core (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7222](https://github.com/QwikDev/qwik/pull/7222))
16+
17+
- 🐞🩹 optimizer is now better at recognizing constProp (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7316](https://github.com/QwikDev/qwik/pull/7316))
18+
19+
- 🐞🩹 create svg nested children with correct namespace (by [@Varixo](https://github.com/Varixo) in [#7323](https://github.com/QwikDev/qwik/pull/7323))
20+
21+
- 🐞🩹 the use hook didn't work when type is Slot. (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7250](https://github.com/QwikDev/qwik/pull/7250))
22+
23+
- 🛠 replace the `_hW` export in segments with a shared export `_task` in core. This opens up using QRLs from core. (by [@wmertens](https://github.com/wmertens) in [#7269](https://github.com/QwikDev/qwik/pull/7269))
24+
25+
- ✨ emit "qrender" event after every render (by [@Varixo](https://github.com/Varixo) in [#7327](https://github.com/QwikDev/qwik/pull/7327))
26+
27+
- 🐞🩹 vNode serialization error on server$ (by [@damianpumar](https://github.com/damianpumar) in [#7278](https://github.com/QwikDev/qwik/pull/7278))
28+
29+
- 🐞🩹 don't wrap and serialize functions that are attribute values (by [@Varixo](https://github.com/Varixo) in [#7284](https://github.com/QwikDev/qwik/pull/7284))
30+
31+
- ✨ updated scoped styles prefix to ⚡️ (by [@sreeisalso](https://github.com/sreeisalso) in [#7304](https://github.com/QwikDev/qwik/pull/7304))
32+
33+
# Scoped styles prefix update
34+
35+
We've updated the `ComponentStylesPrefixContent` from the star symbol (⭐️) to the lightning bolt symbol (⚡️). This prefix is used internally to generate unique CSS class names for components, helping to prevent style collisions.
36+
37+
**Potential Compatibility Issue (Rare):**
38+
39+
While this change is expected to be seamless for the vast majority of users, there's a _very small_ possibility of a conflict if your application _directly relies_ on the star symbol (⭐️) for CSS overriding. Specifically, if you're using CSS selectors that include the _literal_ star character (⭐️) as part of a class name (e.g., `.⭐️ComponentName { ... }`), your styles require need to be changed manually to work as expected after this update.
40+
41+
## How to check if you're affected
42+
43+
**Search your codebase:** Look for any instances where the star symbol (⭐️) is used as part of a CSS class name or selector.
44+
45+
## How to fix it if you're affected
46+
47+
If you find that you are indeed relying on the star symbol (⭐️), you'll need to update your CSS selectors to use the new lightning bolt symbol (⚡️). For example, change `.⭐️ComponentName { ... }` to `.⚡️ComponentName { ... }`.
48+
49+
```css
50+
/* Example of old, potentially problematic CSS */
51+
.⭐️MyComponent {
52+
/* ... old styles ... */
53+
}
54+
55+
/* Example of updated, correct CSS */
56+
.⚡️MyComponent {
57+
/* ... updated styles ... */
58+
}
59+
```
60+
61+
- Expose missing types into `public.d.ts` and fix types uri for internal export inside `package.json` (by [@GrandSchtroumpf](https://github.com/GrandSchtroumpf) in [#7289](https://github.com/QwikDev/qwik/pull/7289))
62+
363
## 2.0.0-alpha.6
464

565
### Patch Changes

packages/qwik/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@qwik.dev/core",
33
"description": "An open source framework for building instant loading web apps at any scale, without the extra effort.",
4-
"version": "2.0.0-alpha.6",
4+
"version": "2.0.0-alpha.7",
55
"author": "Qwik Team",
66
"bin": {
77
"qwik": "./qwik-cli.cjs"

0 commit comments

Comments
 (0)