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

v1.13.0 #2

Merged
merged 5 commits into from
Feb 25, 2023
Merged

v1.13.0 #2

merged 5 commits into from
Feb 25, 2023

Conversation

datagutt
Copy link
Member

The deprecated .extend method should not be called when the modules are imported. The change in the next commit will allow users of the library to upgrade to video.js version 8 where the .extend method has been removed.

Issue silvermine#152

Eric Fortmeyer and others added 5 commits February 25, 2023 15:12
The deprecated `.extend` method should not be called when the modules are imported.  The change in the next commit will allow users of the library to upgrade to video.js version 8 where the `.extend` method has been removed.

Issue silvermine#152
Users of the library are seeing this warning in the browser console.
```
VIDEOJS: WARN: videojs.extend is deprecated as of Video.js 7.22.0 and will be removed in Video.js 8.0.0
```
Users will now be able to upgrade to Video.js >= 8 where the `.extend` method has been removed.

Issue silvermine#152, Related to silvermine#147
@datagutt datagutt merged commit 226cc90 into master Feb 25, 2023
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.

1 participant