-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Comparing changes
Open a pull request
base repository: videojs/video.js
base: v5.15.1
head repository: videojs/video.js
compare: v5.16.0
- 17 commits
- 165 files changed
- 7 contributors
Commits on Jan 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9c74116 - Browse repository at this point
Copy the full SHA 9c74116View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5a240a - Browse repository at this point
Copy the full SHA e5a240aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83d453b - Browse repository at this point
Copy the full SHA 83d453bView commit details -
chore: better dev experience (#3896)
npm start now runs `grunt dev` which in turn runs the connect server, sets up babel watching, browserify watching (for both src and test files), and css and alternate builds watching. Additionally, it will copy over the dev build files into the dist folder so that if you're linking videojs and you have a project that gets video.js from the dist, you can link and develop with more easy without rerunning all of `grunt dist` each time. Additionally, this specifically does not run more time consumming operations like minification.
Configuration menu - View commit details
-
Copy full SHA for 9ec5587 - Browse repository at this point
Copy the full SHA 9ec5587View commit details -
Configuration menu - View commit details
-
Copy full SHA for b547214 - Browse repository at this point
Copy the full SHA b547214View commit details
Commits on Jan 4, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c239bd5 - Browse repository at this point
Copy the full SHA c239bd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d120ea2 - Browse repository at this point
Copy the full SHA d120ea2View commit details
Commits on Jan 5, 2017
-
docs(troubleshooting): updates to troubleshooting doc (#3912)
* Fixed (and simplified) the codecs header. * Elaborated slightly on codecs and flash in v6 * Changed case of 'Video.js' throughout and some other capilatisation to be consistent with the doc
Configuration menu - View commit details
-
Copy full SHA for 0ce7cd4 - Browse repository at this point
Copy the full SHA 0ce7cd4View commit details
Commits on Jan 6, 2017
-
chore(development): fix
npm start
file watching (#3922)A invalid argument (`--w`) was being passed to the babel cli in the grunt task `shell:babel`. This argument has been changed to `--watch` to get the babel cli to watch files for changes as intended.
Configuration menu - View commit details
-
Copy full SHA for 02da697 - Browse repository at this point
Copy the full SHA 02da697View commit details
Commits on Jan 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f35de1c - Browse repository at this point
Copy the full SHA f35de1cView commit details -
refactor: require
videojs-vtt.js
via require rather than concat (#3919Configuration menu - View commit details
-
Copy full SHA for d290db1 - Browse repository at this point
Copy the full SHA d290db1View commit details -
fix: player el ingest when parent doesn't have
hasAttribute
method (#……3929) For elements which parent doesn't have `hasAttribute` it needs do another check to prevent erroring out. One case of this is when video.js is created inside a documentFragment, the parent node won't have a `hasAttribute` method.
Configuration menu - View commit details
-
Copy full SHA for bbe8253 - Browse repository at this point
Copy the full SHA bbe8253View commit details -
fix: Pause player before seeking in seek bar mousedown (#3921)
Previously, seek bar's mousedown handler would first seek the video, then pause it. This can trigger a bug in Chrome 55 where seeking backwards and then immediately pausing can break the video player. Instead, call the super handler last so that we pause the video before we start seeking. Fixes #3839. This reverts commit e92db4f (#3886)
Configuration menu - View commit details
-
Copy full SHA for 2ceed0a - Browse repository at this point
Copy the full SHA 2ceed0aView commit details -
fix: give techs a name (#3934)
This helps with debugging to know what a component's name is. We try to look up the tech's name via the constructor's name property, otherwise, we set it to 'Unknown Tech'. Can be overridden by setting `this.name_` after calling `super()` in the constructor. Fixes #1786.
Configuration menu - View commit details
-
Copy full SHA for 94fd5c1 - Browse repository at this point
Copy the full SHA 94fd5c1View commit details -
fix: showing custom poster with controls disabled (#3933)
We previously hid the poster image when controls were disabled because the poster image had a click handler on it. However, this meant that in the case of Flash, which doesn't have a native poster image ability, we lost the poster. Fixes #1625.
Configuration menu - View commit details
-
Copy full SHA for 305e5ea - Browse repository at this point
Copy the full SHA 305e5eaView commit details
Commits on Jan 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for bb9b710 - Browse repository at this point
Copy the full SHA bb9b710View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa0fe37 - Browse repository at this point
Copy the full SHA aa0fe37View commit details
There are no files selected for viewing