Releases: ionic-team/ionic-portals-android
0.12.0
0.10.3
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