Skip to content

Commit b91be86

Browse files
committed
Merge remote-tracking branch 'origin/main' into v2-merge-main
2 parents 1494c33 + fcc81d8 commit b91be86

File tree

2 files changed

+0
-47
lines changed

2 files changed

+0
-47
lines changed

packages/qwik-router/CHANGELOG.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,6 @@
3030

3131
- Renamed "Qwik City" to "Qwik Router" and package to "@qwik.dev/router" (by [@shairez](https://github.com/shairez) in [#7008](https://github.com/QwikDev/qwik/pull/7008))
3232

33-
## 1.9.1
34-
35-
### Patch Changes
36-
37-
- ✨ Experimental feature - `noSPA`. (by [@wmertens](https://github.com/wmertens) in [#6937](https://github.com/QwikDev/qwik/pull/6937))
38-
This disables history patching, slightly reducing code size and startup time. Use this when your application is MPA only, meaning you don't use the Link component. To enable this, add it to the `experimental` array of the `qwikVite` plugin (not the `qwikCity` plugin).
39-
40-
## 1.11.0
41-
4233
## 1.14.1
4334

4435
## 1.14.0

packages/qwik/CHANGELOG.md

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -266,44 +266,6 @@
266266

267267
- 🐞🩹 do not trigger effects if computed value is not changed (by [@Varixo](https://github.com/Varixo) in [#6996](https://github.com/QwikDev/qwik/pull/6996))
268268

269-
## 1.9.1
270-
271-
### Patch Changes
272-
273-
- ✨ showing qrl parent names. (by [@wmertens](https://github.com/wmertens) in [#6881](https://github.com/QwikDev/qwik/pull/6881))
274-
in dev mode, qrl segments now start with their parent filename so it's easy to see where they came from. Furthermore, in production builds these filenames are also used so that origins in `q-manifest.json` are easy to understand.
275-
276-
- 🐞🩹 Optimizer now ignores unknown deps in graph that caused crashes during build (by [@wmertens](https://github.com/wmertens) in [#6888](https://github.com/QwikDev/qwik/pull/6888))
277-
278-
- 🐞🩹 Do not allow object methods to be serialized with style prop (by [@jakovljevic-mladen](https://github.com/jakovljevic-mladen) in [#6932](https://github.com/QwikDev/qwik/pull/6932))
279-
280-
- 🐞🩹 In dev mode, changes to QRLs now explicitly invalidate the segment so that the browser will reload it (by [@wmertens](https://github.com/wmertens) in [#6938](https://github.com/QwikDev/qwik/pull/6938))
281-
282-
## 1.11.0
283-
284-
### Minor Changes
285-
286-
- CHORE: Prepare backwards compatibility for V1 libraries in V2. (by [@wmertens](https://github.com/wmertens) in [#7044](https://github.com/QwikDev/qwik/pull/7044))
287-
288-
We move internal fields `immutableProps` and `flags` out of JSXNode as they are not meant for public use.
289-
290-
This will allow projects using older V1 libraries to continue to work with the Qwik V2 by adding the following `package.json` changes:
291-
292-
```json
293-
{
294-
"dependencies": {
295-
"@builder.io/qwik": "^1.11.0",
296-
"@qwik.dev/core": "^2.0.0"
297-
}
298-
}
299-
```
300-
301-
And will prevent typescript errors when using libraries which haven't upgraded to V2 yet.
302-
303-
- ✨ add monorepo support to the `qwik add` command by adding a `projectDir` param (by [@shairez](https://github.com/shairez) in [#7059](https://github.com/QwikDev/qwik/pull/7059))
304-
305-
That way you can run `qwik add --projectDir=packages/my-package` and it will add the feature to the specified project/package (sub) folder, instead of the root folder.
306-
307269
## 1.14.1
308270

309271
## 1.14.0

0 commit comments

Comments
 (0)