Skip to content

Releases: radiantmediaplayer/rmp-vast

3.0.6

22 Apr 16:56
Compare
Choose a tag to compare
  • fixes iPadOS detection and show mobile UI on iPadOS (like on iOS)

3.0.5

24 Mar 18:11
Compare
Choose a tag to compare

Relates to #36 to fix macros test/replace with OR pattern

3.0.4

22 Mar 14:39
Compare
Choose a tag to compare
  • updates streaming test URLs
  • updates devDependencies

3.0.3

18 Dec 11:53
Compare
Choose a tag to compare
  • updates to vast-client-js 3.1.1
  • updates dependencies

3.0.2

20 Nov 10:12
Compare
Choose a tag to compare
  • adds params.showControlsForVastPlayer setting
  • properly documents params for loadAds API

3.0.1

18 Nov 17:51
Compare
Choose a tag to compare
  • removes ENV.coordinates and LATLONG macro replacement as this could cause request for location to appear in browser
  • fixes getAdPodInfo that could return undefined for adPodCurrentIndex property in some instance

3.0.0

12 Nov 14:51
Compare
Choose a tag to compare
  • rmp-vast v3 only comes as a ES2017 class that needs to be imported into your project. We do not provide any polyfill/transpiling to ES5 or ES2015. With that beind said rmp-vast can be tested out of the box in latest version of Chrome, Firefox or Safari
  • removes params.pauseOnClick (always true now) and params.skipWaitingMessage settings
  • params.skipMessage, params.textForClickUIOnMobile settings are now placed under params.labels.skipMessage and params.labels.textForClickUIOnMobile settings
  • removes adfollowingredirect API event
  • adds adprogress, adviewable, adviewundetermined API events
  • adds adcollapse and aduseracceptinvitation API event for VPAID creatives
  • getAdSystem now returns an Object
  • adds getAdUniversalAdId, getAdAdvertiser, getAd#, getAdSurvey, getAdAdServingId, getAdCategories, getAdBlockedAdCategories, getSkipTimeOffset API methods
  • support for VAST 4, 4.1 and 4.2 features including latest VAST 4.2 macros
  • companion ads support is now out of BETA
  • companion ads, non-linead ads and icons now support image, iframe and HTML content
  • fine-tuned tests

3.0.0-rc1

11 Nov 18:56
Compare
Choose a tag to compare
  • version 3 release candidate 1

2.5.1

22 Oct 16:05
Compare
Choose a tag to compare
  • updates .browserslistrc
  • updates dependencies
  • updates CSS colors

2.5.0

16 Jul 12:06
Compare
Choose a tag to compare
  • drop IE 11 support (reduces lib size and processing time by ~10%)
  • replaces uglifyjs with terser
  • updates dependencies