You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/app-extension/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,12 @@ Welcome to the QCalendar v5.0.0-beta.8 release.
21
21
22
22
### QCalendar App Extension is now Vite-only
23
23
24
-
QCalendar v5 prepares the app extension for Quasar CLI Vite 3. The app extension requires `@quasar/app-vite` >=3.0.0-beta.43 and no longer supports webpack-based Quasar apps. If your application is still using `@quasar/app-webpack`, migrate the application to Quasar CLI Vite before installing QCalendar v5.
24
+
QCalendar v5 prepares the app extension for Quasar CLI Vite 3. The app extension requires `@quasar/app-vite` >=3.0.0-beta.44 and no longer supports webpack-based Quasar apps. If your application is still using `@quasar/app-webpack`, migrate the application to Quasar CLI Vite before installing QCalendar v5.
Copy file name to clipboardExpand all lines: packages/docs/src/markdown/getting-started/installation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ By using the app extension, you will get **all** QCalendar components installed
27
27
:::
28
28
29
29
::: tip
30
-
QCalendar v5's app extension targets Quasar CLI Vite projects using `@quasar/app-vite``>=3.0.0-beta.43`. For non-Quasar Vue/Vite apps, install the UI package directly and skip the app extension.
30
+
QCalendar v5's app extension targets Quasar CLI Vite projects using `@quasar/app-vite``>=3.0.0-beta.44`. For non-Quasar Vue/Vite apps, install the UI package directly and skip the app extension.
@@ -68,7 +68,7 @@ When QCalendar v5 is released as stable, remove the `@beta` tag from those comma
68
68
69
69
- The app extension now requires Vite. It will stop with an error if it is installed in a non-Vite Quasar app.
70
70
- The extension registers the Vite boot file only. The previous webpack boot file has been removed.
71
-
- The extension is compatible with `@quasar/app-vite``>=3.0.0-beta.43`.
71
+
- The extension is compatible with `@quasar/app-vite``>=3.0.0-beta.44`.
72
72
- App extension source scripts are authored in TypeScript and compiled before publishing. The package entry points to `dist/index.js` so installed beta users do not rely on Node loading TypeScript from `node_modules`.
73
73
- The extension runtime boot file is published as `dist/boot/vite-register.js`.
74
74
- If you generate your own boot file inside the Quasar app, it should import `defineBoot` from `#q-app`, matching the Quasar CLI Vite 3 alias.
0 commit comments