Skip to content

Commit ccac596

Browse files
authored
Prepare Capacitor docs for beta release (#477)
* Prepare Capacitor docs for beta release * Imporve Capacitor Beta wording
1 parent 79b71ae commit ccac596

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

client-sdks/reference/capacitor.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Capacitor SDK (alpha)"
2+
title: "Capacitor SDK (beta)"
33
description: "Use PowerSync in Capacitor apps."
44
sidebarTitle: "SDK Reference"
55
---
@@ -31,9 +31,9 @@ import LocalOnly from '/snippets/local-only-escape.mdx';
3131
</CardGroup>
3232

3333
<Warning>
34-
This SDK is currently in an [**alpha** release](/resources/feature-status).
34+
This SDK is currently in a [**beta** release](/resources/feature-status).
3535

36-
The SDK is largely built on our stable [Web SDK](/client-sdks/reference/javascript-web), so that functionality can be considered stable. However, the [Capacitor Community SQLite](https://github.com/capacitor-community/sqlite) integration for mobile platforms is in alpha for real-world testing and feedback. There are [known limitations](#limitations) currently.
36+
Because the SDK is largely built on our [Web SDK](/client-sdks/reference/javascript-web), much of its functionality is stable. The portion that relies on the [Capacitor Community SQLite](https://github.com/capacitor-community/sqlite) driver is considered production-ready for tested use cases. Review the [known limitations](#limitations) below.
3737
</Warning>
3838

3939
<Note>

configuration/app-backend/client-side-integration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ For an example implementation of a PowerSync 'backend connector', see the SDK gu
168168
<Card title="Dart/Flutter" icon="flutter" href="/client-sdks/reference/flutter#3-integrate-with-your-backend" />
169169
<Card title="React Native & Expo" icon="react" href="/client-sdks/reference/react-native-and-expo#3-integrate-with-your-backend" />
170170
<Card title="JavaScript Web" icon="js" href="/client-sdks/reference/javascript-web#3-integrate-with-your-backend" />
171-
<Card title="Capacitor (alpha)" icon="c" href="/client-sdks/reference/capacitor#3-integrate-with-your-backend" />
171+
<Card title="Capacitor (beta)" icon="c" href="/client-sdks/reference/capacitor#3-integrate-with-your-backend" />
172172
<Card title="Node.js (beta)" icon="node-js" href="/client-sdks/reference/node#3-integrate-with-your-backend" />
173173
<Card title="Tauri (alpha)" icon="/logo/tauri_sidebar.svg" href="/client-sdks/reference/tauri#3-integrate-with-your-backend" />
174174
<Card title="Kotlin" icon="android" href="/client-sdks/reference/kotlin#3-integrate-with-your-backend" />

intro/examples.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ All examples are organized by platform and backend technology. You can adapt any
104104
- [Vite](https://github.com/powersync-ja/powersync-js/blob/main/demos/example-vite#readme) - Bundling with Vite
105105
- [Vite with Encryption](https://github.com/powersync-ja/powersync-js/blob/main/demos/example-vite-encryption#readme) - Web database encryption demo
106106
</Accordion>
107-
<Accordion title="Capacitor (alpha)" icon="c">
107+
<Accordion title="Capacitor (beta)" icon="c">
108108
#### Examples
109109

110110
- [Capacitor Example](https://github.com/powersync-ja/powersync-js/tree/main/demos/example-capacitor#readme) - PowerSync in a Capacitor app with web, Android, and iOS support

resources/feature-status.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Below is a summary of the current main PowerSync features and their release stat
6161
| High Performance Diffs | Experimental |
6262
| Tauri SDK | Alpha |
6363
| Rust SDK | Alpha |
64-
| Capacitor SDK | Alpha |
64+
| Capacitor SDK | Beta |
6565
| TanStack Query | Alpha |
6666
| Node.js SDK | Beta |
6767
| .NET SDK | Beta |

snippets/client-sdks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<Card title="JavaScript Web" icon="js" href="/client-sdks/reference/javascript-web" horizontal />
77

8-
<Card title="Capacitor (alpha)" icon="c" href="/client-sdks/reference/capacitor" horizontal />
8+
<Card title="Capacitor (beta)" icon="c" href="/client-sdks/reference/capacitor" horizontal />
99

1010
<Card title="Tauri (alpha)" icon="/logo/tauri_sidebar.svg" href="/client-sdks/reference/tauri" horizontal />
1111

0 commit comments

Comments
 (0)