Skip to content

Releases: ionic-team/ionic-portals-android

0.12.0

20 Jan 20:31
68d3ac3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.3...0.12.0

0.10.3

10 Jan 22:03
a941038
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.2...0.10.3

0.10.2

03 Jul 15:25
971789d
Compare
Choose a tag to compare

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

01 Jul 19:59
2da5766
Compare
Choose a tag to compare

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

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