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-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
3
3
The **QMarkdown App Extension** adds the [QMarkdown](../ui) component to a Quasar CLI Vite application. It registers the boot file, adds the QMarkdown stylesheet, configures Vue template handling for markdown content, and can optionally allow importing raw markdown (`*.md`) files.
QMarkdown v3 prepares the app extension for Quasar CLI Vite 3. The app extension requires `@quasar/app-vite` >=3.0.0-rc.1 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 QMarkdown v3.
14
14
@@ -18,12 +18,6 @@ QMarkdown v3 prepares the app extension for Quasar CLI Vite 3. The app extension
Copy file name to clipboardExpand all lines: packages/docs/src/markdown/developing/faq.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,6 @@ For Quasar CLI Vite apps, use the App Extension when possible:
19
19
quasar ext add @quasar/qmarkdown
20
20
```
21
21
22
-
While QMarkdown v3 is in beta, use:
23
-
24
-
```bash
25
-
quasar ext add @quasar/qmarkdown@beta
26
-
```
27
-
28
22
The App Extension registers the boot file, adds the stylesheet, configures Vue template handling for markdown content, and can optionally enable importing raw markdown files.
29
23
30
24
Install the UI package directly only when you want to register QMarkdown manually or use it outside the App Extension flow.
Copy file name to clipboardExpand all lines: packages/docs/src/markdown/getting-started/installation-types.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,6 @@ To add QMarkdown to your Quasar application, run the following in your Quasar ap
23
23
quasar ext add @quasar/qmarkdown
24
24
```
25
25
26
-
While QMarkdown v3 is in beta, install with:
27
-
28
-
```bash
29
-
quasar ext add @quasar/qmarkdown@beta
30
-
```
31
-
32
26
The QMarkdown v3 App Extension targets Quasar CLI Vite 3 and requires `@quasar/app-vite` >=3.0.0-rc.1. It does not support webpack-based Quasar applications.
33
27
34
28
If you are upgrading an existing app, read the [Upgrade Guide](/other/upgrade-guide) before changing packages.
@@ -59,13 +53,13 @@ If you do not install through the App Extension, install the UI package directly
Copy file name to clipboardExpand all lines: packages/docs/src/markdown/other/upgrade-guide.md
+13-15Lines changed: 13 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ related:
8
8
- /other/releases
9
9
---
10
10
11
-
Use this guide to migrate from QMarkdown v2.x to QMarkdown v3.0.0 beta.
11
+
Use this guide to migrate from QMarkdown v2.x to QMarkdown v3.0.0 RC.
12
12
13
13
> QMarkdown v3 targets Vue 3, Quasar 2, and Quasar CLI Vite 3. If your app still uses Vue 2 or `@quasar/app-webpack`, migrate the app before installing QMarkdown v3.
14
14
15
-
> The information below is not exhaustive. Check the [Releases](/other/releases) page for the latest beta notes, and please open an issue or PR if something is missing.
15
+
> The information below is not exhaustive. Check the [Releases](/other/releases) page for the latest RC notes, and please open an issue or PR if something is missing.
16
16
17
-
## QMarkdown v3.0.0 Beta
17
+
## QMarkdown v3.0.0 RC
18
18
19
19
QMarkdown v3 prepares the package for Quasar CLI Vite 3 and the shared app-extension workspace standard.
0 commit comments