language
stringclasses
1 value
owner
stringlengths
2
15
repo
stringlengths
2
21
sha
stringlengths
45
45
message
stringlengths
7
36.3k
path
stringlengths
1
199
patch
stringlengths
15
102k
is_multipart
bool
2 classes
Other
videojs
video.js
d72786fc0ca66bea63680f5c84e0d8573d998057.json
chore: remove grunt move to npm scripts (#5592)
build/tasks/vjs-version.js
@@ -1,7 +0,0 @@ -module.exports = function(grunt) { - grunt.registerTask('vjs-version', function() { - let version = grunt.vjsVersion.full; - grunt.log.writeln(version); - return version; - }); -}
true
Other
videojs
video.js
d72786fc0ca66bea63680f5c84e0d8573d998057.json
chore: remove grunt move to npm scripts (#5592)
build/translations.js
@@ -0,0 +1,42 @@ +const fs = require('fs'); +const path = require('path'); +const klawSync = require('klaw-sync'); + +const source = require('../lang/en.json'); +const table = require('markdown-table'); +const tableRegex = /(<!-- START langtable -->)(.|\n)*(<!-- END langtable -->)/; + +let doc = fs.readFileSync('docs/t...
true
Other
videojs
video.js
d72786fc0ca66bea63680f5c84e0d8573d998057.json
chore: remove grunt move to npm scripts (#5592)
package-lock.json
@@ -833,6 +833,74 @@ "to-fast-properties": "^2.0.0" } }, + "@iamstarkov/listr-update-renderer": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@iamstarkov/listr-update-renderer/-/listr-update-renderer-0.4.1.tgz", + "integrity": "sha512-IJyxQWsYDEkf8C8QthBn5N8tIU...
true
Other
videojs
video.js
d72786fc0ca66bea63680f5c84e0d8573d998057.json
chore: remove grunt move to npm scripts (#5592)
package.json
@@ -17,56 +17,56 @@ "homepage": "https://videojs.com", "author": "Steve Heffernan", "scripts": { - "test:node-require": "node test/require/node.js", - "build:browserify-test": "browserify test/require/browserify.js -o build/temp/browserify.js", - "build:webpack-test": "webpack --hide-modules test/requ...
true
Other
videojs
video.js
d72786fc0ca66bea63680f5c84e0d8573d998057.json
chore: remove grunt move to npm scripts (#5592)
rollup.config.js
@@ -4,7 +4,7 @@ import babel from 'rollup-plugin-babel'; import resolve from 'rollup-plugin-node-resolve'; import commonjs from 'rollup-plugin-commonjs'; import json from 'rollup-plugin-json'; -import progress from 'rollup-plugin-progress'; +import progressPlugin from 'rollup-plugin-progress'; import ignore from 'r...
true
Other
videojs
video.js
d72786fc0ca66bea63680f5c84e0d8573d998057.json
chore: remove grunt move to npm scripts (#5592)
sandbox/middleware-play.html.example
@@ -11,7 +11,7 @@ <!-- Set the location of the flash SWF --> <script> - videojs.options.flash.swf = '../build/temp/video-js.swf'; + videojs.options.flash.swf = '../node_modules/videojs-swf/dist/video-js.swf'; </script> <style>
true
Other
videojs
video.js
d72786fc0ca66bea63680f5c84e0d8573d998057.json
chore: remove grunt move to npm scripts (#5592)
test/karma.conf.js
@@ -32,8 +32,8 @@ module.exports = function(config) { 'dist/video-js.css', 'test/globals-shim.js', 'test/unit/**/*.js', - 'build/temp/browserify.js', - 'build/temp/webpack.js', + 'test/dist/browserify.js', + 'test/dist/webpack.js', {pattern: 'src/**/*.js', watched: true, included: false,...
true
Other
videojs
video.js
287b267305e84debbfcff2001faf832bf74e0146.json
docs: update starter template (#5570) Use a codepen template for the starter template that includes the latest version of Video.js. The template is at https://codepen.io/gkatsev/pen/GwZegv?editors=1000#0 Fixes #5562
.github/ISSUE_TEMPLATE.md
@@ -1,6 +1,6 @@ ## Description Briefly describe the issue. -Include a [reduced test case](https://css-tricks.com/reduced-test-cases/), we have a [starter template](http://jsbin.com/axedog/edit?html,output) on JSBin you can use. +Include a [reduced test case](https://css-tricks.com/reduced-test-cases/), we have a [sta...
true
Other
videojs
video.js
287b267305e84debbfcff2001faf832bf74e0146.json
docs: update starter template (#5570) Use a codepen template for the starter template that includes the latest version of Video.js. The template is at https://codepen.io/gkatsev/pen/GwZegv?editors=1000#0 Fixes #5562
.github/PULL_REQUEST_TEMPLATE.md
@@ -12,5 +12,5 @@ Please list the specific changes involved in this pull request. - [ ] Change has been verified in an actual browser (Chome, Firefox, IE) - [ ] Unit Tests updated or fixed - [ ] Docs/guides updated - - [ ] Example created ([starter template on JSBin](http://jsbin.com/axedog/edit?html,output))...
true
Other
videojs
video.js
287b267305e84debbfcff2001faf832bf74e0146.json
docs: update starter template (#5570) Use a codepen template for the starter template that includes the latest version of Video.js. The template is at https://codepen.io/gkatsev/pen/GwZegv?editors=1000#0 Fixes #5562
CONTRIBUTING.md
@@ -59,7 +59,7 @@ Guidelines for bug reports: 1. If your issue is with a particular video.js plugin or subproject, please open an issue against that project. See [list of some potential other projects above](#other-repositories-where-issues-could-be-filed) 1. Use the [GitHub issue search](https://github.com/videojs/v...
true
Other
videojs
video.js
287b267305e84debbfcff2001faf832bf74e0146.json
docs: update starter template (#5570) Use a codepen template for the starter template that includes the latest version of Video.js. The template is at https://codepen.io/gkatsev/pen/GwZegv?editors=1000#0 Fixes #5562
docs/guides/faq.md
@@ -336,7 +336,7 @@ Yes! See [ReactJS integration example][react-guide]. [slack]: https://videojs.slack.com -[starter-example]: https://jsbin.com/axedog/edit?html,output +[starter-example]: https://codepen.io/gkatsev/pen/GwZegv?editors=1000#0 [techorder]: /docs/guides/options.md#techorder
true
Other
videojs
video.js
0fb637d16f0c17f4415ed36ab9643b0056e28741.json
feat(lang): Add the Occitan locale (#5578)
lang/oc.json
@@ -0,0 +1,84 @@ +{ + "Audio Player": "Lector àudio", + "Video Player": "Lector vidèo", + "Play": "Lectura", + "Pause": "Pausa", + "Replay": "Tornar legir", + "Current Time": "Durada passada", + "Duration": "Durada", + "Remaining Time": "Temps restant", + "Stream Type": "Tipe de difusion", + "LIVE": "DIRÈCTE"...
false
Other
videojs
video.js
dec31e47b16ca6d85ae78091a4bb18156a701dd2.json
chore: use relative urls in index.html (#5586) Using a relative url will make this page work whether run via the server of npm start or a third party server that serves other things as well.
index.html
@@ -7,21 +7,21 @@ <body> <h2>Navigation</h2> <ul> - <li><a href="/test/debug.html">Run unit tests in browser.</a></li> - <li><a href="/sandbox/index.html">Simple Demo (also seen below)</a></li> - <li><a href="/sandbox/plugin.html">Plugin Demo</a></li> - <li><a href="/sandbox/responsive.html">Responsi...
false
Other
videojs
video.js
209d9f92d72b75fbc5992964a27fd91fd2e71344.json
chore(package): update rollup to version 0.67.1 (#5580)
package-lock.json
@@ -856,9 +856,9 @@ "dev": true }, "@types/node": { - "version": "10.12.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.12.2.tgz", - "integrity": "sha512-53ElVDSnZeFUUFIYzI8WLQ25IhWzb6vbddNp8UHlXQyU0ET2RhV5zg0NfubzU7iNMh5bBXb0htCzfvrSVNgzaQ==", + "version": "10.1...
true
Other
videojs
video.js
209d9f92d72b75fbc5992964a27fd91fd2e71344.json
chore(package): update rollup to version 0.67.1 (#5580)
package.json
@@ -130,7 +130,7 @@ "remark-toc": "^5.0.0", "remark-validate-links": "^7.0.0", "replace": "^1.0.0", - "rollup": "^0.66.2", + "rollup": "^0.67.1", "rollup-plugin-alias": "^1.4.0", "rollup-plugin-babel": "^4.0.1", "rollup-plugin-commonjs": "^9.1.0",
true
Other
videojs
video.js
15beea7eabbdf35c5add82ac1c842ab4bc2f008b.json
chore(travis): remove unused secret variables (#5577)
.travis.yml
@@ -27,8 +27,6 @@ env: global: - secure: K6JpKwMkfNaJix3Bb0tLjVMzHMJgtBXdd/dvfw1BMb9DCBpd81PqXbDs7yXCddUxnUPTBPxZCrQgWsw71Wn+qEoIG5MU3uOT5A2rBbx/yZonVAGv5ed/9w0xk0OzO383CmPMFqwqtp9YmdmqGjQBkYXVXJjTvNTOAExFSdhO+3U= - secure: GIbhjUJapvC70nIZVlhVyK+3KAD2TVKpiY/q412OO7V2izbvcM1tvU3LBoMZbROzrt5TT84tCoJDvHnrpL0...
false
Other
videojs
video.js
2d27b6af6ccc2fe83eccc016bd2c29fef8627b32.json
chore(package): update grunt-cli to version 1.3.2 (#5550)
package-lock.json
@@ -5305,7 +5305,8 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -5720,7 +5721,8 @@ "safe-buffer": { "version": "5.1....
true
Other
videojs
video.js
2d27b6af6ccc2fe83eccc016bd2c29fef8627b32.json
chore(package): update grunt-cli to version 1.3.2 (#5550)
package.json
@@ -94,7 +94,7 @@ "gh-release": "^3.2.1", "grunt": "^1.0.3", "grunt-accessibility": "^6.0.0", - "grunt-cli": "~1.3.1", + "grunt-cli": "~1.3.2", "grunt-concurrent": "^2.3.1", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-copy": "^1.0.0",
true
Other
videojs
video.js
0e5442f98e1bb3c258b807ca9bf171ca638d4e11.json
feat(player): add playerreset event (#5335)
src/js/mixins/evented.js
@@ -23,6 +23,25 @@ const isEvented = (object) => !!object.eventBusEl_ && ['on', 'one', 'off', 'trigger'].every(k => typeof object[k] === 'function'); +/** + * Adds a callback to run after the evented mixin applied. + * + * @param {Object} object + * An object to Add + * @param {Function} callback + * ...
true
Other
videojs
video.js
0e5442f98e1bb3c258b807ca9bf171ca638d4e11.json
feat(player): add playerreset event (#5335)
src/js/player.js
@@ -9,6 +9,7 @@ import document from 'global/document'; import window from 'global/window'; import tsml from 'tsml'; import evented from './mixins/evented'; +import {isEvented, addEventedCallback} from './mixins/evented'; import * as Events from './utils/events.js'; import * as Dom from './utils/dom.js'; import *...
true
Other
videojs
video.js
aed337a9ad0a6831e5eb2924f1d8d422552117a8.json
fix: add correct cursor pointer for the play toggle (#5463)
src/css/components/_play-pause.scss
@@ -1,5 +1,7 @@ -.video-js .vjs-play-control .vjs-icon-placeholder { +.video-js .vjs-play-control { cursor: pointer; +} +.video-js .vjs-play-control .vjs-icon-placeholder { @include flex(none); @extend .vjs-icon-play; }
false
Other
videojs
video.js
79edf5b9f11bfa04232481f4654e8396286528f5.json
docs: Update urls in README.md to point to v7.3.0 (#5536)
README.md
@@ -23,8 +23,8 @@ Thanks to the awesome folks over at [Fastly][fastly], there's a free, CDN hosted version of Video.js that anyone can use. Add these tags to your document's `<head>`: ```html -<link href="//vjs.zencdn.net/7.2/video-js.min.css" rel="stylesheet"> -<script src="//vjs.zencdn.net/7.2/video.min.js"></scr...
false
Other
videojs
video.js
5f73f76a1143b80c2bf1061af3278ea3cfdc13af.json
chore: move scss grunt tasks to npm scripts (#5520)
build/grunt.js
@@ -1,6 +1,5 @@ import {gruntCustomizer, gruntOptionsMaker} from './options-customizer.js'; import isDocsOnly from './docs-only.js'; -import sass from 'node-sass'; module.exports = function(grunt) { require('time-grunt')(grunt); @@ -85,19 +84,6 @@ module.exports = function(grunt) { }, dist: {}, w...
true
Other
videojs
video.js
5f73f76a1143b80c2bf1061af3278ea3cfdc13af.json
chore: move scss grunt tasks to npm scripts (#5520)
package-lock.json
@@ -951,6 +951,12 @@ "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==", "dev": true }, + "acorn-dynamic-import": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-4.0....
true
Other
videojs
video.js
5f73f76a1143b80c2bf1061af3278ea3cfdc13af.json
chore: move scss grunt tasks to npm scripts (#5520)
package.json
@@ -20,9 +20,21 @@ "changelog": "conventional-changelog -p videojs -i CHANGELOG.md -s", "build": "grunt dist", "minify": "babel-node build/minify.js", + "cssmin": "npm-run-all cssmin:*", + "cssmin:cdn": "cleancss dist/alt/video-js-cdn.css -o dist/alt/video-js-cdn.min.css", + "cssmin:default": "c...
true
Other
videojs
video.js
5f73f76a1143b80c2bf1061af3278ea3cfdc13af.json
chore: move scss grunt tasks to npm scripts (#5520)
sandbox/middleware-play.html.example
@@ -5,7 +5,7 @@ <title>Video.js Sandbox</title> <!-- Load the source files --> - <link href="../build/temp/video-js.css" rel="stylesheet" type="text/css"> + <link href="../dist/video-js.css" rel="stylesheet" type="text/css"> <script src="../dist/video.js"></script> <script src="../node_modules/videojs-f...
true
Other
videojs
video.js
5f73f76a1143b80c2bf1061af3278ea3cfdc13af.json
chore: move scss grunt tasks to npm scripts (#5520)
sandbox/vertical-volume.html.example
@@ -0,0 +1,37 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8" /> + <title>Video.js Sandbox</title> + <link href="../dist/video-js.css" rel="stylesheet" type="text/css"> + <script src="../dist/video.js"></script> +</head> +<body> + <div style="background-color:#eee; border: 1px solid #777; pad...
true
Other
videojs
video.js
5f73f76a1143b80c2bf1061af3278ea3cfdc13af.json
chore: move scss grunt tasks to npm scripts (#5520)
test/index.html
@@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>VideoJS Tests</title> <link rel="stylesheet" href="../node_modules/qunit/qunit/qunit.css"> - <link rel="stylesheet" href="../build/temp/video-js.min.css"> + <link rel="stylesheet" href="../dist/video-js.min.css"> </head> <body> <div id="qunit"></div>
true
Other
videojs
video.js
5f73f76a1143b80c2bf1061af3278ea3cfdc13af.json
chore: move scss grunt tasks to npm scripts (#5520)
test/karma.conf.js
@@ -19,20 +19,14 @@ module.exports = function(config) { // Compling tests here files: [ - '../build/temp/video-js.css', + '../dist/video-js.css', '../test/globals-shim.js', '../test/unit/**/*.js', '../build/temp/browserify.js', '../build/temp/webpack.js', { patte...
true
Other
videojs
video.js
7292253fe0cae4dc600aa684a9855eece8185d6f.json
docs(README): update info about google analytics (#5491) Fixes #5361
README.md
@@ -28,8 +28,9 @@ Thanks to the awesome folks over at [Fastly][fastly], there's a free, CDN hosted ``` > For the latest version of video.js and URLs to use, check out the [Getting Started][getting-started] page on our website. -> -> In the `vjs.zencdn.net` CDN-hosted versions of Video.js we include a [stripped down...
false
Other
videojs
video.js
c2eb138e66aa0c19eb039410d5e9e26c948e7e52.json
chore(lang): update translations-needed doc (#5459)
docs/translations-needed.md
@@ -243,65 +243,7 @@ This default value is hardcoded as a default to the localize method in the SeekB | | Beginning of dialog window. Escape will cancel and close the window. | | | End of dialog window. ...
true
Other
videojs
video.js
c2eb138e66aa0c19eb039410d5e9e26c948e7e52.json
chore(lang): update translations-needed doc (#5459)
package.json
@@ -33,6 +33,7 @@ "docs": "npm run docs:lint && npm run docs:api", "jsdoc": "jsdoc", "predocs:api": "node -e \"var s=require('shelljs'),d=['docs/api'];s.rm('-rf',d);\"", + "checktranslations": "grunt check-translations", "docs:api": "jsdoc -c .jsdoc.json", "postdocs:api": "node ./build/fix-a...
true
Other
videojs
video.js
426e210d7dba960b9f5e1c6bbc4ab87c0980c26a.json
chore(package): upgrade rollup to 0.66.2 (#5458)
package-lock.json
@@ -90,9 +90,9 @@ "dev": true }, "@types/node": { - "version": "10.9.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.9.4.tgz", - "integrity": "sha512-fCHV45gS+m3hH17zgkgADUSi2RR1Vht6wOZ0jyHP8rjiQra9f+mIcgwPQHllmDocYOstIEbKlxbFDYlgrTPYqw==", + "version": "10.11.2"...
true
Other
videojs
video.js
426e210d7dba960b9f5e1c6bbc4ab87c0980c26a.json
chore(package): upgrade rollup to 0.66.2 (#5458)
package.json
@@ -134,7 +134,7 @@ "remark-toc": "^5.0.0", "remark-validate-links": "^7.0.0", "replace": "^0.3.0", - "rollup": "^0.66.0", + "rollup": "^0.66.2", "rollup-plugin-alias": "^1.4.0", "rollup-plugin-babel": "^3.0.3", "rollup-plugin-commonjs": "^9.1.0",
true
Other
videojs
video.js
15df4e16b4064984df3ba43036a7478137516317.json
fix(text-tracks): cuechange handler not triggering correctly (#5446) We were only triggering cuechange events if a metadata track started out as not disabled or only when setting the mode to 'showing' Fixes #5308
src/js/tracks/text-track.js
@@ -226,11 +226,12 @@ class TextTrack extends Track { return; } mode = newMode; - if (mode === 'showing') { - + if (mode !== 'disabled') { this.tech_.ready(() => { this.tech_.on('timeupdate', timeupdateHandler); }, true); + ...
true
Other
videojs
video.js
15df4e16b4064984df3ba43036a7478137516317.json
fix(text-tracks): cuechange handler not triggering correctly (#5446) We were only triggering cuechange events if a metadata track started out as not disabled or only when setting the mode to 'showing' Fixes #5308
test/unit/tracks/text-track.test.js
@@ -325,6 +325,86 @@ QUnit.test('fires cuechange when cues become active and inactive', function(asse player.dispose(); }); +QUnit.test('enabled and disabled cuechange handler when changing mode to hidden', function(assert) { + const player = TestHelpers.makePlayer(); + let changes = 0; + const tt = new TextTr...
true
Other
videojs
video.js
96ae3c2aa5d4060c42dd63f4e5aacd75e0208f59.json
chore(package): update grunt-cli to version 1.3.1 (#5409) Closes #5383
package-lock.json
@@ -72,13 +72,35 @@ "resolved": "https://registry.npmjs.org/video.js/-/video.js-7.1.0.tgz", "integrity": "sha512-uF4IOBZB560EqppNHcOYy3laL6Wzu8SDQ8lGmnzqsGFePtVDeLq5RYjBrVGun90c+9Pb+ElT4QyiWDnIyUCfpA==", "requires": { + "@videojs/http-streaming": "1.1.0", "babel-...
true
Other
videojs
video.js
96ae3c2aa5d4060c42dd63f4e5aacd75e0208f59.json
chore(package): update grunt-cli to version 1.3.1 (#5409) Closes #5383
package.json
@@ -85,7 +85,7 @@ "grunt-accessibility": "^6.0.0", "grunt-banner": "^0.6.0", "grunt-browserify": "5.2.0", - "grunt-cli": "~1.2.0", + "grunt-cli": "~1.3.1", "grunt-concurrent": "^2.3.1", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-concat": "^1.0.1",
true
Other
videojs
video.js
3744df168009f064f4056f766edd08d29bae7bb9.json
test: fix travis ci issues with resize-manager tests (#5390)
src/js/resize-manager.js
@@ -59,21 +59,22 @@ class ResizeManager extends Component { this.resizeObserver_ = null; this.debouncedHandler_ = debounce(() => { this.resizeHandler(); - }, 100, false, player); + }, 100, false, this); if (RESIZE_OBSERVER_AVAILABLE) { this.resizeObserver_ = new this.ResizeObserver(...
false
Other
videojs
video.js
8e9d92cc98869ca372a993851722a73451d10f58.json
fix: add debounced.cancel and use it in ResizeManager (#5378) It's possible that ResizeManager will trigger its debounce handler but then get disposed before the handler runs. This can cause tests to fail, so, instead, we should cancel the debounce when ResizeManager is disposed.
src/js/resize-manager.js
@@ -114,6 +114,10 @@ class ResizeManager extends Component { this.off('load', this.loadListener_); } + if (this.debouncedHandler_) { + this.debouncedHandler_.cancel(); + } + this.ResizeObserver = null; this.resizeObserver = null; this.debouncedHandler_ = null;
true
Other
videojs
video.js
8e9d92cc98869ca372a993851722a73451d10f58.json
fix: add debounced.cancel and use it in ResizeManager (#5378) It's possible that ResizeManager will trigger its debounce handler but then get disposed before the handler runs. This can cause tests to fail, so, instead, we should cancel the debounce when ResizeManager is disposed.
src/js/utils/fn.js
@@ -98,8 +98,13 @@ export const throttle = function(fn, wait) { export const debounce = function(func, wait, immediate, context = window) { let timeout; + const cancel = () => { + context.clearTimeout(timeout); + timeout = null; + }; + /* eslint-disable consistent-this */ - return function() { + cons...
true
Other
videojs
video.js
db4b89434af706c76cbece7429589651ab234ece.json
fix(package): update @videojs/http-streaming to version 1.2.3 (#5368) Closes #5365
package-lock.json
@@ -33,25 +33,45 @@ "dev": true }, "@videojs/http-streaming": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.2.1.tgz", - "integrity": "sha512-k+Yo3HXXOgpvKq2SRd234KVHjFCUz+ypKVaNXKFMRyUyWxCnJCE+JK7EVh2y+QmRRCyUSVwJ4kvfqSzeBIGZ...
true
Other
videojs
video.js
db4b89434af706c76cbece7429589651ab234ece.json
fix(package): update @videojs/http-streaming to version 1.2.3 (#5368) Closes #5365
package.json
@@ -52,7 +52,7 @@ "url": "https://github.com/videojs/video.js.git" }, "dependencies": { - "@videojs/http-streaming": "1.2.1", + "@videojs/http-streaming": "1.2.3", "babel-runtime": "^6.9.2", "global": "4.3.2", "safe-json-parse": "4.0.0",
true
Other
videojs
video.js
9c00267728bab436f046b01b1f6bbeadf771d963.json
chore(https): update a lot of links to be https (#5372)
.jsdoc.json
@@ -19,15 +19,15 @@ } }, "logo": { - "url": "http://videojs.com/img/logo.png", + "url": "https://videojs.com/img/logo.png", "height": "30px", "width": "214px" }, "name": "Video.js Documentation", "tabNames": { "tutorials": "Guides" }, - "footerText"...
true
Other
videojs
video.js
9c00267728bab436f046b01b1f6bbeadf771d963.json
chore(https): update a lot of links to be https (#5372)
composer.json
@@ -9,6 +9,6 @@ "video", "player" ], - "homepage": "http://www.videojs.com/", + "homepage": "https://www.videojs.com/", "license": "Apache-2.0" }
true
Other
videojs
video.js
9c00267728bab436f046b01b1f6bbeadf771d963.json
chore(https): update a lot of links to be https (#5372)
docs/guides/audio-tracks.md
@@ -91,7 +91,7 @@ player.audioTracks().removeTrack(track); ## API For more complete information, refer to the -[Video.js API docs](http://docs.videojs.com/), specifically: +[Video.js API docs](https://docs.videojs.com/), specifically: * `Player#audioTracks` * `AudioTrackList` @@ -158,4 +158,4 @@ one audio track...
true
Other
videojs
video.js
9c00267728bab436f046b01b1f6bbeadf771d963.json
chore(https): update a lot of links to be https (#5372)
docs/guides/components.md
@@ -36,7 +36,7 @@ For more specifics on the programmatic interface of a component, see [the compon Video.js components can be inherited and registered with Video.js to add new features and UI to the player. -For a working example, [we have a JSBin](http://jsbin.com/vobacas/edit?html,css,js,output) demonstrating th...
true
Other
videojs
video.js
9c00267728bab436f046b01b1f6bbeadf771d963.json
chore(https): update a lot of links to be https (#5372)
docs/guides/debugging.md
@@ -102,6 +102,6 @@ Finally, the history (if enabled) can be cleared at any time via: videojs.log.history.clear(); ``` -[api]: http://docs.videojs.com/ +[api]: https://docs.videojs.com/ [console]: https://developer.mozilla.org/en-US/docs/Web/API/Console
true
Other
videojs
video.js
9c00267728bab436f046b01b1f6bbeadf771d963.json
chore(https): update a lot of links to be https (#5372)
docs/guides/embeds.md
@@ -75,7 +75,7 @@ const player = videojs('vid1', {}); Adding `class="video-js"` with this embed is no longer necessary as it will automatically add the class `video-js` if missing. #### Custom Elements -Native Custom Elements support is relatively small according to [Can I Use](http://caniuse.com/#feat=custom-eleme...
true
Other
videojs
video.js
9c00267728bab436f046b01b1f6bbeadf771d963.json
chore(https): update a lot of links to be https (#5372)
docs/guides/faq.md
@@ -287,15 +287,15 @@ Yes! See [ReactJS integration example][react-guide]. [audio-tracks]: /docs/guides/audio-tracks.md -[contributing-issues]: http://github.com/videojs/video.js/blob/master/CONTRIBUTING.md#filing-issues +[contributing-issues]: https://github.com/videojs/video.js/blob/master/CONTRIBUTING.md#filing...
true
Other
videojs
video.js
9c00267728bab436f046b01b1f6bbeadf771d963.json
chore(https): update a lot of links to be https (#5372)
docs/guides/languages.md
@@ -152,6 +152,6 @@ For all existing/supported languages, please see the [languages folder (`lang/`) [lang-supported]: /lang -[lang-codes]: http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry +[lang-codes]: https://www.iana.org/assignments/language-subtag-registry/language-subtag-regi...
true
Other
videojs
video.js
9c00267728bab436f046b01b1f6bbeadf771d963.json
chore(https): update a lot of links to be https (#5372)
docs/guides/middleware.md
@@ -1,6 +1,6 @@ # Middleware -Middleware is a Video.js feature that allows interaction with and modification of how the `Player` and `Tech` talk to each other. For more in-depth information, check out our [feature spotlight](http://blog.videojs.com/feature-spotlight-middleware/). +Middleware is a Video.js feature th...
true
Other
videojs
video.js
9c00267728bab436f046b01b1f6bbeadf771d963.json
chore(https): update a lot of links to be https (#5372)
docs/guides/modal-dialog.md
@@ -73,6 +73,6 @@ A common need for modals is to style them independently from one another. The re modal.addClass('vjs-my-fancy-modal'); ``` -[api-doc]: http://docs.videojs.com/ModalDialog.html +[api-doc]: https://docs.videojs.com/ModalDialog.html [creating-component]: /docs/guides/components.md#creating-a-compo...
true
Other
videojs
video.js
9c00267728bab436f046b01b1f6bbeadf771d963.json
chore(https): update a lot of links to be https (#5372)
docs/guides/options.md
@@ -422,7 +422,7 @@ Can be set to `false` to disable native video track support. Most commonly used [ios-10-updates]: https://webkit.org/blog/6784/new-video-policies-for-ios/ -[lang-codes]: http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry +[lang-codes]: https://www.iana.org/assignm...
true
Other
videojs
video.js
9c00267728bab436f046b01b1f6bbeadf771d963.json
chore(https): update a lot of links to be https (#5372)
docs/guides/player-workflows.md
@@ -31,9 +31,9 @@ After an instance has been created it can be accessed globally in two ways: No matter the term used for it, web applications are becoming common. Not everything is a static, load-once-and-done web page anymore! This means that developers need to be able to manage the full lifecycle of a video playe...
true
Other
videojs
video.js
9c00267728bab436f046b01b1f6bbeadf771d963.json
chore(https): update a lot of links to be https (#5372)
docs/guides/plugins.md
@@ -350,9 +350,9 @@ These events work for both basic and advanced plugins. They are triggered on the [tech]: /docs/guides/tech.md -[api-player]: http://docs.videojs.com/Player.html +[api-player]: https://docs.videojs.com/Player.html -[api-plugin]: http://docs.videojs.com/Plugin.html +[api-plugin]: https://docs.v...
true
Other
videojs
video.js
9c00267728bab436f046b01b1f6bbeadf771d963.json
chore(https): update a lot of links to be https (#5372)
docs/guides/setup.md
@@ -211,14 +211,14 @@ For a discussion of more advanced player workflows, see the [player workflows gu [boolean-attrs]: https://www.w3.org/TR/2011/WD-html5-20110525/common-microsyntaxes.html#boolean-attributes -[getting-started]: http://videojs.com/getting-started/ +[getting-started]: https://videojs.com/getting-s...
true
Other
videojs
video.js
9c00267728bab436f046b01b1f6bbeadf771d963.json
chore(https): update a lot of links to be https (#5372)
docs/guides/skins.md
@@ -94,4 +94,4 @@ Finally, we can save that as a `videojs-matrix.css` file and include it _after_ <link rel="stylesheet" type="text/css" href="path/to/videojs-matrix.css"> ``` -If you create a skin you're particularly proud of, you can share it by adding a link on the [Skins wiki page](https://github.com/videojs/vi...
true
Other
videojs
video.js
9c00267728bab436f046b01b1f6bbeadf771d963.json
chore(https): update a lot of links to be https (#5372)
docs/guides/text-tracks.md
@@ -31,11 +31,11 @@ Either can be created programmatically, but _only remote text tracks can be remo ## Creating the Text File -Timed text requires a text file in [WebVTT](http://dev.w3.org/html5/webvtt/) format. This format defines a list of "cues" that have a start time, an end time, and text to display. [Micros...
true
Other
videojs
video.js
9c00267728bab436f046b01b1f6bbeadf771d963.json
chore(https): update a lot of links to be https (#5372)
docs/guides/troubleshooting.md
@@ -101,6 +101,6 @@ To fix this issue please make sure that all event listeners are cleaned up on di [flash]: https://github.com/videojs/videojs-flash -[media-types]: http://www.iana.org/assignments/media-types/media-types.xhtml#video +[media-types]: https://www.iana.org/assignments/media-types/media-types.xhtml#v...
true
Other
videojs
video.js
9c00267728bab436f046b01b1f6bbeadf771d963.json
chore(https): update a lot of links to be https (#5372)
docs/guides/video-tracks.md
@@ -83,7 +83,7 @@ player.videoTracks().removeTrack(track); ## API -For more complete information, refer to the [Video.js API docs](http://docs.videojs.com/), specifically: +For more complete information, refer to the [Video.js API docs](https://docs.videojs.com/), specifically: * `Player#videoTracks` * `VideoT...
true
Other
videojs
video.js
9c00267728bab436f046b01b1f6bbeadf771d963.json
chore(https): update a lot of links to be https (#5372)
docs/index.md
@@ -89,12 +89,12 @@ Follow this guide to see how you can use `videojs.log` for debugging purposes. You can refer to the [full list of API docs][api], but the most relevant API doc is for the [Player][api-player]. -[plugins-list]: http://videojs.com/plugins +[plugins-list]: https://videojs.com/plugins [skins-lis...
true
Other
videojs
video.js
9c00267728bab436f046b01b1f6bbeadf771d963.json
chore(https): update a lot of links to be https (#5372)
package.json
@@ -14,7 +14,7 @@ "video", "videojs" ], - "homepage": "http://videojs.com", + "homepage": "https://videojs.com", "author": "Steve Heffernan", "scripts": { "changelog": "conventional-changelog -p videojs -i CHANGELOG.md -s",
true
Other
videojs
video.js
9cb1ba5ae94f7e9ad3467b8507ecd0ded96bc6d0.json
fix(sourceset): ignore blob urls when updating source cache (#5371) It's possible for us to get a blob url for sourceset, but when we do, we shouldn't update the source caches with that information. blob urls can arise when playback is done via Media Source Extension (MSE) such as m3u8 sources with @videojs/http-s...
src/js/player.js
@@ -1291,6 +1291,14 @@ class Player extends Component { src = srcObj.src; type = srcObj.type; } + + // if we are a blob url, don't update the source cache + // blob urls can arise when playback is done via Media Source Extension (MSE) + // such as m3u8 sources with @videojs/http-streaming (V...
false
Other
videojs
video.js
16f4e92eca41ac67c736c9975de868da0e7c95ef.json
chore(package): update rollup to version 0.64.1 (#5367) Closes #5363
package-lock.json
@@ -27,9 +27,9 @@ "dev": true }, "@types/node": { - "version": "10.3.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.3.6.tgz", - "integrity": "sha512-h7VDRFL8IhdPw1JjiNVvhr+WynfKW09q2BOflIOA0yeuXNeXBP1bIRuBrysSryH4keaJ5bYUNp63aIyQL9YpDQ==", + "version": "10.5.7",...
true
Other
videojs
video.js
16f4e92eca41ac67c736c9975de868da0e7c95ef.json
chore(package): update rollup to version 0.64.1 (#5367) Closes #5363
package.json
@@ -135,7 +135,7 @@ "remark-toc": "^5.0.0", "remark-validate-links": "^7.0.0", "replace": "^0.3.0", - "rollup": "^0.63.4", + "rollup": "^0.64.1", "rollup-plugin-alias": "^1.4.0", "rollup-plugin-babel": "^3.0.3", "rollup-plugin-commonjs": "^9.1.0",
true
Other
videojs
video.js
31a0bac8232d2f3e3055748090296bd20f7ba801.json
feat(plugins): allow plugin deregistration from videojs (#5273) This exposes `deregisterPlugin` on the videojs alongside `registerPlugin`.
src/js/video.js
@@ -451,6 +451,20 @@ videojs.bind = Fn.bind; */ videojs.registerPlugin = Plugin.registerPlugin; +/** + * Deregister a Video.js plugin. + * + * @borrows plugin:deregisterPlugin as videojs.deregisterPlugin + * @method deregisterPlugin + * + * @param {string} name + * The name of the plugin to be deregistere...
false
Other
videojs
video.js
fd4c6e12d6bb08e2e9320f7448d5725ce9261424.json
feat(player): remove text tracks on Player#reset (#5327) Closes #5140
src/js/player.js
@@ -2763,6 +2763,9 @@ class Player extends Component { * and calls `reset` on the tech`. */ reset() { + if (this.tech_) { + this.tech_.clearTracks('text'); + } this.loadTech_(this.options_.techOrder[0], null); this.techCall_('reset'); }
false
Other
videojs
video.js
7b6aa5c03d0e973cbe4e665ce5e58397a09e9ba3.json
fix(package): update @videojs/http-streaming to version 1.2.1 (#5334) Closes #5321
package-lock.json
@@ -17,15 +17,15 @@ "dev": true }, "@videojs/http-streaming": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.1.0.tgz", - "integrity": "sha512-Pf692a9c/ioCuh8NJUb5EaYrACR/9vjHjedSCPC60s9xkh3j6R4/tSwPlnMLCxN2Qau3h8hukGB0P6q6G1Ot...
true
Other
videojs
video.js
7b6aa5c03d0e973cbe4e665ce5e58397a09e9ba3.json
fix(package): update @videojs/http-streaming to version 1.2.1 (#5334) Closes #5321
package.json
@@ -52,7 +52,7 @@ "url": "https://github.com/videojs/video.js.git" }, "dependencies": { - "@videojs/http-streaming": "1.1.0", + "@videojs/http-streaming": "1.2.1", "babel-runtime": "^6.9.2", "global": "4.3.2", "safe-json-parse": "4.0.0",
true
Other
videojs
video.js
80bae7286b85fb7501a8f16ff642a3e2606ac0a4.json
chore(package): update autoprefixer to version 9.0.1 (#5340) Closes #5322
package-lock.json
@@ -654,27 +654,69 @@ "dev": true }, "autoprefixer": { - "version": "8.6.1", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-8.6.1.tgz", - "integrity": "sha512-DqvyCbff+kvfrZgoDHIRK28svWSSFE/Y86FXUd9zflJ+aU7rr+6JCSuhNf1evSPzh+42GdI39BuIjixN5W/EPQ==", + "version...
true
Other
videojs
video.js
80bae7286b85fb7501a8f16ff642a3e2606ac0a4.json
chore(package): update autoprefixer to version 9.0.1 (#5340) Closes #5322
package.json
@@ -63,7 +63,7 @@ }, "devDependencies": { "aliasify": "^2.1.0", - "autoprefixer": "^8.6.1", + "autoprefixer": "^9.0.1", "babel-cli": "^6.11.4", "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-transform-runtime": "^6.9.0",
true
Other
videojs
video.js
391434dd84eab03dc08ed6903eef67803b7d1f3b.json
chore(package): update rollup to version 0.63.4 (#5341) Closes #5326
package-lock.json
@@ -11,9 +11,9 @@ "dev": true }, "@types/node": { - "version": "10.3.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.3.6.tgz", - "integrity": "sha512-h7VDRFL8IhdPw1JjiNVvhr+WynfKW09q2BOflIOA0yeuXNeXBP1bIRuBrysSryH4keaJ5bYUNp63aIyQL9YpDQ==", + "version": "10.5.2",...
true
Other
videojs
video.js
391434dd84eab03dc08ed6903eef67803b7d1f3b.json
chore(package): update rollup to version 0.63.4 (#5341) Closes #5326
package.json
@@ -135,7 +135,7 @@ "remark-toc": "^5.0.0", "remark-validate-links": "^7.0.0", "replace": "^0.3.0", - "rollup": "^0.62.0", + "rollup": "^0.63.4", "rollup-plugin-alias": "^1.4.0", "rollup-plugin-babel": "^3.0.3", "rollup-plugin-commonjs": "^9.1.0",
true
Other
videojs
video.js
821b46d6000e75564f96a097e2cb754d63512260.json
fix(lang): add a missing translation in sk.json (#5324)
lang/sk.json
@@ -80,5 +80,6 @@ "Done": "Hotovo", "Caption Settings Dialog": "Okno nastavení popiskov", "Beginning of dialog window. Escape will cancel and close the window.": "Začiatok okna. Klávesa Escape zruší a zavrie okno.", - "End of dialog window.": "Koniec okna." + "End of dialog window.": "Koniec okna.", + "{1} i...
false
Other
videojs
video.js
8257a372e1792dbc78fe215c298e228cf6643a4d.json
chore(package): update grunt-zip to version 0.18.1 🚀 (#5300) Closes #5297
package-lock.json
@@ -7821,9 +7821,9 @@ "dev": true }, "grunt-zip": { - "version": "0.17.1", - "resolved": "https://registry.npmjs.org/grunt-zip/-/grunt-zip-0.17.1.tgz", - "integrity": "sha1-IYr6NzUcRvebn7HWovw8hFGaUtA=", + "version": "0.18.1", + "resolved": "https://registry.npmjs.org/grunt-zip...
true
Other
videojs
video.js
8257a372e1792dbc78fe215c298e228cf6643a4d.json
chore(package): update grunt-zip to version 0.18.1 🚀 (#5300) Closes #5297
package.json
@@ -99,7 +99,7 @@ "grunt-shell": "^2.0.0", "grunt-version": "^1.2.1", "grunt-videojs-languages": "0.0.4", - "grunt-zip": "0.17.1", + "grunt-zip": "0.18.1", "humanize-duration": "^3.12.1", "husky": "^0.14.1", "in-publish": "^2.0.0",
true
Other
videojs
video.js
5d75bb694bffa1ff22460e22e989f5a737de78c1.json
chore(package): add module field to package.json (#5293) Closes #5288
package.json
@@ -3,6 +3,7 @@ "description": "An HTML5 and Flash video player with a common API and skin for both.", "version": "7.0.5", "main": "./dist/video.cjs.js", + "module": "./dist/video.es.js", "style": "./dist/video-js.css", "copyright": "Copyright Brightcove, Inc. <https://www.brightcove.com/>", "license...
false
Other
videojs
video.js
5c15d48635fc9e4d3b8150055477663359263808.json
chore(package): update rollup to version 0.61.1 (#5268)
package-lock.json
@@ -11,9 +11,9 @@ "dev": true }, "@types/node": { - "version": "10.3.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.3.1.tgz", - "integrity": "sha512-IsX9aDHDzJohkm3VCDB8tkzl5RQ34E/PFA29TQk6uDGb7Oc869ZBtmdKVDBzY3+h9GnXB8ssrRXEPVZrlIOPOw==", + "version": "10.3.4",...
true
Other
videojs
video.js
5c15d48635fc9e4d3b8150055477663359263808.json
chore(package): update rollup to version 0.61.1 (#5268)
package.json
@@ -134,7 +134,7 @@ "remark-toc": "^5.0.0", "remark-validate-links": "^7.0.0", "replace": "^0.3.0", - "rollup": "^0.60.1", + "rollup": "^0.61.1", "rollup-plugin-alias": "^1.4.0", "rollup-plugin-babel": "^3.0.3", "rollup-plugin-commonjs": "^9.1.0",
true
Other
videojs
video.js
e8e4fe27451c8c45bc389ab7b431032ad0938564.json
feat(autoplay): extend autoplay option for greater good (#5209) This PR extends the `autoplay` to the player with a few options that should hopefully make working with browsers that disable unmuted autoplay by default easier. The current boolean option will match current behavior and any unknown option will be treate...
docs/guides/faq.md
@@ -134,38 +134,30 @@ techs/plugins made available to Video.js. For more information on media formats When an array of sources is available, Video.js test each source in the order given. For each source, each tech in the [`techOrder`][techorder] will be checked to see if it can play it whether directly or via source...
true
Other
videojs
video.js
e8e4fe27451c8c45bc389ab7b431032ad0938564.json
feat(autoplay): extend autoplay option for greater good (#5209) This PR extends the `autoplay` to the player with a few options that should hopefully make working with browsers that disable unmuted autoplay by default easier. The current boolean option will match current behavior and any unknown option will be treate...
docs/guides/options.md
@@ -53,11 +53,34 @@ Each of these options is also available as a [standard `<video>` element attribu ### `autoplay` -> Type: `boolean` +> Type: `boolean|string` +> NOTE: At this point, the autoplay attribute and option are NOT a guarantee that your video will autoplay. +> NOTE2: If there is an attribute on the med...
true
Other
videojs
video.js
e8e4fe27451c8c45bc389ab7b431032ad0938564.json
feat(autoplay): extend autoplay option for greater good (#5209) This PR extends the `autoplay` to the player with a few options that should hopefully make working with browsers that disable unmuted autoplay by default easier. The current boolean option will match current behavior and any unknown option will be treate...
src/js/player.js
@@ -379,6 +379,15 @@ class Player extends Component { tag.controls = false; tag.removeAttribute('controls'); + // the attribute overrides the option + if (tag.hasAttribute('autoplay')) { + this.options_.autoplay = true; + } else { + // otherwise use the setter to validate and + // se...
true
Other
videojs
video.js
e8e4fe27451c8c45bc389ab7b431032ad0938564.json
feat(autoplay): extend autoplay option for greater good (#5209) This PR extends the `autoplay` to the player with a few options that should hopefully make working with browsers that disable unmuted autoplay by default easier. The current boolean option will match current behavior and any unknown option will be treate...
test/unit/autoplay.test.js
@@ -0,0 +1,273 @@ +/* eslint-env qunit */ +import Player from '../../src/js/player.js'; +import videojs from '../../src/js/video.js'; +import TestHelpers from './test-helpers.js'; +import document from 'global/document'; +import sinon from 'sinon'; + +QUnit.module('autoplay', { + beforeEach() { + this.clock = sinon...
true
Other
videojs
video.js
e8e4fe27451c8c45bc389ab7b431032ad0938564.json
feat(autoplay): extend autoplay option for greater good (#5209) This PR extends the `autoplay` to the player with a few options that should hopefully make working with browsers that disable unmuted autoplay by default easier. The current boolean option will match current behavior and any unknown option will be treate...
test/unit/tech/tech-faker.js
@@ -37,7 +37,13 @@ class TechFaker extends Tech { setMuted() {} - setAutoplay() {} + setAutoplay(v) { + if (!v) { + this.options_.autoplay = false; + } + + this.options_.autoplay = true; + } currentTime() { return 0; @@ -58,7 +64,7 @@ class TechFaker extends Tech { return false; ...
true
Other
videojs
video.js
edce736d18eb701a5825d4c499ec4273fe12731b.json
feat(css): run autoprefixer on css (#5239)
build/grunt.js
@@ -339,6 +339,9 @@ module.exports = function(grunt) { preferLocal: true } }, + autoprefixer: { + command: 'npm run autoprefixer' + }, babel: { command: 'npm run babel -- --watch --quiet', options: { @@ -401,6 +404,7 @@ module.exports = function(grunt...
true
Other
videojs
video.js
edce736d18eb701a5825d4c499ec4273fe12731b.json
feat(css): run autoprefixer on css (#5239)
package-lock.json
@@ -666,6 +666,32 @@ "integrity": "sha1-GcenYEc3dEaPILLS0DNyrX1Mv10=", "dev": true }, + "autoprefixer": { + "version": "8.6.1", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-8.6.1.tgz", + "integrity": "sha512-DqvyCbff+kvfrZgoDHIRK28svWSSFE/Y86FXUd9zflJ+aU7rr+...
true
Other
videojs
video.js
edce736d18eb701a5825d4c499ec4273fe12731b.json
feat(css): run autoprefixer on css (#5239)
package.json
@@ -41,7 +41,10 @@ "prepublish": "not-in-install && run-p build || in-install", "publish": "node build/gh-release.js", "prepush": "npm run lint -- --errors", - "version": "node build/version.js && git add CHANGELOG.md" + "version": "node build/version.js && git add CHANGELOG.md", + "autoprefixer...
true
Other
videojs
video.js
edce736d18eb701a5825d4c499ec4273fe12731b.json
feat(css): run autoprefixer on css (#5239)
postcss.config.js
@@ -0,0 +1,10 @@ +// default is: > 0.5%, last 2 versions, Firefox ESR, not dead +// we add on ie 11 since we still support that. +// see https://github.com/browserslist/browserslist for more info +const browsersList = ['defaults', 'ie 11']; + +module.exports = { + plugins: [ + require('autoprefixer')(browsersList) ...
true
Other
videojs
video.js
1b0ff8a02fa5b700208484880af9c0a36c34a242.json
chore(package): update rollup to version 0.60.1 🚀 (#5235) Closes #5232
package-lock.json
@@ -11,9 +11,9 @@ "dev": true }, "@types/node": { - "version": "10.1.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.1.2.tgz", - "integrity": "sha512-bjk1RIeZBCe/WukrFToIVegOf91Pebr8cXYBwLBIsfiGWVQ+ifwWsT59H3RxrWzWrzd1l/Amk1/ioY5Fq3/bpA==", + "version": "10.3.1",...
true
Other
videojs
video.js
1b0ff8a02fa5b700208484880af9c0a36c34a242.json
chore(package): update rollup to version 0.60.1 🚀 (#5235) Closes #5232
package.json
@@ -129,7 +129,7 @@ "remark-toc": "^5.0.0", "remark-validate-links": "^7.0.0", "replace": "^0.3.0", - "rollup": "^0.59.3", + "rollup": "^0.60.1", "rollup-plugin-alias": "^1.4.0", "rollup-plugin-babel": "^3.0.3", "rollup-plugin-commonjs": "^9.1.0",
true
Other
videojs
video.js
7c5a066f2a6d28515c3edb838e720e76af1795b8.json
fix: build core script files as UMD (#5220)
rollup.config.js
@@ -154,7 +154,8 @@ export default cliargs => [ { input: 'src/js/video.js', output: { - format: 'cjs', + format: 'umd', + name: 'videojs', file: 'dist/alt/video.core.js', strict: false, banner @@ -174,7 +175,8 @@ export default cliargs => [ { input: 'src/js/video...
false
Other
videojs
video.js
16b7acd4b9f94dcae6cb5cdce01c50d25205a06d.json
chore(package): update rollup to version 0.59.3 (#5204) Closes #5174
package-lock.json
@@ -5,15 +5,15 @@ "requires": true, "dependencies": { "@types/estree": { - "version": "0.0.38", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.38.tgz", - "integrity": "sha512-F/v7t1LwS4vnXuPooJQGBRKRGIoxWUTmA4VHfqjOccFsNDThD5bfUNpITive6s352O7o384wcpEaDV8rHCehDA==", + ...
true
Other
videojs
video.js
16b7acd4b9f94dcae6cb5cdce01c50d25205a06d.json
chore(package): update rollup to version 0.59.3 (#5204) Closes #5174
package.json
@@ -129,7 +129,7 @@ "remark-toc": "^5.0.0", "remark-validate-links": "^7.0.0", "replace": "^0.3.0", - "rollup": "^0.58.1", + "rollup": "^0.59.3", "rollup-plugin-alias": "^1.4.0", "rollup-plugin-babel": "^3.0.3", "rollup-plugin-commonjs": "^9.1.0",
true
Other
videojs
video.js
6a947416ee8253836a251601c537a07026b0c128.json
chore(build): fix rollup watch during npm start (#5203)
build/grunt.js
@@ -288,7 +288,6 @@ module.exports = function(grunt) { dev: [ 'skin', 'shell:babel', - 'shell:rollupwatch', 'browserify:tests', 'watch:skin', 'watch:lang', @@ -340,12 +339,6 @@ module.exports = function(grunt) { preferLocal: true } },...
true
Other
videojs
video.js
6a947416ee8253836a251601c537a07026b0c128.json
chore(build): fix rollup watch during npm start (#5203)
package.json
@@ -26,7 +26,8 @@ "clean": "grunt clean", "grunt": "grunt", "lint": "vjsstandard", - "start": "grunt dev", + "start": "npm-run-all -p start:grunt watch", + "start:grunt": "grunt dev", "test": "grunt test", "docs": "npm run docs:lint && npm run docs:api", "jsdoc": "jsdoc",
true
Other
videojs
video.js
eaf151663f4f1292891f3fd6ba0dacdb7c7f69f3.json
chore(package): Upgrade @videojs/http-streaming to 1.0.2 (#5189) Upgrade to 1.0.2 which contains babel build fixes. Fixes #5186
package-lock.json
@@ -17,23 +17,23 @@ "dev": true }, "@videojs/http-streaming": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.0.0.tgz", - "integrity": "sha512-AnO4JJteqz+HnhXPKSuuEa6StR8m5gdllnGlblEHmt+ps4Y2zbtD+ODzoMUYWRIIsUmIaUYGiIAmIA3tiTuE...
true
Other
videojs
video.js
eaf151663f4f1292891f3fd6ba0dacdb7c7f69f3.json
chore(package): Upgrade @videojs/http-streaming to 1.0.2 (#5189) Upgrade to 1.0.2 which contains babel build fixes. Fixes #5186
package.json
@@ -47,7 +47,7 @@ "url": "https://github.com/videojs/video.js.git" }, "dependencies": { - "@videojs/http-streaming": "^1.0.0", + "@videojs/http-streaming": "^1.0.2", "babel-runtime": "^6.9.2", "global": "4.3.2", "safe-json-parse": "4.0.0",
true
Other
videojs
video.js
bca31670cb89f5bd6e05f16336f13627936b5831.json
chore(CHANGELOG): update CHANGELOG from 6.x
CHANGELOG.md
@@ -1,3 +1,50 @@ +<a name="6.10.0"></a> +# [6.10.0](https://github.com/videojs/video.js/compare/v6.9.0...v6.10.0) (2018-05-11) + +### Features + +* add 'autoSetup' option ([#5123](https://github.com/videojs/video.js/issues/5123)) ([592c255](https://github.com/videojs/video.js/commit/592c255)), closes [#5094](https://gi...
false
Other
videojs
video.js
0aa827fac5246d14ac26d7b40828419a0bdfa40c.json
fix(time-display): restore hidden label text for screen readers. (#5157) Restore hidden label text for screen readers that describes what the button control does. Renames the Duration Time language item to Duration. Deprecate controlText_ property. Fix a typo in translations-needed.md. Add a space in the hidden la...
docs/guides/languages.md
@@ -45,8 +45,8 @@ Video.js uses a JSON object to describe a language, where the keys are English a "Play": "Reproducción", "Pause": "Pausa", "Current Time": "Tiempo reproducido", - "Duration Time": "Duración total", - "Remaining Time": "Tiempo restante" + "Duration": "Duración total", + "Remaining Time": "...
true