You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With 4.0 we switched to having minor versions auto-update with patches only, e.g. /4.5/video.js would get 4.5.1, 4.5.2, etc., but 4.4 would not get any of those updates.
We could increase this to major versions, so /5/video.js would always be the latest 5.x release. Even then I'd be tempted to add a built in console warning that says "don't use in production".
The other thing Matt talked about doing was publishing the package.json to the CDN, and checking that for the latest version.
So that we can always use latest on videojs.com, etc.
See videojs/videojs.com#24
The text was updated successfully, but these errors were encountered: