From 2939c64b0f9ab5128fe9b615a21a0940a4063a8f Mon Sep 17 00:00:00 2001 From: Aaron LaBeau Date: Thu, 21 Nov 2024 08:16:44 -0600 Subject: [PATCH] fix: updated docs for 0.2.6 release --- docs/ProductNotes/release-notes.md | 6 ++++++ docs/StartHere/install.md | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/docs/ProductNotes/release-notes.md b/docs/ProductNotes/release-notes.md index 8166075..d961cc1 100644 --- a/docs/ProductNotes/release-notes.md +++ b/docs/ProductNotes/release-notes.md @@ -4,12 +4,18 @@ sidebar_position: 1 --- # Release Notes +**0.2.6** +- Updated Database Save and Database getDocument APIs to fix issue where the document wasn't properly updated in the database nor returned due to changes made in 0.2.4 (regression). + **0.2.5** - Updated iOS and Android to use Couchbase Lite 3.2.1 + - Updating users will need to run `pod update` in your iOS project - Updating users should run `npx cap sync` after updating the NPM package **0.2.4** - Included support for Couchbase Lite 3.2.0 + - Updating users will need to run `pod update` in your iOS project + - Updating users should run `npx cap sync` after updating the NPM package - Updated Ionic Capacitor version to [version 6](https://ionic.io/blog/announcing-capacitor-6-0) - Applications will need to [migrate from version 5 to version 6](https://capacitorjs.com/docs/updating/6-0) - Updated Documents and MutableDocuments API to match the Native SDK APIs, including default values for each data type diff --git a/docs/StartHere/install.md b/docs/StartHere/install.md index 5c0a9e8..438102c 100644 --- a/docs/StartHere/install.md +++ b/docs/StartHere/install.md @@ -63,6 +63,10 @@ cd ios/App pod install cd ../.. ``` +:::note +Note that if the iOS Couchbase Lite package is updated, you will have to run a `pod update` in your iOS project to update the Couchbase Lite package prior to running `npx cap sync`. +::: + ### Android - Update the `all projects` gradle file