Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog of ios for 0.9.0 #257

Merged
merged 1 commit into from
Dec 6, 2023
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
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"rnMinVersion": "0.63.4",
"androidLiveUpdatesVersion": "0.4.1",
"rnVersion": "0.5.1",
"iosVersion": "0.8.0",
"iosVersion": "0.9.0",
"androidVersion": "0.8.3",
"version": "0.8.1"
}
1 change: 1 addition & 0 deletions scripts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"changelog": "node ./changelog-release.mjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
Expand Down
13 changes: 13 additions & 0 deletions website/docs/for-ios/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"productTitle": "Portals iOS",
"pageUrl": "https://ionic.io/docs/portals/for-ios/changelog",
"repo": "ionic-team/ionic-portals-ios",
"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))",
"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",
"name": "0.9.0",
"raw_published_at": "2023-12-01T15:15:10Z",
"published_at": "December 1 2023",
"tag_name": "0.9.0",
"type": "minor",
"version": "0.9.0"
},
{
"productTitle": "Portals iOS",
"pageUrl": "https://ionic.io/docs/portals/for-ios/changelog",
Expand Down
Loading