Skip to content

Commit a2ad133

Browse files
authored
Release 1.17.2
Version Packages
2 parents 206f3e0 + 812f6b7 commit a2ad133

File tree

11 files changed

+29
-28
lines changed

11 files changed

+29
-28
lines changed

.changeset/breezy-wings-battle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/spicy-seas-check.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.changeset/tiny-tires-wait.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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+
## 1.17.2
4+
35
## 1.17.1
46

57
## 1.17.0

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": "1.17.1",
4+
"version": "1.17.2",
55
"author": "Builder.io Team",
66
"bin": "./create-qwik.cjs",
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+
## 1.17.2
4+
35
## 1.17.1
46

57
## 1.17.0

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": "1.17.1",
4+
"version": "1.17.2",
55
"author": "Builder Team",
66
"bugs": "https://github.com/QwikDev/qwik/issues",
77
"dependencies": {

packages/qwik-city/CHANGELOG.md

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

3+
## 1.17.2
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 history behavior in some edge cases has been brought inline with the E2E tests that were accidentally disabled. (the tests can't be disabled any more either) (by [@wmertens](https://github.com/wmertens) in [`206f3e0`](https://github.com/QwikDev/qwik/commit/206f3e07caad5a5736f160c09a618f348896860d))
8+
9+
- 🐞🩹 SPA routing is broken unless origin matches value in in vite.config #8093 (by [@termermc](https://github.com/termermc) in [#8097](https://github.com/QwikDev/qwik/pull/8097))
10+
11+
If the SSG origin was set to `localhost:3000` and a user visited from `127.0.0.1:3000`, SPA routing would be broken.
12+
13+
Internally, useNavigate's context provider `goto` checks the new destination with the last route location. If the
14+
origin is different, it just does a normal browser navigation. This makes sense; links to other origins cannot use
15+
SPA routing. However, the initial route it compares was using an origin that came from the server environment.
16+
17+
Now, the first navigation will set that initial route to the browser's actual href, eliminating the erroneous
18+
origin mismatch for SPA navigations.
19+
20+
- 🐞🩹 `this` in various Qwik-City handlers is now `RequestEvent` again. (by [@wmertens](https://github.com/wmertens) in [#8111](https://github.com/QwikDev/qwik/pull/8111))
21+
322
## 1.17.1
423

524
### Patch Changes

packages/qwik-city/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@builder.io/qwik-city",
33
"description": "The meta-framework for Qwik.",
4-
"version": "1.17.1",
4+
"version": "1.17.2",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"dependencies": {
77
"@mdx-js/mdx": "^3.1.1",

packages/qwik/CHANGELOG.md

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

3+
## 1.17.2
4+
35
## 1.17.1
46

57
### Patch Changes

0 commit comments

Comments
 (0)