Skip to content

Releases: nirvanatikku/jQuery-TubePlayer-Plugin

2.1.0

03 Dec 02:17
Compare
Choose a tag to compare

Updates

  • New player event: "onPlayerLoaded" - Fixed #45 (and #47)
  • TubePlayer's default settings can be edited now - Fixed #43

2.0.0

02 Dec 19:01
Compare
Choose a tag to compare

Announcements

  • The plugin no longer falls back to the Flash player (due to YouTube deprecating it)
  • Various properties have been removed, due to the transition to the iframe player
  • Playlist support has been added to TubePlayer

Updates

  • Removed code to handle flash player (due to deprecation); instead - uses iframe player exclusively
  • Added playlist support for "playPlaylist", "cuePlaylist", "next", "previous", "playVideoAt"
  • Added support for rate change events "onRateChange"
  • Improved support for multiple tubeplayer instances
  • Support providing a list of Video IDs in the playlist property
  • Property showControls is no longer a boolean - the property is controls now: 0=none, 1=immediate, 2=lazy
  • Property autoHide has been deprecated and is no longer used
  • Property theme has been deprecated; players always use the dark theme
  • Improved security by adding origin (window.location.origin)
  • Revamped the test console + Updated tests to ensure successful execution