Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"capacitorVersion": "7.0.0",
"iosMinVersion": "13.0",
"iosMinVersion": "14.0",
"androidMinSdk": "23",
"rnMinVersion": "0.74.2",
"rnMinVersion": "0.75.4",
"androidLiveUpdatesVersion": "0.5.5",
"rnVersion": "0.7.1",
"rnVersion": "0.8.0",
"iosVersion": "0.12.0",
"androidVersion": "0.12.0",
"cliVersion": "0.3.1",
Expand Down
24 changes: 24 additions & 0 deletions website/docs/for-capacitor/upgrade-guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@ title: Upgrade Guides
sidebar_label: Upgrade Guides
---

## @ionic-enterprise/federated-capacitor 0.3.0

This update supports Capacitor version 7.

## @ionic-enterprise/federated-capacitor 0.2.4

Adds a new function `refreshMicroApps()` to allow for the update of web apps through Live Updates without refreshing the currently loaded apps.

## @ionic-enterprise/federated-capacitor 0.2.3

Changes the use of Appflow CLI to the new Portals CLI internally.

## @ionic-enterprise/federated-capacitor 0.2.2

Provides ability for iOS users to override `capacitorDidLoad()` on iOS.

## @ionic-enterprise/federated-capacitor 0.2.1

Addressed a bug where the config was not correctly loaded on Android.

## @ionic-enterprise/federated-capacitor 0.2.0

This update supports Capacitor version 6.

## @ionic-enterprise/federated-capacitor 0.1.7

### Differential Support
Expand Down
13 changes: 13 additions & 0 deletions website/docs/for-react-native/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"productTitle": "Portals React Native",
"pageUrl": "https://ionic.io/docs/portals/for-react-native/changelog",
"repo": "ionic-team/ionic-portals-react-native",
"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",
"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",
"name": "0.8.0",
"raw_published_at": "2025-01-22T22:22:24Z",
"published_at": "January 22 2025",
"tag_name": "0.8.0",
"type": "minor",
"version": "0.8.0"
},
{
"productTitle": "Portals React Native",
"pageUrl": "https://ionic.io/docs/portals/for-react-native/changelog",
Expand Down
12 changes: 12 additions & 0 deletions website/docs/for-react-native/upgrade-guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ sidebar_label: Upgrade Guides
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

## Portals for React Native 0.7.0 -> 0.8.0

Portals for React Native version `0.8.0` is compatible with Portals Web Plugin version `0.12.x`.

:::caution
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.
:::

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.

This version depends on version React Native version 0.75.4 to support Capacitor 7.

## Portals for React Native 0.6.0 -> 0.7.0

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`.
Expand Down
13 changes: 13 additions & 0 deletions website/docs/for-web/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"productTitle": "Portals Web Plugin",
"pageUrl": "https://ionic.io/docs/portals/for-web/changelog",
"repo": "ionic-team/ionic-portals",
"mdBody": "### What's Changed\n* **feat**: Capacitor 7 Upgrades ([#291](https://github.com/ionic-team/ionic-portals/pull/291))\n\n",
"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",
"name": "0.12.0",
"raw_published_at": "2025-01-21T21:28:17Z",
"published_at": "January 21 2025",
"tag_name": "0.12.0",
"type": "minor",
"version": "0.12.0"
},
{
"productTitle": "Portals Web Plugin",
"pageUrl": "https://ionic.io/docs/portals/for-web/changelog",
Expand Down
Loading