Releases: radiantmediaplayer/rmp-vast
Releases · radiantmediaplayer/rmp-vast
3.0.6
- fixes iPadOS detection and show mobile UI on iPadOS (like on iOS)
3.0.5
3.0.4
- updates streaming test URLs
- updates devDependencies
3.0.3
- updates to vast-client-js 3.1.1
- updates dependencies
3.0.2
- adds params.showControlsForVastPlayer setting
- properly documents params for loadAds API
3.0.1
- 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
- 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
- version 3 release candidate 1
2.5.1
- updates .browserslistrc
- updates dependencies
- updates CSS colors
2.5.0
- drop IE 11 support (reduces lib size and processing time by ~10%)
- replaces uglifyjs with terser
- updates dependencies