From 8b475998ebf18f88751fc9ed3af2169e0d4683ad Mon Sep 17 00:00:00 2001 From: Benita Volkmann Date: Wed, 27 May 2026 12:23:59 -0600 Subject: [PATCH 1/2] Prepare Capacitor docs for beta release --- client-sdks/reference/capacitor.mdx | 6 +++--- configuration/app-backend/client-side-integration.mdx | 2 +- intro/examples.mdx | 2 +- resources/feature-status.mdx | 2 +- snippets/client-sdks.mdx | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client-sdks/reference/capacitor.mdx b/client-sdks/reference/capacitor.mdx index bb4fc799..552c3043 100644 --- a/client-sdks/reference/capacitor.mdx +++ b/client-sdks/reference/capacitor.mdx @@ -1,5 +1,5 @@ --- -title: "Capacitor SDK (alpha)" +title: "Capacitor SDK (beta)" description: "Use PowerSync in Capacitor apps." sidebarTitle: "SDK Reference" --- @@ -31,9 +31,9 @@ import LocalOnly from '/snippets/local-only-escape.mdx'; - This SDK is currently in an [**alpha** release](/resources/feature-status). + This SDK is currently in a [**beta** release](/resources/feature-status). - 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. + Because the SDK is largely built on our stable [Web SDK](/client-sdks/reference/javascript-web), that functionality is considered stable and production-ready for tested use cases. Review the [known limitations](#limitations) before using it in production. diff --git a/configuration/app-backend/client-side-integration.mdx b/configuration/app-backend/client-side-integration.mdx index 2c9c4186..231cf01b 100644 --- a/configuration/app-backend/client-side-integration.mdx +++ b/configuration/app-backend/client-side-integration.mdx @@ -168,7 +168,7 @@ For an example implementation of a PowerSync 'backend connector', see the SDK gu - + diff --git a/intro/examples.mdx b/intro/examples.mdx index 81e7dc6e..8a8d54ea 100644 --- a/intro/examples.mdx +++ b/intro/examples.mdx @@ -104,7 +104,7 @@ All examples are organized by platform and backend technology. You can adapt any - [Vite](https://github.com/powersync-ja/powersync-js/blob/main/demos/example-vite#readme) - Bundling with Vite - [Vite with Encryption](https://github.com/powersync-ja/powersync-js/blob/main/demos/example-vite-encryption#readme) - Web database encryption demo - + #### Examples - [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 diff --git a/resources/feature-status.mdx b/resources/feature-status.mdx index 8427356e..0618ff14 100644 --- a/resources/feature-status.mdx +++ b/resources/feature-status.mdx @@ -61,7 +61,7 @@ Below is a summary of the current main PowerSync features and their release stat | High Performance Diffs | Experimental | | Tauri SDK | Alpha | | Rust SDK | Alpha | -| Capacitor SDK | Alpha | +| Capacitor SDK | Beta | | TanStack Query | Alpha | | Node.js SDK | Beta | | .NET SDK | Beta | diff --git a/snippets/client-sdks.mdx b/snippets/client-sdks.mdx index 0ce70c5b..8dfcc5e3 100644 --- a/snippets/client-sdks.mdx +++ b/snippets/client-sdks.mdx @@ -5,7 +5,7 @@ - + From d46944fb23733362a62d73fb7f0e14e0aae0afc5 Mon Sep 17 00:00:00 2001 From: Benita Volkmann Date: Fri, 29 May 2026 08:59:03 -0600 Subject: [PATCH 2/2] Imporve Capacitor Beta wording --- client-sdks/reference/capacitor.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-sdks/reference/capacitor.mdx b/client-sdks/reference/capacitor.mdx index 552c3043..5375e0c5 100644 --- a/client-sdks/reference/capacitor.mdx +++ b/client-sdks/reference/capacitor.mdx @@ -33,7 +33,7 @@ import LocalOnly from '/snippets/local-only-escape.mdx'; This SDK is currently in a [**beta** release](/resources/feature-status). - Because the SDK is largely built on our stable [Web SDK](/client-sdks/reference/javascript-web), that functionality is considered stable and production-ready for tested use cases. Review the [known limitations](#limitations) before using it in production. + 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.