Releases: NZME/react-native-ad-manager
Releases · NZME/react-native-ad-manager
2.0.10
What's Changed
- upgrade to support newest GMA SDK version possible on both Android and iOS by @jazdance in #120
- Enabled app interstitials to re-appear after a number of user clicks on iOS by @traceymainzme in #126
- Interstitial ads - It shows up only once and isReady crashes on Android by @gladiuscode in #125
- Bump package version to 2.0.10. Include package-lock in repo by @mharrison-nzme in #127
New Contributors
- @traceymainzme made their first contribution in #126
- @gladiuscode made their first contribution in #125
- @mharrison-nzme made their first contribution in #127
Full Changelog: v2.0.8...v2.0.10
Release 2.0.8
What's Changed
- Bump react-native from 0.63.3 to 0.64.1 in /example by @dependabot in #37
- Bump y18n from 4.0.0 to 4.0.3 in /example by @dependabot in #38
- Bump async from 2.6.3 to 2.6.4 in /example by @dependabot in #62
- Bump async from 2.6.3 to 2.6.4 by @dependabot in #63
- Bump simple-plist from 1.1.1 to 1.3.1 in /example by @dependabot in #64
- Bump simple-plist from 1.1.1 to 1.3.1 by @dependabot in #65
- Bump ansi-regex from 3.0.0 to 3.0.1 in /example by @dependabot in #67
- Bump plist from 3.0.4 to 3.0.6 in /example by @dependabot in #68
- Bump plist from 3.0.4 to 3.0.6 by @dependabot in #69
- Bump react-native from 0.63.4 to 0.64.1 by @dependabot in #71
- Bump parse-url from 6.0.0 to 6.0.5 by @dependabot in #76
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /example by @dependabot in #78
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #79
- Bump json5 from 2.2.0 to 2.2.3 by @dependabot in #80
- Bump ua-parser-js from 0.7.31 to 0.7.33 in /example by @dependabot in #84
- Bump ua-parser-js from 0.7.31 to 0.7.33 by @dependabot in #85
- chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #88
- chore(deps): bump minimist from 1.2.5 to 1.2.8 in /example by @dependabot in #92
- chore(deps): bump minimist from 1.2.5 to 1.2.8 by @dependabot in #93
- Restore null check around setAdUnitId by @marcshilling in #94
- Android - add null check before accessing test devices array by @jbernhardt23 in #95
- chore(deps): bump ansi-regex from 4.1.0 to 4.1.1 by @dependabot in #96
- two changes:1,added error handling to BannerAd; 2. Allow error to bub… by @jazdance in #102
- surfaces onAdRecordImpression to JS by @aleccolville-nzme in #103
- build: bump package version to 2.0.8 by @zubko in #100
- fixes prepare error for missing declaration by @aleccolville-nzme in #104
- Changes are to solve errors spit out from command npm run prepare by @jazdance in #105
New Contributors
- @marcshilling made their first contribution in #94
- @jbernhardt23 made their first contribution in #95
- @jazdance made their first contribution in #102
- @zubko made their first contribution in #100
Full Changelog: v2.0.7...v2.0.8
Release 2.0.7
What's Changed
- Fix variable naming convention for content_url in this.content_url=c… by @manojalwisnz in #91
Full Changelog: v2.0.6...v2.0.7
Release 2.0.6
What's Changed
- content_url mapping for google content ads by @manojalwisnz in #90
Full Changelog: v2.0.5...v2.0.6
Release 2.0.5
What's Changed
- An Android bug was introduced in release 2.0.3 for Banner ads. This release reverts the changes from 2.0.3
Full Changelog: v2.0.4...v2.0.5
Release 2.0.4
What's Changed
- adds fix for native emitter warning in interstitial area by @aleccolville-nzme in #87
New Contributors
- @aleccolville-nzme made their first contribution in #87
Full Changelog: v2.0.3...v2.0.4
Release 2.0.3
What's Changed
- Added null check in adManagerAdView to fix Android app crash by @manojalwisnz in #86
New Contributors
- @manojalwisnz made their first contribution in #86
Full Changelog: v2.0.2...v2.0.3
Release 2.0.2
[2.0.2] (v2.0.1...v2.0.2) (2023-01-31)
Chore
- adds required listener methods to be compliant with newer versions of react native (android)
Release 2.0.1
Release 2.0.0
[2.0.0] (v1.3.9...v2.0.0) (2022-07-22)
Version 2 upgrade
- Convert source to typescript.
- Add types for event responses.
- Add types properties.
- Add types methods.
- Upgrade iOS Ads SDK to 9.0.0
- Upgrade Android Ads SDK to 20.5.0
- Deprecated location in targeting as no longer supported by native SDK.
- Added release-it for versioning and deployment.
- Other small fixes and improvements.
- Add Android support for adaptive banner.
- Add iOS support for adaptive banner.
- NOTE: requires iOS 11 as min deploy target.