Skip to content

Releases: ionic-team/ionic-portals

0.10.0

25 Apr 14:16
d53f684
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.10.0

0.9.0

13 Feb 15:22
3ca96cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.1...0.9.0

0.8.1

19 May 15:35
1e66096
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.0...0.8.1

0.8.0

17 May 20:58
d80d427
Compare
Choose a tag to compare

Pub/Sub system overhaul

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

To upgrade from the previous release please reference the UPGRADE GUIDE.

What's Changed

Full Changelog: 0.7.1...0.8.0

0.7.1

02 Mar 00:05
357da6f
Compare
Choose a tag to compare

New Feature Asset Maps

If you are developing an application that contains multiple Portals, the Portals library supports the ability to share asset files between them. This is helpful to reduce the size of your overall app if those Portals use assets that are the same such as large media files or font files. These are called Asset Maps. You can find out more about how to use them here.

What's Changed

Full Changelog: 0.7.0...0.7.1

0.7.0

22 Nov 16:41
b9d114b
Compare
Choose a tag to compare

This release upgrades Portals to use Capacitor 4.

To upgrade from the previous release please reference the UPGRADE GUIDE.

What's Changed

Full Changelog: 0.6.0...0.7.0

0.6.0

07 Sep 19:20
96f25a9
Compare
Choose a tag to compare
chore: Update release.yml (#172)

0.5.0

18 Feb 16:51
Compare
Choose a tag to compare
0.5.0

0.4.2

10 Feb 21:43
Compare
Choose a tag to compare

iOS Only. Fixes issues on install iOS Dependencies with 0.4.0 and 0.4.1

0.4.1

27 Jan 20:32
74de78b
Compare
Choose a tag to compare

0.4.1 (2022-01-27)

Bug Fixes

  • android: restore portal link when fragment recreated (#114) (8ab627e)
  • Remove missing .xcframework files (#113) (e9aac61)