Skip to content

Commit 75d9bd8

Browse files
authored
Update changelog of ios for 0.9.0 (#257)
1 parent cfd8b16 commit 75d9bd8

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"rnMinVersion": "0.63.4",
66
"androidLiveUpdatesVersion": "0.4.1",
77
"rnVersion": "0.5.1",
8-
"iosVersion": "0.8.0",
8+
"iosVersion": "0.9.0",
99
"androidVersion": "0.8.3",
1010
"version": "0.8.1"
1111
}

scripts/package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7+
"changelog": "node ./changelog-release.mjs",
78
"test": "echo \"Error: no test specified\" && exit 1"
89
},
910
"author": "",

website/docs/for-ios/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 iOS",
4+
"pageUrl": "https://ionic.io/docs/portals/for-ios/changelog",
5+
"repo": "ionic-team/ionic-portals-ios",
6+
"mdBody": "### Capacitor Configuration API\n\nWe are pleased to introduce a new API for configuring the Capacitor runtime. This API offers a set of configuration options that closely align with those found in the Capacitor configuration file ( options detailed [here](https://capacitorjs.com/docs/config)) . For comprehensive details, please refer to the \"Advanced Configuration\" section [here](https://ionic.io/docs/portals/for-ios/how-to/advanced-configuration).\n\n### Development Mode\n\nWe have now introduced a development mode for web developers. The `devModeEnabled` property is now available on Portal, allowing you to control to give a better development experience for your web developers. \n\nIn this mode, the Portal web content can be substituted with content from a development server URL, which complements the `portals serve ios` CLI command. Usage docs can be found [here](https://ionic.io/docs/portals/cli/commands/serve-ios). More than likely web developers will use Development Mode in conjunction with a locally running web server so that development and testing can be done within an emulator on a physical device.\n\nPlease note that this mode is enabled by default and exclusively accessible during debug builds. For release modes, the application will consistently use the included content. To deactivate development mode for a Portal, you can easily set `devModeEnabled` to `false`, either during Portal initialization or by directly modifying the property. Explore this feature to optimize your development workflow with Ionic Portals.\n\nTo upgrade from the previous release please reference the [UPGRADE GUIDE](https://ionic.io/docs/portals/for-ios/upgrade-guides#portals-for-ios-080--090).\n\n### What's Changed\n* **feat**: Add ability to configure capacitor programmatically through `Portal` ([#77](https://github.com/ionic-team/ionic-portals-ios/pull/77))\n* **feat**: Add dev mode ([#78](https://github.com/ionic-team/ionic-portals-ios/pull/78))",
7+
"body": "<h3>Capacitor Configuration API</h3>\n<p>We are pleased to introduce a new API for configuring the Capacitor runtime. This API offers a set of configuration options that closely align with those found in the Capacitor configuration file ( options detailed <a href=\"https://capacitorjs.com/docs/config\">here</a>) . For comprehensive details, please refer to the \"Advanced Configuration\" section <a href=\"https://ionic.io/docs/portals/for-ios/how-to/advanced-configuration\">here</a>.</p>\n<h3>Development Mode</h3>\n<p>We have now introduced a development mode for web developers. The <code>devModeEnabled</code> property is now available on Portal, allowing you to control to give a better development experience for your web developers.</p>\n<p>In this mode, the Portal web content can be substituted with content from a development server URL, which complements the <code>portals serve ios</code> CLI command. Usage docs can be found <a href=\"https://ionic.io/docs/portals/cli/commands/serve-ios\">here</a>. More than likely web developers will use Development Mode in conjunction with a locally running web server so that development and testing can be done within an emulator on a physical device.</p>\n<p>Please note that this mode is enabled by default and exclusively accessible during debug builds. For release modes, the application will consistently use the included content. To deactivate development mode for a Portal, you can easily set <code>devModeEnabled</code> to <code>false</code>, either during Portal initialization or by directly modifying the property. Explore this feature to optimize your development workflow with Ionic Portals.</p>\n<p>To upgrade from the previous release please reference the <a href=\"https://ionic.io/docs/portals/for-ios/upgrade-guides#portals-for-ios-080--090\">UPGRADE GUIDE</a>.</p>\n<h3>What's Changed</h3>\n<ul>\n<li><strong>feat</strong>: Add ability to configure capacitor programmatically through <code>Portal</code> (<a href=\"https://github.com/ionic-team/ionic-portals-ios/pull/77\">#77</a>)</li>\n<li><strong>feat</strong>: Add dev mode (<a href=\"https://github.com/ionic-team/ionic-portals-ios/pull/78\">#78</a>)</li>\n</ul>\n",
8+
"name": "0.9.0",
9+
"raw_published_at": "2023-12-01T15:15:10Z",
10+
"published_at": "December 1 2023",
11+
"tag_name": "0.9.0",
12+
"type": "minor",
13+
"version": "0.9.0"
14+
},
215
{
316
"productTitle": "Portals iOS",
417
"pageUrl": "https://ionic.io/docs/portals/for-ios/changelog",

0 commit comments

Comments
 (0)