diff --git a/docs/getting-started/installation-vite.mdx b/docs/getting-started/installation-vite.mdx
index 22b6d36..88ff0ad 100644
--- a/docs/getting-started/installation-vite.mdx
+++ b/docs/getting-started/installation-vite.mdx
@@ -6,7 +6,7 @@ import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import { SinceBadge } from '@site/src/components/SinceBadge';
-
+
:::info
**TL;DR:** AlphaTab comes with a Vite plugin which should be added to your Vite config to guarantee compatibility.
diff --git a/docs/getting-started/installation-webpack.mdx b/docs/getting-started/installation-webpack.mdx
index 20c252d..cf3bc3f 100644
--- a/docs/getting-started/installation-webpack.mdx
+++ b/docs/getting-started/installation-webpack.mdx
@@ -6,7 +6,7 @@ import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import { SinceBadge } from '@site/src/components/SinceBadge';
-
+
:::info
**TL;DR:** AlphaTab comes with a WebPack 5 plugin which should be added to your WebPack config to guarantee compatibility.
diff --git a/docs/reference/api/downloadmidi.mdx b/docs/reference/api/downloadmidi.mdx
index e4d5485..c50b13f 100644
--- a/docs/reference/api/downloadmidi.mdx
+++ b/docs/reference/api/downloadmidi.mdx
@@ -4,14 +4,14 @@ description: Generates an SMF1.0 file and downloads it
sidebar_custom_props:
javaScriptOnly: true
category: Methods - Core
- since: 1.3.0-alpha.720
+ since: 1.3.0
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import { SinceBadge } from '@site/src/components/SinceBadge';
-
+
import {TypeTable, TypeRow} from '@site/src/components/TypeTable';
import {ParameterTable, ParameterRow} from '@site/src/components/ParameterTable';
diff --git a/docs/reference/api/midieventsplayed.mdx b/docs/reference/api/midieventsplayed.mdx
index a951bcd..b72a70a 100644
--- a/docs/reference/api/midieventsplayed.mdx
+++ b/docs/reference/api/midieventsplayed.mdx
@@ -21,7 +21,7 @@ audio playback elements like notes/rests played or metronome ticks.
Refer to the [related guide](/docs/guides/handling-midi-events) to learn more about this feature.
-Also note that the provided data models changed significantly in `1.3.0-alpha.720`. We try to provide backwards compatibility
+Also note that the provided data models changed significantly in `1.3.0`. We try to provide backwards compatibility
until some extend but highly encourage changing to the new models in case of problems.
@@ -85,7 +85,7 @@ The base class for all midi events. Check the `type` property to find out which
The type of this event. (Deprecated since 1.3, use `type` instead)
-
+
The type of this event.
diff --git a/docs/reference/settings/player/outputmode.mdx b/docs/reference/settings/player/outputmode.mdx
index 646f189..1160b0c 100644
--- a/docs/reference/settings/player/outputmode.mdx
+++ b/docs/reference/settings/player/outputmode.mdx
@@ -4,11 +4,11 @@ description: The mode used for playing audio samples
sidebar_custom_props:
javaScriptOnly: true
category: Player - JavaScript Specific
- since: 1.3.0-alpha.946
+ since: 1.3.0
---
import { SinceBadge } from '@site/src/components/SinceBadge';
-
+
import { PropertyDescription } from '@site/src/components/PropertyDescription';
import {TypeTable, TypeRow} from '@site/src/components/TypeTable';