Skip to content

12.0.0

Compare
Choose a tag to compare
@PierfrancescoSoffritti PierfrancescoSoffritti released this 24 Mar 08:50
· 34 commits to master since this release
3b17fe9

This release is mainly about adding better support for fullscreen and the addition of a new custom-ui module.

  • Moved DefaultPlayerUiController and all other custom UI components to a separate custom-ui module, see doc. By doing this I was able to remove all the custom UI code and resources from the core module, making it smaller. Developers can now choose to import the custom UI code only if they care about it.
  • Added support for controlling fullscreen in IFrame Player. See YouTubePlayerView#addFullscreenListener and YouTubePlayer#toggleFullscreen, see doc and sample app. Thanks to @Praveen-Pable for the help with #926 and #936 !
  • Added support for autoplaying videos without acquiring the audio focus, see #896 , thanks to @S3basuchian for the help!
  • Fixed a memory leak, see #924.

New Contributors

Full Changelog: 11.1.0...12.0.0