Skip to content

Releases: videojs/video.js

4.7.3

05 Dec 22:57
Compare
Choose a tag to compare
  • Added function for adding new language translations, updated docs, and fixed the notSupportedMessage translation (view)
  • Exposed the player.selectSource method to allow overriding the source selection order (view)

4.6.3

12 Jun 23:49
Compare
Choose a tag to compare
  • Updated to version 4.4.1 of the SWF (view)
  • Fixed a minification issue with the fullscreen event. fixes #1282 (view)

4.6.2

12 Jun 23:56
Compare
Choose a tag to compare
  • Fixed an issue with the firstplay event not firing when auto playing (view)

4.6.1

12 Jun 23:58
Compare
Choose a tag to compare
  • Udpated playbackRate menu to work in minified version (view)

4.6.0

13 Jun 00:02
Compare
Choose a tag to compare
  • Updated the UI to support live video (view)
  • The UI now resets after a source change (view)
  • Now assuming smart CSS defaults for sliders to prevent reflow on player init (view)
  • Fixed the title element placement in menus [view]
  • Fixed title support for menu buttons (view)
  • Fixed extra mousemove events on Windows caused by certain apps, not users [view]
  • Fixed error due to undefined tech when no source is supported [view]
  • Fixed the progress bar not finishing when manual timeupdate events are used [view]
  • Added a more informative and styled fallback message for non-html5 browsers [view]
  • Added the option to provide an array of child components instead of an object [view]
  • Fixed casing on webkitRequestFullscreen [view]
  • Made tap events on mobile less sensitive to touch moves [view]
  • Fixed the default flag for captions/subtitles tracks [view]
  • Fixed compilation failures with LESS v1.7.0 and GRUNT v0.4.4 [view]
  • Added better error handling across the library [view]
  • Updated captions/subtiles file fetching to support cross-origin requests in older IE browsers [view]
  • Added support for playback rate switching [view]
  • Fixed an issue with the loadstart event order that caused the big play button to not hide [view]
  • Modernized the fullscreen API and added support for IE11 [view]
  • Added cross-browser testing with SauceLabs, and added Karma as the default test runner (view)
  • Fixed saucelabs integration to run on commits in TravisCI (view)
  • Added a clearer error message when a tech is undefined (view)
  • Added a cog icon to the font icons (view)
  • Added a player option to offset the subtitles/captions timing (view)

4.5.2

13 Jun 00:03
Compare
Choose a tag to compare
  • Updated release versioning to include bower.json and component.json

4.5.1

13 Jun 00:03
Compare
Choose a tag to compare
  • Fixed a bug from the last release where canPlaySource was no longer exported

4.5.0

13 Jun 00:04
Compare
Choose a tag to compare
  • Added component(1) support (view)
  • Captions now move down when controls are hidden (view)
  • Added the .less source file to the distribution files (view)
  • Changed src() to return the current selected source (view)
  • Added a grunt task for opening the next issue that needs addressing (view)
  • Fixed Android 4.0+ devices' check for HLS support (view)

4.4.3

13 Jun 00:04
Compare
Choose a tag to compare
  • Fixed bugs in IE9 Windows 7N with no Media Player (view)
  • Fixed a bug with setPoster() in the minified version (view)

4.4.2

13 Jun 00:05
Compare
Choose a tag to compare
  • Fixed module.exports in minified version (view)