Skip to content

Releases: ionic-team/ionic-portals-ios

0.11.1

06 Dec 18:18
8f7d2a6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.0...0.11.1

0.11.0

23 Apr 21:53
2704552
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.11.0

0.10.0

12 Feb 21:16
660e616
Compare
Choose a tag to compare

Portals for iOS 0.10.0 introduces support for differential live updates. This feature allows for updating only the changed files in a web asset bundle, reducing the amount of data that needs to be transferred to the device. This should drastically reduce the amount of data used by device to get new versions of the web assets from Appflow.

The feature is enabled by default. If you would like to opt out or are interested in learning more please refer to the upgrade guide.

To upgrade from the previous release please reference the UPGRADE GUIDE.

What's Changed

Full Changelog: 0.9.1...0.10.0

0.9.1

23 Jan 21:50
9657c97
Compare
Choose a tag to compare

What's Changed

  • feat: Add instance level support for swift concurrency on PortalsPubSub by @Steven0351 in #81

Full Changelog: 0.9.0...0.9.1

0.9.0

01 Dec 15:15
406e80f
Compare
Choose a tag to compare

Capacitor Configuration API

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 here) . For comprehensive details, please refer to the "Advanced Configuration" section here.

Development Mode

We 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.

In 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. 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.

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 devModeEnabled to false, either during Portal initialization or by directly modifying the property. Explore this feature to optimize your development workflow with Ionic Portals.

To upgrade from the previous release please reference the UPGRADE GUIDE.

What's Changed

0.8.0

17 May 20:33
386f6cf
Compare
Choose a tag to compare

Pub/Sub system overhaul

This update simplifies the iOS pub/sub system for Ionic Portals, addressing the issue of Plugin subscriptions not being properly disposed when a Portal is dismissed. More details on usage can be found here. Key improvements include:

  • Utilizing Capacitor for Event Handling:
    We now use Capacitor for event publishing, simplifying unsubscribing with provided handles, eliminating the need for arbitrary integers.

  • Combine Integration:
    The pub/sub system now utilizes Apple's Combine framework, making subscription management more straightforward and efficient.

  • Introducing PortalsPubSub Class:
    A new PortalsPubSub class allows scoping events to specific portals, enhancing system organization.

Portals now uses Capacitor 5

This release also moves Portals to Capacitor 5 while requiring all plugins to be manually registered. More info on usage can be found here.

Web Vitals moved to a Plugin

And finally we have moved WebVitals into a plugin that can be registered for each Portal. Usage can be found here.

To upgrade from the previous release please reference the UPGRADE GUIDE.

What's Changed

Full Changelog: 0.7.3...0.8.0

0.7.3

27 Feb 18:04
6790ed4
Compare
Choose a tag to compare

New Feature Asset Maps

If you are developing an application that contains multiple Portals, the Portals library supports the ability to share asset files between them. This is helpful to reduce the size of your overall app if those Portals use assets that are the same such as large media files or font files. These are called Asset Maps. You can find out more about how to use them here.

What's Changed

Full Changelog: 0.7.2...0.7.3

0.7.2

06 Feb 20:27
959b59d
Compare
Choose a tag to compare

New Feature Web Vitals

You can now observe the FCP (First Contentful Paint) on a specific Portal. A faster FCP has several key benefits for. It enhances user perception by providing quick visual feedback that a web app is loading and can reduce the perception of delay. To read about how to make use of these new feature you can read the documentation here

What's Changed

  • feat: Adds ability to observe FCP metrics from embedded web apps by @Steven0351 in #63

Full Changelog: 0.7.1...0.7.2

0.7.1

14 Dec 18:27
fb3a37e
Compare
Choose a tag to compare

New Feature Plugin Registration

There are now options for how to register plugins for a given Portal. This provides more control for Native developers. You can read more about how to use the feature here

What's Changed

Full Changelog: 0.7.0...0.7.1

0.7.0

22 Nov 17:22
87692d0
Compare
Choose a tag to compare

This release upgrades Portals to use Capacitor 4.

UPGRADE GUIDE

What's Changed

Full Changelog: 0.6.5...0.7.0