All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Removed adblock check, rely on GD failing gracefully now
- Added missing 'export as' statement
- Changed how gd provider checks for ad blocker
- Returns a banner or null for all providers, depending on provider setup
- Added missing 'export as' statement
- Fixed AD_PROVIDER_LOADED event to fire after adManager is set.
- Added AD_PROVIDER_LOADED event to every provider.
- Gamedock cordova ad provider
- Banner offset when scaling and aligning
- Allow scaling gd banners using scale() function
- Disallowed double calling of alignIn for GD banner
- Check for parent div on banner resize
- Removed rewarded ad preload requirement in gd
- Made banner not fail when GD-SDK is not available
- createBanner function for custom handeling bannner loading
- GD banner alignment enum
- Possibility to align GD Banner in a given HTMLElement
- GD banner ads support
- Changed the way we call contentPaused to make sure it's actually only called when an ad gets displayed
- Resume not being called after adv failure in ironsource
- Calling preload ad in gamedistribution with wrong adtype
- Stop using GD test url for SDK
- Added rewarded ad support in cordova-ironsource
This version will bring a basic implementation of the ironsource ad mediation with cordova.
- Ironsource cordova ad provider