Skip to content
Snippets Groups Projects
  1. Jun 05, 2015
  2. Jun 04, 2015
  3. Jun 02, 2015
  4. May 30, 2015
  5. May 29, 2015
  6. May 28, 2015
    • heff's avatar
      v5.0.0-24 · 3bf01d9a
      heff authored
      3bf01d9a
    • heff's avatar
      Fixed a number of IE8 and Flash issues from 5.0 changes · a88e3112
      heff authored
      IE8 compatiblity fixes - Babel loose mode and ES5-shim
      
      Reverted to old isPlainObject to fix IE8
      
      Lodash.isplainobject was throwing a "Member not found error" on elements,
      specifically the 'custom' track element being passed in options.
      
      (turned out to be that we were using lodash modern, not compat)
      
      Fixed full-window mode in IE8 by fixing fullscreen API check
      
      Fixed the swf events by creating the object in component.createEl
      fixes #2184
      
      Added es5 shim and sham to the sandbox example
      related to #1687
      a88e3112
  7. May 27, 2015
  8. May 23, 2015
  9. May 22, 2015
  10. 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
  11. May 19, 2015
  12. May 16, 2015