You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/for-ios/upgrade-guides.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,23 @@ sidebar_label: Upgrade Guides
6
6
import Tabs from '@theme/Tabs';
7
7
import TabItem from '@theme/TabItem';
8
8
9
+
## Portals for iOS 0.8.0 → 0.9.0
10
+
11
+
- Portals for iOS version `0.9.0` is compatible with Portals Web Plugin version `0.8.x`.
12
+
13
+
### Capacitor Configuration API
14
+
15
+
There is a new API available for configuring the Capacitor runtime. Most of the configuration options are the same as those available in the
16
+
[Capacitor configuration file](https://capacitorjs.com/docs/config). For more details, see [Advanced Configuration](./how-to/advanced-configuration.md).
17
+
18
+
### Dev Mode
19
+
20
+
There is a new property [`devModeEnabled`](https://ionic-portals-ios.vercel.app/documentation/ionicportals/portal/devmodeenabled) on `Portal`
21
+
that controls whether or not the Portal will be in development mode for debug builds. This mode will allow the Portal to be replaced with
22
+
content from a development server URL to be used in conjunction with the [`portals serve ios`](../cli/commands/serve-ios.md) CLI command.
23
+
This mode is enabled by default and is only available in debug builds. Release modes will always use the content shipped with the application.
24
+
To turn off development mode for a Portal, set `devModeEnabled` to `false` either in the Portal initializer or by setting the property directly.
25
+
9
26
## Portals for iOS 0.7.x → 0.8.0
10
27
11
28
- Portals for iOS version `0.8.0` is compatible with Portals Web Plugin version `0.8.x`.
0 commit comments