Skip to content
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
9 changes: 9 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@
"calm-fonts-rest",
"calm-loaders-render",
"calm-loops-render",
"calm-routes-redirect",
"calm-scripts-smile",
"calm-tables-span",
"calm-tasks-cleanup",
"calm-workers-build",
"chatty-tigers-wonder",
"chilled-spoons-wonder",
Expand All @@ -66,6 +68,7 @@
"clean-elements-rest",
"clean-keys-rest",
"clean-pandas-route",
"clean-rice-protect",
"clear-shoes-cheat",
"clever-flowers-drum",
"clientonly-eager-resume",
Expand Down Expand Up @@ -164,6 +167,7 @@
"fresh-loaders-rest",
"fresh-loaders-update",
"fresh-rocks-exercise",
"fresh-routes-fetch",
"fresh-states-begin",
"friendly-beers-heal",
"friendly-gorillas-walk",
Expand Down Expand Up @@ -233,6 +237,7 @@
"loud-mammals-dress",
"lovely-days-double",
"lovely-terms-jump",
"lucky-moons-remount",
"lucky-pans-repeat",
"lucky-pugs-marry",
"lucky-spiders-wonder",
Expand Down Expand Up @@ -404,6 +409,7 @@
"ssg-disabled-and-fast-build",
"ssg-entry-facade-clobber",
"ssg-env-trim-input",
"ssg-error-boundary-fails-route",
"ssr-tag-error-formatting",
"stale-corners-flow",
"stale-hmr-hosts",
Expand Down Expand Up @@ -449,6 +455,8 @@
"tidy-bodies-flow",
"tidy-candles-guess",
"tidy-chefs-tickle",
"tidy-defaults-track",
"tidy-errors-continue",
"tidy-heads-smile",
"tidy-hornets-learn",
"tidy-moles-smoke",
Expand Down Expand Up @@ -480,6 +488,7 @@
"warm-camels-remain",
"warm-deer-take",
"warm-spoons-punch",
"wasm-mime-type",
"wet-bobcats-decide",
"wet-groups-enter",
"wicked-pets-chew",
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.43

## 2.0.0-beta.42

## 2.0.0-beta.41
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.42",
"version": "2.0.0-beta.43",
"author": "Qwik Team",
"bin": "./create-qwik.mjs",
"bugs": "https://github.com/QwikDev/qwik/issues",
Expand Down
7 changes: 7 additions & 0 deletions packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @qwik.dev/devtools

## 2.0.0-beta.43

### Patch Changes

