Skip to content

2.0.0

Compare
Choose a tag to compare
@nirvanatikku nirvanatikku released this 02 Dec 19:01
· 12 commits to master since this release

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