Skip to content

Release 0.11.2

Latest

Choose a tag to compare

@pattan pattan released this 21 Apr 14:53
· 1 commit to main since this release
243cc4e

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