Skip to content

Releases: googleads/videojs-ima

v1.8.3

14 Oct 20:54
Compare
Choose a tag to compare
  • Version bumped to fix issue with npm.

v1.8.2

14 Oct 20:45
Compare
Choose a tag to compare
  • Fixes a bug where non-linear ads blocked interactions with the video player (#626)
  • Fixes a bug where vpaidMode could not be set to DISABLED.

v1.8.1

05 Aug 17:39
59a9564
Compare
Choose a tag to compare

v1.8.1

  • Added videoJS as a peer-dependency.
  • Fixed links in README.md
  • Updated chromeDriver to fix CI tests.

v1.8.0

03 Mar 19:19
Compare
Choose a tag to compare

v1.8.0

  • Added the disableAdControls setting to optionally hide the video controls during ad playback.

  • Added the ppid setting to set the publisher provided id.

v1.7.5

24 Feb 20:13
Compare
Choose a tag to compare

v1.7.5

  • Added the preventLateAdStart setting to optionally prevent slow loading ads from starting after the content starts.

  • Updated the getting started guide to include videojs.ima.css file.

  • Disabled the Firefox tests because the browser had started sporadically timing out.

v1.7.4

12 Dec 22:40
Compare
Choose a tag to compare

v1.7.4

  • New version to fix an error from the 1.7.3 release to npm where npm got the incorrect version.

v1.7.3

12 Dec 22:04
Compare
Choose a tag to compare

v1.7.3

  • Fixed a bug in ad-ui.js with this.controller.getIsMobile(). (#853)

  • Fixed a bug with the video requiring an extra click to play after click-through on mobile. (#865)

  • Fixed a bug in Controller.prototype.setShowCountdown.

  • Fixed a bug in the autoplay example.

  • Fixed a bug in the playlist example with the poster image.

  • Fixed typo in README.md

v1.7.2

23 Oct 15:23
Compare
Choose a tag to compare

v1.7.2

  • Fixed a bug with duplicate ad countdowns on mobile (#453).

  • Fixed a bug when post-roll is empty (#734).

  • Updated travis test.

v1.7.1

14 Oct 14:26
Compare
Choose a tag to compare

v1.7.1

  • Fixed a bug with mouseenter events on mobile that led to a second click needed to skip an ad.

  • Fixed an issue with Travis tests.

  • Updated project dependencies.

v1.7.0

04 Oct 17:13
Compare
Choose a tag to compare

v1.7.0

  • Added IMA events for the AdsManager, AdsLoader, AdsRequest, and on Ad Start.

  • Fixed an issue with contentEndedListeners during PlayerWrapper resets.

  • Fixed an issue in onAdPlayheadTrackerInterval during error events.