Skip to content
Merged
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
6 changes: 0 additions & 6 deletions .changeset/afraid-months-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/approach-bed-gift.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-toes-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-deers-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-bats-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/furry-paint-spin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-lobsters-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-fish-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/maiieul-manual-changeset-2.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/maiieul-manual-changeset.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-books-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pole-comfort-active.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-numbers-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-flowers-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-squids-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-shirts-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-flowers-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-paint-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-ghosts-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-dolphins-boil.md

This file was deleted.

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

## 1.13.0

## 1.12.1

## 1.12.0
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": "1.12.1",
"version": "1.13.0",
"author": "Builder.io Team",
"bin": "./create-qwik.cjs",
"bugs": "https://github.com/QwikDev/qwik/issues",
Expand Down
12 changes: 12 additions & 0 deletions packages/eslint-plugin-qwik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# eslint-plugin-qwik

## 1.13.0

### Minor Changes

- let eslint-plugin-qwik support Eslint 9 and 8 simultaneously (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7072](https://github.com/QwikDev/qwik/pull/7072))

### Patch Changes

- Fix ESLint 9 compatibility, enhance typing and README. (by [@better-salmon](https://github.com/better-salmon) in [#7415](https://github.com/QwikDev/qwik/pull/7415))

- 🐞🩹 Enhance lexical scope and skip variables declared by Qwik's internal hooks. (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7366](https://github.com/QwikDev/qwik/pull/7366))

## 1.12.1

## 1.12.0
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": "1.12.1",
"version": "1.13.0",
"author": "Builder Team",
"bugs": "https://github.com/QwikDev/qwik/issues",
"dependencies": {
Expand Down
18 changes: 18 additions & 0 deletions packages/qwik-city/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @builder.io/qwik-city

## 1.13.0

### Minor Changes

- 🐞🩹 server$ errors can be caught by @plugin middleware (by [@DustinJSilk](https://github.com/DustinJSilk) in [#7185](https://github.com/QwikDev/qwik/pull/7185))

- refactor: Error types are standardised across server$ functions and routeLoaders (by [@DustinJSilk](https://github.com/DustinJSilk) in [#7185](https://github.com/QwikDev/qwik/pull/7185))

- ✨ 499 is now a valid status code (by [@DustinJSilk](https://github.com/DustinJSilk) in [#7185](https://github.com/QwikDev/qwik/pull/7185))

- 🐞🩹 server$ functions now correctly throw 4xx errors on the client (by [@DustinJSilk](https://github.com/DustinJSilk) in [#7185](https://github.com/QwikDev/qwik/pull/7185))

### Patch Changes

- 🐞🩹 Error boundary `ErrorBoundary` and fix `useErrorBoundary` (by [@damianpumar](https://github.com/damianpumar) in [#7342](https://github.com/QwikDev/qwik/pull/7342))

- 🐞🩹 Write Response object in the send request event even on redirects (by [@nelsonprsousa](https://github.com/nelsonprsousa) in [#7422](https://github.com/QwikDev/qwik/pull/7422))

## 1.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-city/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@builder.io/qwik-city",
"description": "The meta-framework for Qwik.",
"version": "1.12.1",
"version": "1.13.0",
"bugs": "https://github.com/QwikDev/qwik/issues",
"dependencies": {
"@mdx-js/mdx": "^3",
Expand Down
30 changes: 30 additions & 0 deletions packages/qwik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @builder.io/qwik

## 1.13.0

### Minor Changes

- The `useTask# @builder.io/qwik function's `eagerness` option is deprecated and will be removed in version 2. (by [@sreeisalso](https://github.com/sreeisalso) in [#7345](https://github.com/QwikDev/qwik/pull/7345))

### Patch Changes

- 🐞🩹 Error boundary `ErrorBoundary` and fix `useErrorBoundary` (by [@damianpumar](https://github.com/damianpumar) in [#7342](https://github.com/QwikDev/qwik/pull/7342))

- 🐞 🩹 The qwik-city ServiceWorkerRegister and qwik PrefetchServiceWorker now prefetch all their qrls to prevent under-prefetching (by [@maiieul](https://github.com/maiieul) in [#7417](https://github.com/QwikDev/qwik/pull/7417))

- 🐞🩹 When csr is true, it causes a crash because resolve cannot be null as the second parameter (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7420](https://github.com/QwikDev/qwik/pull/7420))

- updated drizzle to latest version (by [@sreeisalso](https://github.com/sreeisalso) in [#7288](https://github.com/QwikDev/qwik/pull/7288))

- 🐞 fix(rollup): improve manualChunks logic to minimize over-prefetching (by [@maiieul](https://github.com/maiieul) in [#7362](https://github.com/QwikDev/qwik/pull/7362))

- ✨ Add the ability to see chunks names in preview/production environments to facilitate debugging of production-only bugs (by [@maiieul](https://github.com/maiieul) in [#7293](https://github.com/QwikDev/qwik/pull/7293))

- Emit an CustomEvent `qviewTransition` when view transition starts. (by [@GrandSchtroumpf](https://github.com/GrandSchtroumpf) in [#7237](https://github.com/QwikDev/qwik/pull/7237))

- ✨ Ability to keep using tailwind v3 through the cli (by [@maiieul](https://github.com/maiieul) in [#7403](https://github.com/QwikDev/qwik/pull/7403))

- dev server now correctly handles css and js importers, also hmr persistence (by [@thejackshelton](https://github.com/thejackshelton) in [#7389](https://github.com/QwikDev/qwik/pull/7389))

- 🐞🩹 set default value of lint to false to improve the execution performance (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7425](https://github.com/QwikDev/qwik/pull/7425))

- 🐞🩹 manual QRL grouping now works again. This is needed for Insights to work. (by [@wmertens](https://github.com/wmertens) in [#7444](https://github.com/QwikDev/qwik/pull/7444))

## 1.12.1

### 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": "@builder.io/qwik",
"description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",
"version": "1.12.1",
"version": "1.13.0",
"annotation": "This package.json is for internal use in the monorepo, the build actually makes a new package.json for the published package via scripts/package-json.ts",
"bin": {
"qwik": "./qwik-cli.cjs"
Expand Down