Skip to content

Releases: radiantmediaplayer/rmp-vast

1.3.7

09 Apr 18:45
Compare
Choose a tag to compare
  • removes unnecessary preload handling

1.3.6

05 Apr 14:06
Compare
Choose a tag to compare
  • improves error handling for VAST player
  • improves device/browser detection when needed

1.3.5

04 Apr 10:44
Compare
Choose a tag to compare
  • adds getAdErrorType API method
  • improves error reporting with edge cases of wrapper/redirect

1.3.4

14 Mar 16:49
Compare
Choose a tag to compare
  • fixes a CSS potential text-align issue in Chrome 65+

1.3.3

12 Mar 15:05
Compare
Choose a tag to compare
  • fixes an issue that would cause content player to reset when 2 consecutive non-linear ads were loaded on macOS/iOS Safari

1.3.2

12 Mar 14:11
Compare
Choose a tag to compare
  • when an ad is already on stage and a call to loadAds is made, makes sure current ad on stage is properly destroyed before loading new ad

1.3.1

02 Mar 14:10
Compare
Choose a tag to compare
  • differentiates vpaidSlot in environmentVars.slot from adContainer to fix some VPAID creatives not rendering properly

1.3.0

01 Mar 17:35
Compare
Choose a tag to compare
  • adds VPAID support for iOS and macOS Safari
  • fixes an issue that would cause some API events/VAST pings to be double sent on iOS and macOS Safari when displaying non-linear creatives
  • defaults params.enableVpaid to true
  • increases params.ajaxTimeout default to 8000 ms
  • adds test for macOS Safari
  • minor code refactor

1.2.9

23 Feb 09:57
Compare
Choose a tag to compare
  • adds getIsSkippableAd API method
  • unifies skip button CSS with Radiant Media Player core
  • updates devDependencies

1.2.8

17 Jan 09:52
Compare
Choose a tag to compare
  • loosen parser to continue parsing if missing Duration tag child of Linear tag (same as IMA)
  • loosen parser to continue parsing if missing attribute delivery, width or height on MediaFile tag (same as IMA)
  • allow parsing of VAST 4 tags even if we do not support VAST 4 features right now. We support VAST 4 in the limit of what is supported in VAST 3