Skip to content

Releases: KijijiCA/react-advertising

v4.2.5

14 Apr 18:25
Compare
Choose a tag to compare

4.2.5 (2023-04-14)

Bug Fixes

  • switch back to useLayoutEffect in AdvertisingSlot (#122) (414f55f)

v4.2.4

04 Jan 18:33
48f73ac
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.2...v4.2.4

Bugfix

09 Jun 09:14
Compare
Choose a tag to compare

Fix for issue on AdvertisingProvider (PR #82)

Fix for empty container error

06 May 07:21
Compare
Choose a tag to compare
  • Empty container fix PR #78 (@kristapsPelna)
  • Minimist dependency update PR #80 (Dependabot)
  • Updated browsers list

Added interstitial ad slot option

22 Jun 09:04
Compare
Choose a tag to compare

This release supports the use of the Google Interstitial implementation

https://developers.google.com/publisher-tag/samples/display-web-interstitial-ad

Lazy Loading and Optional Prebid

19 May 14:58
Compare
Choose a tag to compare
  • Use of Prebid.js is now optional, you can display ads using only GPT (issue
    #37, PR #44)
  • Ads can now be lazy loaded, through global or individual slot configuration,
    even when using Prebid (issue #25, PR #47)

Pass through global ad unit path to out of page slots

01 Apr 09:34
e11b30c
Compare
Choose a tag to compare

Previously, it was only possible to set ad unit paths for out of page slots per slot. You can now omit the ad unit path in the slot definition for out of page slots and the global ad unit path will be used. This is consistent with how it works with regular slots.

See PR #35

Authored by @vonHarry

Bugfix for null pointer issue

02 Mar 10:59
Compare
Choose a tag to compare

Bugfix for null pointer error that ocurred in some edge cases (issue #31 / PR #32)

Chore, updated dependencies to lodash to fix vulnerability issue

06 Aug 12:42
Compare
Choose a tag to compare
Change-Id: Ica7dbbb17679d4279dd0d8ef611cc25e150ea3bd

GPT outOfPageSlot handling

10 Jul 12:21
Compare
Choose a tag to compare

added outOfPage creatives handling, to serve pop-up/pop-under/floating creatives

added new plugin hook "setup" that would be executed during Advertising setup