- May 27, 2015
- May 23, 2015
- May 22, 2015
-
-
heff authored
-
David authored
-
David LaPalomento authored
-
-
Use primary code ('en') if specific code ('en-us') doesn not match Always re-merge languages closes #2177 Updated language function to lowercase internally Updated component.localize to not require stubbing
-
- May 21, 2015
-
-
Matthew McClure authored
closes #2132 removed slider handle classes Got rid of left-over handle styles
-
heff authored
-
heff authored
Preparing to export utility functions on the videojs object closes #2182 Change el() to getEl() for consistency Cleaned up DOM functions library Clean up and document videojs object API Fixed mergeOptions to modify the first object instead of a copy More cleanup of the main video.js file and documentation Fixed issues with mergeOptions Cleaned up the addLanguage function Removed unnecessary underscores in private module vars
-
eXon authored
closes #2166 closes #2126 this.tech.emitTapEvents(); should be handled by the tech De-dupe the bufferedPercent code in both Tech and Player Have the player generate the tech ID Added autoplay/preload/loop/muted to tech option Remove the watch for native timeupdates Fixed the JSDoc for bufferedPercent Removed the unit test for native timeupdate Added cute whitespaces buffer should always return a TimeRange
-
- May 19, 2015
-
-
Matthew authored
-
Matthew McClure authored
-
heff authored
-
heff authored
-
- May 16, 2015
-
-
heff authored
-
heff authored
Broke out bind, guid, and element data functions from Lib Separated out more dom functions in to dom.js Broke out URL functions into url.js Removed setLocalStorage since it wasn't being used Moved browser tests out of lib Moved log functions into their own file Removed trim() since it wasn't being used Moved formatTime into its own file Moved round into its own file and renamed roundFloat() Moved capitalize into its own file and renamed as toTitleCase() Moved createTimeRange into its own file Removed Lib.arr.forEach infavor of the native forEach Removed Lib.obj.create in favor of native Object.create (ES6-sham) Removed obj.each in favor of native Object.getOwnPropertyNames().forEach() Removed obj.merge and copy. Using lodash.assign instead. Replaced Lib.obj.isPlain with lodash.isPlainObject Removed Lib.obj.isArray in favor of the native Array.isArray Also removed the lib.js tests file as all tests have been moved or removed. Remov...
-
- May 14, 2015
-
-
Chris Rebert authored
Per https://github.com/bower/bower.json-spec/commit/a325da3d79baab018c572d75dc1781b12322f6cd closes #2144 bower.json: main: fix path to video.js bower.json: main: video-js.css => video-js.scss Per https://github.com/bower/bower.json-spec/pull/43 : > Use source files with module exports and imports over pre-built distribution files. Also, the example in that PR includes /sass/motion.scss in and excludes /dist/movement.css & /dist/movement.min.css from its `main`. bower.json: Set moduleType & use non-dist video.js Again, see https://github.com/bower/bower.json-spec/pull/43
-
heff authored
-
heff authored
-
- May 13, 2015
-
-
Matthew authored
-
Matthew McClure authored
bower.json: Remove font files from `main`
-
Chris Rebert authored
Per https://github.com/bower/bower.json-spec/pull/43 : > font files [...] are not `main` files as they are not entry-points. (See also the new example in the spec)
-
- May 12, 2015
- May 06, 2015
-
-
Gary Katsevman authored
-
eXon authored
closes #1485
-
Brandon authored
-
Brandon Bay authored
-
- May 04, 2015
-
-
Matthew authored
-
Matthew McClure authored
Get the flash tech working again
-
- May 02, 2015
-
-
Gary Katsevman authored
-
- May 01, 2015
-
-
Gary authored
-
Gary Katsevman authored
-