Comparar commits

..

1 Commits

Autor SHA1 Mensagem Data
Gary Katsevman b03bf8d50c v5.7.0 dist 2016-02-04 13:44:58 -05:00
15 arquivos alterados com 37 adições e 47 exclusões
-4
Ver Arquivo
@@ -6,10 +6,6 @@ _(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))
+1 -5
Ver Arquivo
@@ -149,10 +149,6 @@ module.exports = function(grunt) {
},
dist: {},
watch: {
minify: {
files: ['build/temp/video.js'],
tasks: ['uglify']
},
skin: {
files: ['src/css/**/*'],
tasks: ['sass', 'wrapcodepoints']
@@ -400,7 +396,7 @@ module.exports = function(grunt) {
options: {
separator: '\n',
},
src: ['build/temp/video.js', 'node_modules/videojs-vtt.js/dist/vtt.js'],
src: ['build/temp/video.js', 'node_modules/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.1",
"version": "5.7.0",
"keywords": [
"videojs",
"html5",
+8 -8
Ver Arquivo
@@ -1,6 +1,6 @@
/**
* @license
* Video.js 5.7.1 <http://videojs.com/>
* Video.js 5.7.0 <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);
* };
*/
function TextTrackCueList(cues) {
var TextTrackCueList = function TextTrackCueList(cues) {
var list = this;
if (browser.IS_IE8) {
@@ -16308,7 +16308,7 @@ 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;
* };
*/
function TextTrackList(tracks) {
var TextTrackList = function TextTrackList(tracks) {
var list = this;
if (browser.IS_IE8) {
@@ -16823,7 +16823,7 @@ 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;
* };
*/
function TextTrack() {
var TextTrack = function TextTrack() {
var options = arguments.length <= 0 || arguments[0] === undefined ? {} : arguments[0];
if (!options.tech) {
@@ -17442,7 +17442,7 @@ 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.1';
videojs.VERSION = '5.7.0';
/**
* The global options object. These are the settings that take effect
+3 -4
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.1 <http://videojs.com/>
* Video.js 5.7.0 <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);
* };
*/
function TextTrackCueList(cues) {
var TextTrackCueList = function TextTrackCueList(cues) {
var list = this;
if (browser.IS_IE8) {
@@ -16312,7 +16312,7 @@ 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;
* };
*/
function TextTrackList(tracks) {
var TextTrackList = function TextTrackList(tracks) {
var list = this;
if (browser.IS_IE8) {
@@ -16827,7 +16827,7 @@ 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;
* };
*/
function TextTrack() {
var TextTrack = function TextTrack() {
var options = arguments.length <= 0 || arguments[0] === undefined ? {} : arguments[0];
if (!options.tech) {
@@ -17446,7 +17446,7 @@ 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.1';
videojs.VERSION = '5.7.0';
/**
* 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
+3 -4
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.1",
"version": "5.7.0",
"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';
* };
*/
function TextTrackCueList (cues) {
let TextTrackCueList = function(cues) {
let list = this;
if (browser.IS_IE8) {
@@ -38,7 +38,7 @@ function TextTrackCueList (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;
* };
*/
function TextTrackList (tracks) {
let TextTrackList = function(tracks) {
let list = this;
if (browser.IS_IE8) {
@@ -48,7 +48,7 @@ function TextTrackList (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;
* };
*/
function TextTrack (options={}) {
let TextTrack = function(options={}) {
if (!options.tech) {
throw new Error('A tech was not provided.');
}
@@ -188,7 +188,7 @@ function TextTrack (options={}) {
if (browser.IS_IE8) {
return tt;
}
}
};
TextTrack.prototype = Object.create(EventTarget.prototype);
TextTrack.prototype.constructor = TextTrack;