Skip to content

Releases: bitmovin/bitmovin-player-web-integrations-yospace

2.5.0

10 Jul 14:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...2.5.0

2.4.0

21 Jun 12:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.1...2.4.0

2.3.1

14 Feb 16:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...2.3.1

2.3.0

02 May 08:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.3.0

2.2.0

09 Feb 14:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.2.0

2.1.0

20 Oct 14:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0 - Yospace AdManagment SDK v3 & NPM

06 Jul 10:40
Compare
Choose a tag to compare

Added

  • clickThroughUrlOpened method to Companion Ads, which should be fired when the ad is interacted with
  • canBeShown method to Companion Ads, which indicates if the companion ad is currently active and can be shown
  • shownToUser method to Companion Ads, which should be fired when the ad is shown to the user
  • hiddenFromUser method to Companion Ads, which should be fired when the ad is hidden from the user
  • UNKNOWN_FORMAT error (code 1011)
  • YospaceConfiguration.debugYospaceSdk to enable debug logs of the Yospace SDK without enabling logs for the BitmovinYospacePlayer (helpful for Yospace validation)
  • Support for tracking muted/unmuted changes

Changed

  • Yospace SDK to v3
  • Using NPM packages
  • BitmovinYospacePlayer constructor to receive the Bitmovin Player Static API
  • getYospaceManager to getYospaceSession
  • Build chain to use webpack, eslint and prettier
  • Yospace SDK to be imported via npm
  • Events of the BitmovinYospacePlayer are now triggered asynchronously

Removed

  • VPAID support including all related configuration options
  • LINEAR_START_OVER support
  • NO_LIVEPAUSE error (code 1008)
  • NON_YOSPACE_URL error (code 1009)
  • companionClickTrackingURLTemplates array from Companion Ads
  • creativeTrackingEvents array from Companion Ads
  • disableStrictBreaks from YospaceConfiguration
  • setup method
  • unregistering all ServiceWorkers in the setup flow

Full Changelog: 1.2.25...2.0.0