Releases: ionic-team/ionic-portals-android
0.10.2
What's Changed
- fix: prevent full crash when returning from a system force-quit state by @carlpoole in #70
Full Changelog: 0.10.1...0.10.2
0.10.1
What's Changed
- feat: add overrides for onStart and onStop to pair with the bridge by @carlpoole in #68
- feat: fragment viewmodel for lifecycle by @carlpoole in #66
Full Changelog: 0.10.0...0.10.1
0.10.0
0.9.0
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
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
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
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
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
- feat: remove portal by @carlpoole in #48
- chore: updated to use Capacitor 5.4.+ versions by @carlpoole in #49
Full Changelog: https://github.com/ionic-team/ionic-portals-android/commits/0.8.1
0.8.0
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
- feat!: BREAKING Overhauls to the pub/sub system by @Steven0351 in #39
- feat: capacitor 5 updates by @carlpoole in #42
- feat!: BREAKING Make WebVitals a Plugin by @Steven0351 in #45
Full Changelog: https://github.com/ionic-team/ionic-portals-android/commits/0.8.0
0.7.5
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