Skip to content

0.8.0

Compare
Choose a tag to compare
@Steven0351 Steven0351 released this 17 May 20:58
· 47 commits to main since this release
d80d427

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