Skip to content

Releases: radiantmediaplayer/rmp-vast

13.1.0

25 Jan 18:23
Compare
Choose a tag to compare
  • disableRemotePlayback for video ad player on all devices
  • updates .browserlistrc
  • updates dependencies

13.0.0

14 Sep 11:52
Compare
Choose a tag to compare
  • 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

11 Sep 16:42
Compare
Choose a tag to compare
  • Adds BETA support for SIMID (linear creatives only)
  • Removes some unnecessary code for VPAID ads

11.0.3

05 Jul 12:48
Compare
Choose a tag to compare
  • 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

03 Jul 16:30
Compare
Choose a tag to compare
  • improves transition between ads in an ad pod
  • improves test for iOS

11.0.1

24 May 17:31
Compare
Choose a tag to compare
  • Adds adtagstartloading and adtagloaded events with vastXmlInput setting

11.0.0

23 May 19:40
Compare
Choose a tag to compare
  • 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

08 Mar 12:43
Compare
Choose a tag to compare
  • adds some logs

10.0.0

27 Feb 13:00
Compare
Choose a tag to compare
  • 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

09 Jan 14:53
Compare
Choose a tag to compare
  • 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.