Releases: radiantmediaplayer/rmp-vast
Releases · radiantmediaplayer/rmp-vast
1.0.0
- 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
- 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
- Fixes an issue for using loadAds when loading a linear ad after a non-linear ad
0.1.9
- Adds pauseOnClick parameter
- Fixes an issue for resuming content when a network error is encountered for VAST request
0.1.8
Adds default poster for VAST player
0.1.7
Fixed a return error for internal FW.getComputedStyle method
0.1.6
- 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
- properly handles touch event on skip button
0.1.4
- 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
- Properly add/remove listener for contextmenu event on VAST player