1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-02 06:32:07 +02:00
This commit is contained in:
Gary Katsevman 2020-07-08 16:25:51 -04:00
parent d9408ee630
commit 8e5501f950
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
<a name="7.8.4"></a>
## [7.8.4](https://github.com/videojs/video.js/compare/v7.8.3...v7.8.4) (2020-07-08)
### Bug Fixes
* Fullscreen broken in iOS ([#6735](https://github.com/videojs/video.js/issues/6735)) ([d9408ee](https://github.com/videojs/video.js/commit/d9408ee)), closes [#6707](https://github.com/videojs/video.js/issues/6707) [#6684](https://github.com/videojs/video.js/issues/6684) [#6645](https://github.com/videojs/video.js/issues/6645)
<a name="7.8.3"></a>
## [7.8.3](https://github.com/videojs/video.js/compare/v7.8.2...v7.8.3) (2020-05-28)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "video.js",
"version": "7.8.3",
"version": "7.8.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "video.js",
"description": "An HTML5 and Flash video player with a common API and skin for both.",
"version": "7.8.3",
"version": "7.8.4",
"main": "./dist/video.cjs.js",
"module": "./dist/video.es.js",
"style": "./dist/video-js.css",