0.8.0
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
- feat: BREAKING! Overhauls to pub/sub by @Steven0351 in #222
- chore: Update method for retrieving initial context on Android by @Steven0351 in #226
Full Changelog: 0.7.1...0.8.0