Skip to content
Snippets Groups Projects
  1. May 27, 2015
  2. May 23, 2015
  3. May 22, 2015
  4. May 21, 2015
    • Matthew McClure's avatar
      Moved to pure css slider handles · 4007add5
      Matthew McClure authored
      closes #2132
      
      removed slider handle classes
      
      Got rid of left-over handle styles
      4007add5
    • heff's avatar
      v5.0.0-19 · 7c5206ea
      heff authored
      7c5206ea
    • heff's avatar
      Clean up and documentation of src/js/video.js and DOM functions · 1bfe0b4f
      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
      1bfe0b4f
    • eXon's avatar
      Additional tech 2.0 improvements from #2126 · 5d550ffa
      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
      5d550ffa
  5. May 19, 2015
  6. May 16, 2015
    • heff's avatar
      v5.0.0-16 · dc083f8c
      heff authored
      dc083f8c
    • heff's avatar
      Broke up Lib and Util into smaller libraries of functions · a8ff970d
      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...
      a8ff970d
  7. May 14, 2015
  8. May 13, 2015
  9. May 12, 2015
  10. May 06, 2015
  11. May 04, 2015
  12. May 02, 2015
  13. May 01, 2015