Releases: radiantmediaplayer/rmp-vast
Releases · radiantmediaplayer/rmp-vast
13.1.0
- disableRemotePlayback for video ad player on all devices
- updates .browserlistrc
- updates dependencies
13.0.0
- Updates to vast-client-js 5.0.0
- adSlotID property for Companion Ads is now adSlotId
- getAdSurvey now returns an Object with value and type properties
- Adds new test for SIMID
- Drops XBox support
- Adds Android TV 9+ support (Cordova or WebView)
12.0.0
- Adds BETA support for SIMID (linear creatives only)
- Removes some unnecessary code for VPAID ads
11.0.3
- fix a weird bug in vast-client-js - sometimes it returns sequence === null for some items when adpod is made of redirects
11.0.2
- improves transition between ads in an ad pod
- improves test for iOS
11.0.1
- Adds adtagstartloading and adtagloaded events with vastXmlInput setting
11.0.0
- document destroy API method
- allows stopAds to run upon adloaded event
- adds vastXmlInput parameters
- use @babel/plugin-transform-runtime to avoid polluting global space with polyfill
10.0.1
- adds some logs
10.0.0
- replaced the old event system for rmp-vast API (addEventListener/removeEventListener on player container with DOM events) with a new custom one that includes on, off and one methods to register/unregister events on rmp-vast instance (breaking change)
- fixes an issue with retrieval of companion ads in certain formats
- ran test and updates dependencies
9.1.1
- Adds forceUseContentPlayerForAds setting: forces player to use content player for ads - on Apple devices we may have a need to set useContentPlayerForAds differently based on content playback type (native vs. MSE playback). Default: false.