- Updated dependencies [[`7ddca83`](https://github.com/QwikDev/qwik/commit/7ddca83ef78fa1b46ed3d747c1be5515617a3137), [`f2db108`](https://github.com/QwikDev/qwik/commit/f2db108d91938ad604769330ff1ff7466dab6c85), [`aec4012`](https://github.com/QwikDev/qwik/commit/aec401259f1cb44fa21a892281642b4ff5408c00), [`1ecc815`](https://github.com/QwikDev/qwik/commit/1ecc815d368f34056b2c5d3491d31f05b84d18c4)]:
- @qwik.dev/core@2.0.0-beta.43

## 2.0.0-beta.42

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qwik.dev/devtools",
"description": "Qwik devtools package",
"version": "2.0.0-beta.42",
"version": "2.0.0-beta.43",
"bugs": "https://github.com/QwikDev/devtools/issues",
"dependencies": {
"birpc": "^4.0.0",
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.43

## 2.0.0-beta.42

## 2.0.0-beta.41
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.42",
"version": "2.0.0-beta.43",
"author": "Qwik Team",
"bugs": "https://github.com/QwikDev/qwik/issues",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/optimizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @qwik.dev/optimizer

## 2.1.0-beta.8

### Patch Changes

- 🐞🩹 track props initialized with function call defaults (by [@Varixo](https://github.com/Varixo) in [#8871](https://github.com/QwikDev/qwik/pull/8871))

## 2.1.0-beta.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/optimizer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qwik.dev/optimizer",
"description": "Qwik optimizer runtime and native bindings.",
"version": "2.1.0-beta.7",
"version": "2.1.0-beta.8",
"bugs": "https://github.com/QwikDev/qwik/issues",
"engines": {
"node": "^20.3.0 || >=21.0.0"
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.43

### Patch Changes

- Updated dependencies [[`7ddca83`](https://github.com/QwikDev/qwik/commit/7ddca83ef78fa1b46ed3d747c1be5515617a3137), [`f2db108`](https://github.com/QwikDev/qwik/commit/f2db108d91938ad604769330ff1ff7466dab6c85), [`aec4012`](https://github.com/QwikDev/qwik/commit/aec401259f1cb44fa21a892281642b4ff5408c00), [`1ecc815`](https://github.com/QwikDev/qwik/commit/1ecc815d368f34056b2c5d3491d31f05b84d18c4)]:
- @qwik.dev/core@2.0.0-beta.43

## 2.0.0-beta.42

### 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.42",
"version": "2.0.0-beta.43",
"bugs": "https://github.com/QwikDev/qwik/issues",
"devDependencies": {
"@qwik.dev/core": "workspace:*",
Expand Down
15 changes: 15 additions & 0 deletions packages/qwik-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @qwik.dev/city

## 2.0.0-beta.43

### Patch Changes

- 🐞🩹 redirect prerendered routes to the configured slash form (by [@wmertens](https://github.com/wmertens) in [#8973](https://github.com/QwikDev/qwik/pull/8973))

- 🐞🩹 avoid duplicate loader fetches during SPA navigation (by [@Varixo](https://github.com/Varixo) in [#8982](https://github.com/QwikDev/qwik/pull/8982))

- 🐞🩹 fail the SSG route when an `<ErrorBoundary>` catches instead of baking the fallback at 200 (by [@maiieul](https://github.com/maiieul) in [#8978](https://github.com/QwikDev/qwik/pull/8978))

- 🐞🩹 serve wasm files with the correct content type (by [@NiltonCadamuro](https://github.com/NiltonCadamuro) in [#8972](https://github.com/QwikDev/qwik/pull/8972))

- Updated dependencies [[`7ddca83`](https://github.com/QwikDev/qwik/commit/7ddca83ef78fa1b46ed3d747c1be5515617a3137), [`f2db108`](https://github.com/QwikDev/qwik/commit/f2db108d91938ad604769330ff1ff7466dab6c85), [`aec4012`](https://github.com/QwikDev/qwik/commit/aec401259f1cb44fa21a892281642b4ff5408c00), [`1ecc815`](https://github.com/QwikDev/qwik/commit/1ecc815d368f34056b2c5d3491d31f05b84d18c4)]:
- @qwik.dev/core@2.0.0-beta.43

## 2.0.0-beta.42

### Major 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.42",
"version": "2.0.0-beta.43",
"bugs": "https://github.com/QwikDev/qwik/issues",
"dependencies": {
"@azure/functions": "3.5.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/qwik-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @qwik.dev/utils

## 2.0.0-beta.43

### Patch Changes

- Updated dependencies [[`7ddca83`](https://github.com/QwikDev/qwik/commit/7ddca83ef78fa1b46ed3d747c1be5515617a3137), [`f2db108`](https://github.com/QwikDev/qwik/commit/f2db108d91938ad604769330ff1ff7466dab6c85), [`aec4012`](https://github.com/QwikDev/qwik/commit/aec401259f1cb44fa21a892281642b4ff5408c00), [`1ecc815`](https://github.com/QwikDev/qwik/commit/1ecc815d368f34056b2c5d3491d31f05b84d18c4)]:
- @qwik.dev/core@2.0.0-beta.43

## 2.0.0-beta.42

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qwik.dev/utils",
"description": "Useful but less common utilities for Qwik applications",
"version": "2.0.0-beta.42",
"version": "2.0.0-beta.43",
"bugs": "https://github.com/QwikDev/qwik/issues",
"devDependencies": {
"@qwik.dev/core": "workspace:*",
Expand Down
15 changes: 15 additions & 0 deletions packages/qwik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @qwik.dev/core

## 2.0.0-beta.43

### Patch Changes

- 🐞🩹 release task subscriptions when components are removed (by [@Varixo](https://github.com/Varixo) in [#8982](https://github.com/QwikDev/qwik/pull/8982))

- 🐞🩹 handle malformed images during dimension inspection (by [@gioboa](https://github.com/gioboa) in [#8969](https://github.com/QwikDev/qwik/pull/8969))

- 🐞🩹 a component without its own dom element no longer rebuilds its children on re-render and keeps its `useOn` document and window events (by [@wermetal](https://github.com/wermetal) in [#8981](https://github.com/QwikDev/qwik/pull/8981))

- 🐞🩹 keep sibling updates running after uncaught render errors (by [@Varixo](https://github.com/Varixo) in [#8976](https://github.com/QwikDev/qwik/pull/8976))

- Updated dependencies [[`1d62cd9`](https://github.com/QwikDev/qwik/commit/1d62cd929204e171ea85a6af927533490c3908d1)]:
- @qwik.dev/optimizer@2.1.0-beta.8

## 2.0.0-beta.42

### Major 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.42",
"version": "2.0.0-beta.43",
"author": "Qwik Team",
"bin": {
"qwik": "./qwik-cli.mjs"
Expand Down