Skip to content

Releases: radiantmediaplayer/rmp-vast

1.0.0

19 Jul 16:20
Compare
Choose a tag to compare
  • Adds UI to allow closing non-linear ads #2
  • Adds support for icons from multiple programs #3
  • For non-linear ads on mobiles use an tag for click handling #8
  • On iOS when fullscreen is on - prevent seeking of linear ads #7
  • Removes rmp-vast.debug.js file; use rmp-vast.js for debug logs now
  • Adds automated Selenium testing and updates Jasmine tests
  • Adds adclosed API event and support for VAST close event for non-linear ads
  • Adds support for skippable ads on iOS 10+
  • Disables casting of video ads on Android

0.1.11

23 May 11:20
Compare
Choose a tag to compare
  • set default ajaxTimeout to 8 seconds
  • fixes an issue on iOS where loadAds initially called with an
    empty/invalid URL would cause content to not recover properly
  • clearly states in docs and code that VAST trackers must return an
    image (1px GIF/PNG/JPG generally) to work as expected
  • fixes VAST tracking events not being pinged for non-linear ads

0.1.10

06 May 12:41
Compare
Choose a tag to compare
  • Fixes an issue for using loadAds when loading a linear ad after a non-linear ad

0.1.9

06 May 09:59
Compare
Choose a tag to compare
  • Adds pauseOnClick parameter
  • Fixes an issue for resuming content when a network error is encountered for VAST request

0.1.8

05 May 08:19
Compare
Choose a tag to compare

Adds default poster for VAST player

0.1.7

04 May 15:29
Compare
Choose a tag to compare

Fixed a return error for internal FW.getComputedStyle method

0.1.6

04 May 13:28
Compare
Choose a tag to compare
  • Updated CSS and JavaScript for nicer display of "Learn more" button on mobiles
  • Added logs for HTML5 video events on content player
  • Improved FW.getComputedStyle internal method
  • Fixed a bug related to muted autoplay support on iOS and currentSrc that would not always be available when loadAds is called
  • Improved RESET.unwireVastPlayerEvents internal method for better clean-up

0.1.5

02 May 11:00
Compare
Choose a tag to compare
  • properly handles touch event on skip button

0.1.4

02 May 10:44
Compare
Choose a tag to compare
  • fixed progress event not firing as expected for skippable ads
  • in case skip event is missing from VAST XML and skip is requested, make sure content resumes properly

0.1.3

02 May 08:57
Compare
Choose a tag to compare
  • Properly add/remove listener for contextmenu event on VAST player