Skip to content

Releases: googleads/videojs-ima

v2.6.0

06 Feb 19:03

Choose a tag to compare

  • Fixes the plugin minification process.
  • Fixes a bug for DAI streams ad events.

v2.5.0

17 Nov 16:30

Choose a tag to compare

  • Fixes typo in getStreamManager() and reset() in dai/sdk-impl.js
  • Removes plugin handling of hiding/showing the IMA ad container. Hiding and showing the ad container is handled by the IMA SDK. This fixes an issue where VPAID ad icons were not rendered.
  • Updates the plugin to use readyforpostroll instead of the deprecated contentended event.
  • Updates IMA implementation to follow the best-practice of listening to individual IMA stream events.
  • Fixes for typo in cuechange event listener.
  • Fixes typo in 'SdkImpl.prototype.onStreamEvent()'.
  • Fixes functionality for 'ImaDaiPlugin.addEventListener()'.

v2.4.0

17 Jun 14:31

Choose a tag to compare

  • Updates plugin dependancies.

v2.3.0

04 Jan 21:03

Choose a tag to compare

  • Fixes IMA stream events for DAI livestreams on Safari.
  • Fixes an issue where the app would crash after calling player.dispose().

v2.2.0

04 Jan 21:00

Choose a tag to compare

  • Adds support for video.js version 8+.

v2.1.0

03 Aug 15:06

Choose a tag to compare

  • Adds the additional setting omidVendorAccess. Removes support for omidMode.
  • Fixes the DAI additional setting AuthKey.
  • Fixes the .babelrc file to be correctly named.

v2.0.1

06 Jun 21:22

Choose a tag to compare

  • Minor fixes and lint fixes.
  • Removes lodash as a direct dependancy.

v2.0.0

18 Apr 20:35
1bf1feb

Choose a tag to compare

v1.11.0

07 May 19:26

Choose a tag to compare

  • Adds the featureFlags setting to make the plugin compatible with ImaSdkSettings.setFeatureFlags().
  • Adds support for the Open Measurement SDK with the omidMode setting.

v1.10.1

31 Mar 15:59

Choose a tag to compare

  • Updates plugin dependencies.