Skip to content

Commit 6a7ea7b

Browse files
authored
docs: update React Native and Federated Capacitor for Cap 7.0 (#293)
1 parent 1130e1c commit 6a7ea7b

File tree

5 files changed

+65
-3
lines changed

5 files changed

+65
-3
lines changed

lerna.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"capacitorVersion": "7.0.0",
3-
"iosMinVersion": "13.0",
3+
"iosMinVersion": "14.0",
44
"androidMinSdk": "23",
5-
"rnMinVersion": "0.74.2",
5+
"rnMinVersion": "0.75.4",
66
"androidLiveUpdatesVersion": "0.5.5",
7-
"rnVersion": "0.7.1",
7+
"rnVersion": "0.8.0",
88
"iosVersion": "0.12.0",
99
"androidVersion": "0.12.0",
1010
"cliVersion": "0.3.1",

website/docs/for-capacitor/upgrade-guides.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@ title: Upgrade Guides
33
sidebar_label: Upgrade Guides
44
---
55

6+
## @ionic-enterprise/federated-capacitor 0.3.0
7+
8+
This update supports Capacitor version 7.
9+
10+
## @ionic-enterprise/federated-capacitor 0.2.4
11+
12+
Adds a new function `refreshMicroApps()` to allow for the update of web apps through Live Updates without refreshing the currently loaded apps.
13+
14+
## @ionic-enterprise/federated-capacitor 0.2.3
15+
16+
Changes the use of Appflow CLI to the new Portals CLI internally.
17+
18+
## @ionic-enterprise/federated-capacitor 0.2.2
19+
20+
Provides ability for iOS users to override `capacitorDidLoad()` on iOS.
21+
22+
## @ionic-enterprise/federated-capacitor 0.2.1
23+
24+
Addressed a bug where the config was not correctly loaded on Android.
25+
26+
## @ionic-enterprise/federated-capacitor 0.2.0
27+
28+
This update supports Capacitor version 6.
29+
630
## @ionic-enterprise/federated-capacitor 0.1.7
731

832
### Differential Support

website/docs/for-react-native/changelog.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
[
2+
{
3+
"productTitle": "Portals React Native",
4+
"pageUrl": "https://ionic.io/docs/portals/for-react-native/changelog",
5+
"repo": "ionic-team/ionic-portals-react-native",
6+
"mdBody": "### What's Changed\n* **feat!**: BREAKING update for Capacitor 7 ([#60](https://github.com/ionic-team/ionic-portals-react-native/pull/60))\n\n",
7+
"body": "<h3>What's Changed</h3>\n<ul>\n<li><strong>feat!</strong>: BREAKING update for Capacitor 7 (<a href=\"https://github.com/ionic-team/ionic-portals-react-native/pull/60\">#60</a>)</li>\n</ul>\n",
8+
"name": "0.8.0",
9+
"raw_published_at": "2025-01-22T22:22:24Z",
10+
"published_at": "January 22 2025",
11+
"tag_name": "0.8.0",
12+
"type": "minor",
13+
"version": "0.8.0"
14+
},
215
{
316
"productTitle": "Portals React Native",
417
"pageUrl": "https://ionic.io/docs/portals/for-react-native/changelog",

website/docs/for-react-native/upgrade-guides.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ sidebar_label: Upgrade Guides
66
import Tabs from '@theme/Tabs';
77
import TabItem from '@theme/TabItem';
88

9+
## Portals for React Native 0.7.0 -> 0.8.0
10+
11+
Portals for React Native version `0.8.0` is compatible with Portals Web Plugin version `0.12.x`.
12+
13+
:::caution
14+
Portals 0.8.0 is a notable update that upgrades the Capacitor dependency to version 7. Care should be taken to update dependencies across your web content and native apps to ensure compatibility.
15+
:::
16+
17+
First review the [Capacitor 7 Update Guide](https://capacitorjs.com/docs/updating/7-0) for an overview of necessary changes. Some will not be relevant for Portals apps, but this will be a useful reference in case you encounter issues with your upgrade.
18+
19+
This version depends on version React Native version 0.75.4 to support Capacitor 7.
20+
921
## Portals for React Native 0.6.0 -> 0.7.0
1022

1123
Portals for React Native version `0.7.0` is compatible with Portals Web Plugin version `0.10.x`. This release removes all of the functions that were deprecated in `0.6.0`.

website/docs/for-web/changelog.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
[
2+
{
3+
"productTitle": "Portals Web Plugin",
4+
"pageUrl": "https://ionic.io/docs/portals/for-web/changelog",
5+
"repo": "ionic-team/ionic-portals",
6+
"mdBody": "### What's Changed\n* **feat**: Capacitor 7 Upgrades ([#291](https://github.com/ionic-team/ionic-portals/pull/291))\n\n",
7+
"body": "<h3>What's Changed</h3>\n<ul>\n<li><strong>feat</strong>: Capacitor 7 Upgrades (<a href=\"https://github.com/ionic-team/ionic-portals/pull/291\">#291</a>)</li>\n</ul>\n",
8+
"name": "0.12.0",
9+
"raw_published_at": "2025-01-21T21:28:17Z",
10+
"published_at": "January 21 2025",
11+
"tag_name": "0.12.0",
12+
"type": "minor",
13+
"version": "0.12.0"
14+
},
215
{
316
"productTitle": "Portals Web Plugin",
417
"pageUrl": "https://ionic.io/docs/portals/for-web/changelog",

0 commit comments

Comments
 (0)