Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: add support for future Video.js 8.x #172

Merged
merged 1 commit into from
Aug 24, 2022

Conversation

misteroneill
Copy link
Member

This library was using videojs.mergeOptions which will be deprecated in 8.0. This adds code to normalize between Video.js 6.x/7.x (using videojs.mergeOptions) and 8.x (using videojs.obj.merge).

Also, this removes the fallback on videojs.plugin() because that was replaced in either 5.x or 6.x with videojs.registerPlugin(). Either way, it wasn't needed.

@misteroneill misteroneill merged commit 6a19aba into main Aug 24, 2022
@misteroneill misteroneill deleted the refactor/deprecations branch August 24, 2022 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants