Skip to content

Releases: get-advantage/advantage

Release 0.11.2

21 Apr 14:53
243cc4e

Choose a tag to compare

Summary

Fixes a bug where the #advantage-ad-background div injected during setup of the double/triple midscroll formats is never removed when reset is called (e.g. on ad refresh). On each subsequent refresh, a new background div is inserted without the stale one being cleaned up, causing duplicate background layers to accumulate in the shadow DOM.

Affected formats

  • DOUBLE_MIDSCROLL
  • TRIPLE_MIDSCROLL

Both use createMultiMidscroll from multi-midscroll-base.ts.

0.11.2 (2026-04-21)

Bug Fixes

  • remove advantage-ad-background on reset in multi-midscroll formats (#71) (c29bd83)

What's Changed

  • fix: remove advantage-ad-background on reset in multi-midscroll formats by @pattan in #71

Full Changelog: v0.11.1...v0.11.2

Release 0.11.1

26 Mar 13:45
ad3dbe1

Choose a tag to compare

0.11.1 (2026-03-26)

Bug Fixes

  • welcomepage: add back 0s transition handle (3a0bdf2)

Release 0.11.0

18 Jan 18:36
9a6e370

Choose a tag to compare

0.11.0 (2026-01-18)

What's Changed

  • feat: add double midscroll single creative format by @NicolayKjarnet in #65
  • docs: add NicolayKjarnet as a contributor for code, doc, and ideas by @allcontributors[bot] in #66
  • fix: add utils entry point to build configuration (0254be8)

New Contributors

Full Changelog: v0.10.2...v0.11.0

Release 0.10.2

17 Dec 08:42
c38deb8

Choose a tag to compare

0.10.2 (2025-12-17)

Bug Fixes

Release 0.10.1

11 Dec 08:45
56667f1

Choose a tag to compare

0.10.1 (2025-12-11)

Bug Fixes

  • add disconnectedCallback to AdvantageWrapper to ensure cleanup (#60) (7a5e4f7), closes #61
  • welcomepage: change from svh to dvh (#44) (626c6c5)

Release 0.10.0

24 Nov 12:53
69fdcc6

Choose a tag to compare

0.10.0 (2025-11-24)

Features

  • topscroll: add click handlers for downArrow scroll and close button in topscroll format (#58) (b0cfcaa)

Release 0.9.1

21 Oct 14:29
621268a

Choose a tag to compare

0.9.1 (2025-10-21)

Bug Fixes

Release 0.9.0

23 Sep 07:51
ef718db

Choose a tag to compare

0.9.0 (2025-09-23)

Features

  • current-format attribute to AdvantageWrapper for easier debugging (#53) (07e30dc)
  • triple midscroll format support (#55) (e4c70fc)

Release 0.8.0

27 Jun 09:06

Choose a tag to compare

0.8.0 (2025-06-27)

Features

  • add allowedFormats parameter to advantageWrapAdSlotElement helper (429e3d0)

Release 0.7.0

10 Jun 09:48
164fb95

Choose a tag to compare

0.7.0 (2025-06-10)

Features