Skip to content

V2 Version Packages (beta) #7711

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: build/v2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"changesets": [
"afraid-bags-jam",
"afraid-garlics-greet",
"all-cloths-hammer",
"angry-boats-lose",
"angry-grapes-itch",
"better-shrimps-sin",
"blue-beans-happen",
Expand Down Expand Up @@ -51,28 +53,35 @@
"fuzzy-files-kiss",
"fuzzy-jobs-compare",
"gentle-melons-pretend",
"green-drinks-strive",
"heavy-kids-wave",
"heavy-maps-wash",
"heavy-radios-dream",
"heavy-seas-carry",
"hip-hornets-cheer",
"hip-points-kick",
"honest-pears-sniff",
"itchy-comics-develop",
"kind-toes-glow",
"large-houses-watch",
"lemon-tools-bathe",
"little-ways-deny",
"long-shirts-thank",
"loud-dolphins-relate",
"many-tips-win",
"mean-dingos-hug",
"mean-parents-buy",
"nervous-terms-explode",
"nine-otters-repeat",
"ninety-crabs-lay",
"old-guests-stare",
"old-mangos-return",
"old-mayflies-fetch",
"olive-cameras-collect",
"olive-yaks-prove",
"open-beds-grab",
"orange-otters-attend",
"polite-sloths-visit",
"pretty-trees-check",
"proud-houses-fix",
"proud-kangaroos-boil",
Expand All @@ -89,6 +98,7 @@
"shaggy-poems-appear",
"shaggy-poems-return",
"sharp-apples-relate",
"short-suits-bet",
"shy-walls-shake",
"six-games-float",
"sixty-grapes-beam",
Expand All @@ -109,6 +119,7 @@
"thirty-carrots-stand",
"thirty-ravens-draw",
"tiny-berries-bow",
"tiny-cows-pick",
"tricky-meals-heal",
"tricky-peaches-buy",
"twenty-goats-flow",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-qwik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# create-qwik

## 2.0.0-beta.6

## 2.0.0-beta.5

## 2.0.0-beta.4
Expand Down
2 changes: 1 addition & 1 deletion packages/create-qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-qwik",
"description": "Interactive CLI for create Qwik projects and adding features.",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"author": "Qwik Team",
"bin": "./create-qwik.cjs",
"bugs": "https://github.com/QwikDev/qwik/issues",
Expand Down
2 changes: 2 additions & 0 deletions packages/eslint-plugin-qwik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# eslint-plugin-qwik

## 2.0.0-beta.6

## 2.0.0-beta.5

## 2.0.0-beta.4
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-qwik",
"description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"author": "Qwik Team",
"bugs": "https://github.com/QwikDev/qwik/issues",
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/qwik-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @qwik.dev/react

## 2.0.0-beta.6

### Patch Changes

- Updated dependencies [[`b985de7`](https://github.com/QwikDev/qwik/commit/b985de7f7a6c24c596dd8c3eb8a49e870fb4fe0f), [`9d3c287`](https://github.com/QwikDev/qwik/commit/9d3c287732771f1ff3075e38bb758e6523961ca3), [`69278cd`](https://github.com/QwikDev/qwik/commit/69278cd90f10dc4a54d7a0dba0f6a10d53d406f3), [`512bef8`](https://github.com/QwikDev/qwik/commit/512bef8f41aebf4426d5080735ac0373d1eb40e7), [`cc18126`](https://github.com/QwikDev/qwik/commit/cc1812625f83d6e308ab657dbbae34d27e64dfbd), [`283fea3`](https://github.com/QwikDev/qwik/commit/283fea37aaf445a7eeedc37200275901a3898364), [`4e9ecd3`](https://github.com/QwikDev/qwik/commit/4e9ecd3228df6b744b5435eb6670a0c4bf67fc96)]:
- @qwik.dev/[email protected]

## 2.0.0-beta.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qwik.dev/react",
"description": "Qwik React allows adding React components into existing Qwik application",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"bugs": "https://github.com/QwikDev/qwik/issues",
"devDependencies": {
"@qwik.dev/core": "workspace:*",
Expand Down
16 changes: 16 additions & 0 deletions packages/qwik-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @qwik.dev/city

## 2.0.0-beta.6

### Minor Changes

- ✨ qwikRouter middleware no longer needs qwikRouterConfig, it handles it internally (by [@wmertens](https://github.com/wmertens) in [#7748](https://github.com/QwikDev/qwik/pull/7748))

- 🐞🩹 the SSR internal build imports `@qwik-router-not-found-paths` and `@qwik-router-static-paths` are no longer used. Instead, the data is embedded directly. This might be a breaking change for some users that forked an adapter, in that case just remove the imports. (by [@wmertens](https://github.com/wmertens) in [#7755](https://github.com/QwikDev/qwik/pull/7755))

### Patch Changes

- Bugfix - rename the view transition type in CSS to prevent default view transition on SPA navigation (by [@GrandSchtroumpf](https://github.com/GrandSchtroumpf) in [#7713](https://github.com/QwikDev/qwik/pull/7713))

- 🐞🩹 getting invoke context for loaders in production (by [@Varixo](https://github.com/Varixo) in [#7730](https://github.com/QwikDev/qwik/pull/7730))

- ✨ Server output chunk files are now under their own build/ subdir, like the client build. This makes it easier to override the chunk filenames. This is possible because the Router metadata files are now an earlier part of the build process. (by [@wmertens](https://github.com/wmertens) in [#7748](https://github.com/QwikDev/qwik/pull/7748))

## 2.0.0-beta.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qwik.dev/router",
"description": "The router for Qwik.",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"bugs": "https://github.com/QwikDev/qwik/issues",
"dependencies": {
"@mdx-js/mdx": "^3",
Expand Down
20 changes: 20 additions & 0 deletions packages/qwik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @qwik.dev/core

## 2.0.0-beta.6

### Minor Changes

- ✨ the QRL segment mapping during Vite dev mode now happens in core and does not require providing a separate `symbolMapper` function any more. (by [@wmertens](https://github.com/wmertens) in [#7748](https://github.com/QwikDev/qwik/pull/7748))

- ✨ Server output chunk files are now under their own build/ subdir, like the client build. This makes it easier to override the chunk filenames. This is possible because the Router metadata files are now an earlier part of the build process. (by [@wmertens](https://github.com/wmertens) in [#7748](https://github.com/QwikDev/qwik/pull/7748))

- 🐞🩹 `qwikVite` has better vite config handling around input files, and no longer writes the q-manifest file to a temp dir. (by [@wmertens](https://github.com/wmertens) in [#7748](https://github.com/QwikDev/qwik/pull/7748))

### Patch Changes

- 🐞🩹 the `srcInput` option to `qwikVite` is deprecated because it's unused. (by [@wmertens](https://github.com/wmertens) in [#7748](https://github.com/QwikDev/qwik/pull/7748))

- 🐞🩹 preserve innerHTML after component rerender (by [@Varixo](https://github.com/Varixo) in [#7740](https://github.com/QwikDev/qwik/pull/7740))

- 🐞🩹 render SVG attributes with correct namespace (by [@Varixo](https://github.com/Varixo) in [#7705](https://github.com/QwikDev/qwik/pull/7705))

- 🐞🩹 using useOn and useVisibleTask$ in component with primitive value only (by [@Varixo](https://github.com/Varixo) in [#7746](https://github.com/QwikDev/qwik/pull/7746))

## 2.0.0-beta.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qwik.dev/core",
"description": "An open source framework for building instant loading web apps at any scale, without the extra effort.",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"author": "Qwik Team",
"bin": {
"qwik": "./qwik-cli.cjs"
Expand Down