@@ -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
0 commit comments