Comparar commits

..

4 Commits

Autor SHA1 Mensagem Data
Gary Katsevman d1365878d9 v5.7.1 dist 2016-02-11 17:14:13 -05:00
Gary Katsevman b027603a6a v5.7.1 2016-02-11 17:13:33 -05:00
Gary Katsevman a2f5430a5d @gkatsev fixed minified videojs in IE8. Fixes #3064 and #3070. closes #3104 2016-02-11 17:04:30 -05:00
alex-phillips acd775f551 @alex-phillips fixed reference to videojs-vtt.js dependency. closes #3080 2016-02-11 16:59:38 -05:00
15 arquivos alterados com 47 adições e 37 exclusões
+4
Ver Arquivo
@@ -6,6 +6,10 @@ _(none)_
--------------------
## 5.7.1 (2016-02-11)
* @alex-phillips fixed reference to videojs-vtt.js dependency ([view](https://github.com/videojs/video.js/pull/3080))
* @gkatsev fixed minified videojs in IE8. Fixes #3064 and #3070 ([view](https://github.com/videojs/video.js/pull/3104))
## 5.7.0 (2016-02-04)
* @forbesjo updated emulated tracks to have listeners removed when they are removed ([view](https://github.com/videojs/video.js/pull/3046))
* @incompl improved the UX of time tooltips ([view](https://github.com/videojs/video.js/pull/3060))
+5 -1
Ver Arquivo
@@ -149,6 +149,10 @@ module.exports = function(grunt) {
},
dist: {},
watch: {
minify: {
files: ['build/temp/video.js'],
tasks: ['uglify']
},
skin: {
files: ['src/css/**/*'],
tasks: ['sass', 'wrapcodepoints']
@@ -396,7 +400,7 @@ module.exports = function(grunt) {
options: {
separator: '\n',
},
src: ['build/temp/video.js', 'node_modules/vtt.js/dist/vtt.js'],
src: ['build/temp/video.js', 'node_modules/videojs-vtt.js/dist/vtt.js'],
dest: 'build/temp/video.js',
},
},
+1 -1
Ver Arquivo
@@ -1,7 +1,7 @@
{
"name": "video.js",
"description": "An HTML5 and Flash video player with a common API and skin for both.",
"version": "5.7.0",
"version": "5.7.1",
"keywords": [
"videojs",
"html5",
+8 -8
Ver Arquivo
@@ -1,6 +1,6 @@
/**
* @license
* Video.js 5.7.0 <http://videojs.com/>
* Video.js 5.7.1 <http://videojs.com/>
* Copyright Brightcove, Inc. <https://www.brightcove.com/>
* Available under Apache License Version 2.0
* <https://github.com/videojs/video.js/blob/master/LICENSE>
@@ -16284,7 +16284,7 @@ var _globalDocument2 = _interopRequireDefault(_globalDocument);
* };
*/
var TextTrackCueList = function TextTrackCueList(cues) {
function TextTrackCueList(cues) {
var list = this;
if (browser.IS_IE8) {
@@ -16308,7 +16308,7 @@ var TextTrackCueList = function TextTrackCueList(cues) {
if (browser.IS_IE8) {
return list;
}
};
}
TextTrackCueList.prototype.setCues_ = function (cues) {
var oldLength = this.length || 0;
@@ -16794,7 +16794,7 @@ var _globalDocument2 = _interopRequireDefault(_globalDocument);
* attribute EventHandler onremovetrack;
* };
*/
var TextTrackList = function TextTrackList(tracks) {
function TextTrackList(tracks) {
var list = this;
if (browser.IS_IE8) {
@@ -16823,7 +16823,7 @@ var TextTrackList = function TextTrackList(tracks) {
if (browser.IS_IE8) {
return list;
}
};
}
TextTrackList.prototype = Object.create(_eventTarget2['default'].prototype);
TextTrackList.prototype.constructor = TextTrackList;
@@ -17287,7 +17287,7 @@ var _xhr2 = _interopRequireDefault(_xhr);
* attribute EventHandler oncuechange;
* };
*/
var TextTrack = function TextTrack() {
function TextTrack() {
var options = arguments.length <= 0 || arguments[0] === undefined ? {} : arguments[0];
if (!options.tech) {
@@ -17442,7 +17442,7 @@ var TextTrack = function TextTrack() {
if (browser.IS_IE8) {
return tt;
}
};
}
TextTrack.prototype = Object.create(_eventTarget2['default'].prototype);
TextTrack.prototype.constructor = TextTrack;
@@ -19662,7 +19662,7 @@ setup.autoSetupTimeout(1, videojs);
*
* @type {String}
*/
videojs.VERSION = '5.7.0';
videojs.VERSION = '5.7.1';
/**
* The global options object. These are the settings that take effect
+4 -3
Ver Arquivo
Diff do arquivo suprimido porque uma ou mais linhas são muito longas
Diff do arquivo suprimido porque uma ou mais linhas são muito longas
Arquivo binário não exibido.
+8 -8
Ver Arquivo
@@ -1,6 +1,6 @@
/**
* @license
* Video.js 5.7.0 <http://videojs.com/>
* Video.js 5.7.1 <http://videojs.com/>
* Copyright Brightcove, Inc. <https://www.brightcove.com/>
* Available under Apache License Version 2.0
* <https://github.com/videojs/video.js/blob/master/LICENSE>
@@ -16288,7 +16288,7 @@ var _globalDocument2 = _interopRequireDefault(_globalDocument);
* };
*/
var TextTrackCueList = function TextTrackCueList(cues) {
function TextTrackCueList(cues) {
var list = this;
if (browser.IS_IE8) {
@@ -16312,7 +16312,7 @@ var TextTrackCueList = function TextTrackCueList(cues) {
if (browser.IS_IE8) {
return list;
}
};
}
TextTrackCueList.prototype.setCues_ = function (cues) {
var oldLength = this.length || 0;
@@ -16798,7 +16798,7 @@ var _globalDocument2 = _interopRequireDefault(_globalDocument);
* attribute EventHandler onremovetrack;
* };
*/
var TextTrackList = function TextTrackList(tracks) {
function TextTrackList(tracks) {
var list = this;
if (browser.IS_IE8) {
@@ -16827,7 +16827,7 @@ var TextTrackList = function TextTrackList(tracks) {
if (browser.IS_IE8) {
return list;
}
};
}
TextTrackList.prototype = Object.create(_eventTarget2['default'].prototype);
TextTrackList.prototype.constructor = TextTrackList;
@@ -17291,7 +17291,7 @@ var _xhr2 = _interopRequireDefault(_xhr);
* attribute EventHandler oncuechange;
* };
*/
var TextTrack = function TextTrack() {
function TextTrack() {
var options = arguments.length <= 0 || arguments[0] === undefined ? {} : arguments[0];
if (!options.tech) {
@@ -17446,7 +17446,7 @@ var TextTrack = function TextTrack() {
if (browser.IS_IE8) {
return tt;
}
};
}
TextTrack.prototype = Object.create(_eventTarget2['default'].prototype);
TextTrack.prototype.constructor = TextTrack;
@@ -19666,7 +19666,7 @@ setup.autoSetupTimeout(1, videojs);
*
* @type {String}
*/
videojs.VERSION = '5.7.0';
videojs.VERSION = '5.7.1';
/**
* The global options object. These are the settings that take effect
+4 -4
Ver Arquivo
Diff do arquivo suprimido porque uma ou mais linhas são muito longas
+4 -3
Ver Arquivo
Diff do arquivo suprimido porque uma ou mais linhas são muito longas
+1 -1
Ver Arquivo
Diff do arquivo suprimido porque uma ou mais linhas são muito longas
+1 -1
Ver Arquivo
@@ -1,7 +1,7 @@
{
"name": "video.js",
"description": "An HTML5 and Flash video player with a common API and skin for both.",
"version": "5.7.0",
"version": "5.7.1",
"copyright": "Copyright Brightcove, Inc. <https://www.brightcove.com/>",
"license": "Apache-2.0",
"keywords": [
+2 -2
Ver Arquivo
@@ -14,7 +14,7 @@ import document from 'global/document';
* };
*/
let TextTrackCueList = function(cues) {
function TextTrackCueList (cues) {
let list = this;
if (browser.IS_IE8) {
@@ -38,7 +38,7 @@ let TextTrackCueList = function(cues) {
if (browser.IS_IE8) {
return list;
}
};
}
TextTrackCueList.prototype.setCues_ = function(cues) {
let oldLength = this.length || 0;
+2 -2
Ver Arquivo
@@ -19,7 +19,7 @@ import document from 'global/document';
* attribute EventHandler onremovetrack;
* };
*/
let TextTrackList = function(tracks) {
function TextTrackList (tracks) {
let list = this;
if (browser.IS_IE8) {
@@ -48,7 +48,7 @@ let TextTrackList = function(tracks) {
if (browser.IS_IE8) {
return list;
}
};
}
TextTrackList.prototype = Object.create(EventTarget.prototype);
TextTrackList.prototype.constructor = TextTrackList;
+2 -2
Ver Arquivo
@@ -35,7 +35,7 @@ import XHR from 'xhr';
* attribute EventHandler oncuechange;
* };
*/
let TextTrack = function(options={}) {
function TextTrack (options={}) {
if (!options.tech) {
throw new Error('A tech was not provided.');
}
@@ -188,7 +188,7 @@ let TextTrack = function(options={}) {
if (browser.IS_IE8) {
return tt;
}
};
}
TextTrack.prototype = Object.create(EventTarget.prototype);
TextTrack.prototype.constructor = TextTrack;