Skip to content

Commit 377295a

Browse files
authored
chore(docs): Add upgrade guides for iOS 0.9.0 (#254)
1 parent b63ae55 commit 377295a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

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

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+
926
## Portals for iOS 0.7.x → 0.8.0
1027

1128
- Portals for iOS version `0.8.0` is compatible with Portals Web Plugin version `0.8.x`.

0 commit comments

Comments
 (0)