mirror of
https://github.com/videojs/video.js.git
synced 2025-01-06 06:50:51 +02:00
@dmlap update swf to 4.7 to pick up preload fix. closes #2170
This commit is contained in:
parent
c4717ebed9
commit
fbdf7ef041
@ -5,6 +5,7 @@ CHANGELOG
|
|||||||
* @tjenkinson Added background-color to vjs-poster to remove transparent borders around scaled poster image ([view](https://github.com/videojs/video.js/pull/2138))
|
* @tjenkinson Added background-color to vjs-poster to remove transparent borders around scaled poster image ([view](https://github.com/videojs/video.js/pull/2138))
|
||||||
* @bc-bbay fixed a bug where the player would try to autoplay when there was no source ([view](https://github.com/videojs/video.js/pull/2127))
|
* @bc-bbay fixed a bug where the player would try to autoplay when there was no source ([view](https://github.com/videojs/video.js/pull/2127))
|
||||||
* @bc-bbay update time display on loadedmetadata ([view](https://github.com/videojs/video.js/pull/2151))
|
* @bc-bbay update time display on loadedmetadata ([view](https://github.com/videojs/video.js/pull/2151))
|
||||||
|
* @dmlap update swf to 4.7 to pick up preload fix ([view](https://github.com/videojs/video.js/pull/2170))
|
||||||
|
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
},
|
},
|
||||||
"main": "./dist/video-js/video.js",
|
"main": "./dist/video-js/video.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"videojs-swf": "4.5.4",
|
"videojs-swf": "4.7.0",
|
||||||
"vtt.js": "git+https://github.com/gkatsev/vtt.js.git#shim-build"
|
"vtt.js": "git+https://github.com/gkatsev/vtt.js.git#shim-build"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user