Skip to content

Commit 0c50296

Browse files
committed
chore(release): prepare QWindow v3.0.1
1 parent b00b170 commit 0c50296

6 files changed

Lines changed: 19 additions & 14 deletions

File tree

.github/RELEASE-TEMPLATE.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,32 @@ Release drafting notes:
66
- Keep the summary short and concrete.
77
-->
88

9-
# QWindow v3.0.0
9+
# QWindow v3.0.1
1010

11-
Release date: YYYY-MM-DD
11+
Release date: 2026-07-21
1212

1313
## Summary
1414

15-
Short user-facing summary of what changed for QWindow component/app-extension users.
15+
QWindow 3.0.1 improves SSR and static-generation compatibility by rendering windows in place
16+
through hydration, then enabling Teleport after the application mounts. It also makes App Extension
17+
style loading compatible with strict package-manager dependency layouts.
1618

1719
## What's Changed
1820

1921
**Features:**
2022

21-
- `commitid` Describe new component, app-extension, public API, styling, or integration behavior.
23+
- None.
2224

2325
**Fixes:**
2426

25-
- `commitid` Describe the bug, who it affected, and what now works correctly.
27+
- `b00b170` Render QWindow in place during SSR and hydration so Vue does not emit a Teleport entry
28+
targeting the populated `#q-app` mount; floating windows begin teleporting after mount.
29+
- `469d2ca` Load QWindow styles from the App Extension boot file so installation works with strict
30+
package-manager dependency layouts such as pnpm.
2631

2732
**Maintenance:**
2833

29-
- `commitid` Include only consumer-relevant maintenance, such as package prep, compatibility updates, or dependency updates that users may notice.
34+
- `980fe61`, `469d2ca` Refresh the tested Quasar, App Vite, Vue, QPress, and build-tool versions.
3035

3136
## Breaking Changes
3237

@@ -35,8 +40,8 @@ Short user-facing summary of what changed for QWindow component/app-extension us
3540
## Compatibility
3641

3742
- Node.js: `>=22.13`
38-
- Quasar: `^2.21.1`
39-
- Quasar App Vite target: `@quasar/app-vite@3.0.0`
43+
- Quasar: `^2.22.0`
44+
- Quasar App Vite target: `@quasar/app-vite@3.1.0`
4045
- npm dist-tag: `latest`
4146

4247
## Installation
@@ -61,7 +66,7 @@ quasar ext add @quasar/qwindow
6166

6267
## Full Changelog
6368

64-
https://github.com/quasarframework/quasar-ui-qwindow/compare/PREVIOUS_TAG...CURRENT_TAG
69+
https://github.com/quasarframework/quasar-ui-qwindow/compare/v3.0.0...v3.0.1
6570

6671
## Donations
6772

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quasar-ui-qwindow-workspace",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"private": true,
55
"description": "QWindow workspace",
66
"type": "module",

packages/app-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quasar/quasar-app-extension-qwindow",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A Quasar App Extension for @quasar/quasar-ui-qwindow",
55
"keywords": [
66
"app",

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"private": true,
55
"description": "QWindow Docs",
66
"author": "Jeff Galbraith <jeff@quasar.dev>",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quasar/quasar-ui-qwindow",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Floating, movable, resizable windows for your Quasar app",
55
"keywords": [
66
"floating",

packages/ui/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '3.0.0'
1+
export const version = '3.0.1'

0 commit comments

Comments
 (0)