Changelog
A complete release history for Portals for Android is available on GitHub. Documentation for recent releases can also be found below.
February 13 2024
0.8.1
patchOctober 13 2023
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
0.8.0
minorOctober 13 2023
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.
What's Changed
0.7.0
minorOctober 13 2023
Release Notes
This release upgrades Portals to use Capacitor 4.
What's Changed
To see more releases, visit GitHub.