Skip to content

Releases: THEOplayer/web-connectors

@theoplayer/yospace-connector-web@2.8.0

16 Apr 11:20
8a240d9

Choose a tag to compare

✨ Features

  • Added support for THEOplayer v11.

@theoplayer/nielsen-connector-web@1.7.0

16 Apr 11:20
8a240d9

Choose a tag to compare

✨ Features

  • Added support for THEOplayer v11.

@theoplayer/gemius-connector-web@0.5.0

16 Apr 11:20
8a240d9

Choose a tag to compare

✨ Features

  • Added support for THEOplayer v11.

@theoplayer/conviva-connector-web@3.3.0

16 Apr 11:20
8a240d9

Choose a tag to compare

✨ Features

  • Added support for THEOplayer v11.

@theoplayer/comscore-connector-web@1.5.0

16 Apr 11:20
8a240d9

Choose a tag to compare

✨ Features

  • Added support for THEOplayer v11.

@theoplayer/cmcd-connector-web@1.5.0

16 Apr 11:20
8a240d9

Choose a tag to compare

✨ Features

  • Added support for THEOplayer v11.

@theoplayer/adscript-connector-web@0.5.0

16 Apr 11:20
8a240d9

Choose a tag to compare

✨ Features

  • Added support for THEOplayer v11.

@theoplayer/conviva-connector-web@3.2.0

06 Nov 08:05
86e61a4

Choose a tag to compare

✨ Features

  • Changed the behaviour of stopAndStartNewSession, not starting a new session if the player is paused until play-out is resumed.
  • Added reporting of THEOads streamActivityMonitorId, which is passed to the GAM Pod stream request.

@theoplayer/conviva-connector-web@3.1.2

27 Oct 10:14
2a73d0c

Choose a tag to compare

🐛 Issues

  • Fixed an issue where ads were no longer reported correctly, caused by a deprecation in the adBreakBegin event.

@theoplayer/conviva-connector-web@3.1.1

09 Oct 17:33
d09a102

Choose a tag to compare

🐛 Issues

  • Fixed an issue that prevented the ESM build from being loaded using an import map.
    • The ESM build now imports the Conviva SDK using a default import (import Conviva from '@convivainc/conviva-js-coresdk')
      rather than a named import (import { Analytics, Constants } from '@convivainc/conviva-js-coresdk').