- Switch from grunt to webpack for building rmp-vast
- Make rmp-vast available as a compiled library (see ./dist/ folder)
- Set
omidSupport
default to false - Replace
autoplay
setting withomidAutoplay
setting - Fixe
getCompanionAdsRequiredAttribute
that would return null when a valid value would otherwise be available - Adjust volume API to make sure content player volume matches vast player volume
- Fixes
getAdRemainingTime
that would return values with a x1000 getAdUniversalAdIds
now return empty array when no value is available- Update to IAB OMID for web 1.3.35
- Adds
omidUnderEvaluation
setting - Replace for loop with forEach or find where possible
- Uses template strings where possible
- Removes Roboto font
- CSS is now injected in rmp-vast directly and no longer requires a separated rmp-vast.css file to be added to the page
- adds
useHlsJS
anddebugHlsJS
setting showControlsForVastPlayer
default to false- Remove
debug
setting when instantiating rmp-vast - use ./dist/rmp-vast.js for debug logs instead