Skip to content

Releases: ionic-team/ionic-portals-android

0.10.0

24 Apr 20:06
3fc669e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.10.0

0.9.0

12 Mar 21:17
656d8bc
Compare
Choose a tag to compare

What's Changed

  • feat: support the portals CLI functionality for android serve by @carlpoole in #65

Full Changelog: 0.8.4...0.9.0

0.8.4

13 Feb 18:48
Compare
Choose a tag to compare

Portals for Android 0.8.4 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

  • feat: support live updates 0.5.0 and will use portal web app directory as a source for differential updates by @carlpoole in #62
  • fix: fix transaction exception crashing the app if the view no longer exists by @carlpoole in #63
  • chore: updated capacitor dependency to 5.7.+ by @carlpoole in #64

Full Changelog: 0.8.3...0.8.4

0.8.3

13 Oct 15:57
aeba8fa
Compare
Choose a tag to compare

This release updated Portals to use Capacitor 5.5.X.

What's Changed

  • feat(android): Updates to use Capacitor 5.5.X by @carlpoole in #55

Full Changelog: https://github.com/ionic-team/ionic-portals-android/commits/0.8.3

0.8.2

13 Oct 16:00
8c5b3d2
Compare
Choose a tag to compare

New Feature for PortalView

PortalView can no take a Portal directly instead of relying on the PortalManager to retrieve the Portal. This is for convenience. You can read more in the docs here

What's Changed

  • Cap version update by @carlpoole in #50
  • feat: added constructor for PortalView that takes a Portal directly by @carlpoole in #51

Full Changelog: https://github.com/ionic-team/ionic-portals-android/commits/0.8.2

0.8.1

13 Oct 16:03
14944e3
Compare
Choose a tag to compare

New Feature Remove Portal

In this release, we're introducing a new function that empowers users to efficiently remove portals when utilizing the PortalManager for managing their portal instances. This enhancement responds to user requests for the ability to dynamically remove dynamically created portals, helping to maintain a more streamlined map and prevent unnecessary growth. Notably, this feature is designed to preserve live update sessions, ensuring a seamless user experience. Usage info can be found here.

What's Changed

Full Changelog: https://github.com/ionic-team/ionic-portals-android/commits/0.8.1

0.8.0

13 Oct 16:21
e1769d4
Compare
Choose a tag to compare

Pub/Sub system overhaul

This update simplifies the Android 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.

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

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.

UPGRADE GUIDE.

What's Changed

Full Changelog: https://github.com/ionic-team/ionic-portals-android/commits/0.8.0

0.7.5

13 Oct 16:29
44d57bc
Compare
Choose a tag to compare

What's Changed

  • chore: update dependencies for Capacitor updates and Live Updates feat by @carlpoole in #38

Full Changelog: https://github.com/ionic-team/ionic-portals-android/commits/0.7.5

0.7.4

13 Oct 16:36
24c313c
Compare
Choose a tag to compare

What's Changed

  • feat: support configuration files on portal-by-portal basis and within live updates by @carlpoole in #35
  • feat: asset sharing by @carlpoole in #34

Full Changelog: 0.7.3...0.7.4

0.7.3

13 Oct 16:36
7f27abe
Compare
Choose a tag to compare

What's Changed

  • feat: Web Vitals support for FCP, FID, TTFB by @carlpoole in #28
  • feat: added jetpack compose support for bridge availability callback by @carlpoole in #29

Full Changelog: 0.7.2...0.7.3