videojs / videojs-contrib-ads

A Tool for Building Video.js Ad Plugins
http://videojs.github.io/videojs-contrib-ads/
Other
379 stars 257 forks source link

chore: remove deprecated functionality #541

Closed wseymour15 closed 1 year ago

wseymour15 commented 1 year ago

Problem Description

Some of the functionality in this repo is deprecated in VJS v8, so we are updating contrib-ads to depend on v8 and update the deprecated functionality.

Additionally, an integration test was failing if you attempted to depend on video.js version 7.5.0 or higher (related to this issue), so I updated that test to pass.

mister-ben commented 1 year ago

As this will need a major, it's also be a good opportunity to move video.js from dependencies to devDependencies and peerDependencies.