Releases: ionic-team/ionic-portals
0.10.0
0.9.0
What's Changed
- feat!(plugin): Remove
SubscriptionCallback
type by @Steven0351 in #259
Full Changelog: 0.8.1...0.9.0
0.8.1
What's Changed
- fix: Peer dep was not upgraded to cap 5 by @Steven0351 in #228
Full Changelog: 0.8.0...0.8.1
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
0.7.1
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
- feat(plugin): Add
assetMaps
key to initialContext by @Steven0351 in #209
Full Changelog: 0.7.0...0.7.1
0.7.0
This release upgrades Portals to use Capacitor 4.
To upgrade from the previous release please reference the UPGRADE GUIDE.
What's Changed
- feat: Update InitialContext by @Steven0351 in #184
- feat: capacitor 4 update by @carlpoole in #187
Full Changelog: 0.6.0...0.7.0
0.6.0
chore: Update release.yml (#172)
0.5.0
0.5.0
0.4.2
iOS Only. Fixes issues on install iOS Dependencies with 0.4.0 and 0.4.1