Skip to content

Releases: videojs/video.js

4.4.1

13 Jun 00:06
Compare
Choose a tag to compare
  • Added .npmignore so dist files wouldn't be ignored in packages

4.4.0

13 Jun 00:06
Compare
Choose a tag to compare
  • Made the poster updateable after initialization (view)
  • Exported more textTrack functions (view)
  • Moved player ID generation to support video tags with no IDs (view)
  • Moved to using QUnit as a dependency (view)
  • Added the util namespace for public utility functions (view)
  • Fixed an issue with calling duration before Flash is loaded (view)
  • Added player methods to externs so they can be overridden (view)
  • Fixed html5 playback when switching between media techs (view)
  • Fixed Firefox+Flash mousemove events so controls don't hide permanently (view)
  • Fixed a test for touch detection (view)
  • Updated the src file list for karma tests (view)
  • Added more tests for API properties after minification (view)
  • Updated projet to use npm version of videojs-swf (view)
  • Added support for dist zipping on windows (view)
  • Fixed iOS fullscreen issue (view)
  • Fixed touch event bubbling (view)
  • Fixed ARIA role attribute for button and slider (view)
  • Fixed an issue where a component's dispose event would bubble up (view)
  • Quieted down deprecation warnings (view)
  • Updated the seek handle to contain the current time (view)
  • Added requirejs and browserify support (UMD) (view)

4.3.0

13 Jun 00:07
Compare
Choose a tag to compare
  • Added Karma for cross-browser unit testing (view)
  • Unmuting when the volume is changed (view)
  • Fixed an accessibility issue with the big play button (view)
  • Exported user activity methods (view)
  • Added a classname to center the play button and new spinner options (view)
  • Added API doc generation (view)
  • Added support for codecs in Flash mime types (view)

4.2.2

13 Jun 00:07
Compare
Choose a tag to compare
  • Fixed a race condition that would cause videos to fail in Firefox (view)

4.2.1

13 Jun 00:07
Compare
Choose a tag to compare
  • Fixed an infinite loop caused by loading the library asynchronously (view)

4.2.0

13 Jun 00:08
Compare
Choose a tag to compare
  • Added LESS as a CSS preprocessor for the default skin (view)
  • Exported MenuButtons for use in the API (view)
  • Fixed ability to remove listeners added with one() (view)
  • Updated buffered() to account for multiple loaded ranges (view)
  • Exported createItems() for custom menus (view)
  • Preventing media events from bubbling up the DOM (view)
  • Major reworking of the control bar and many issues fixed (view)
  • Fixed an issue with minifiying the code on Windows systems (view)
  • Added support for RTMP streaming through Flash (view)
  • Made tech.features available to external techs (view)
  • Minor code improvements (view)
  • Updated time formatting to support NaN and Infinity (view)
  • Fixed an undefined error in cases where no tech is loaded (view)
  • Exported addClass and removeClass for player components (view)
  • Made the fallback message customizable (view)
  • Fixed an issue with the loading spinner placement and rotation (view)
  • Fixed an issue with fonts being flaky in IE8

4.1.0

16 Jul 23:38
Compare
Choose a tag to compare
  • Turned on method queuing for unready playback technologies (flash) view
  • Blocking user text selection on player components view
  • Exported requestFullScreen() and cancelFullScreen() in the minified version view
  • Exported the global players reference, videojs.players view
  • Added google analytics to the CDN version (view)
  • Exported fadeIn/fadeOut for the Component API (view)
  • Fixed an IE poster error when autoplaying (view)
  • Exported bufferedPercent for the API (view)
  • Augmented user agent detection, specifically for Android versions (view)
  • Fixed IE9 canPlayType error (view)
  • Fixed various issues with captions (view)

4.0.4

13 Jun 00:09
Compare
Choose a tag to compare
  • Added google analytics to current CDN version. (view)

4.0.3

13 Jun 00:09
Compare
Choose a tag to compare
  • Fixed an bug with exiting fullscreen. view

4.0.2

13 Jun 00:10
Compare
Choose a tag to compare
  • Correct version number for CDN swf url. Minify CSS. view