12.0.0
PierfrancescoSoffritti
released this
24 Mar 08:50
·
34 commits
to master
since this release
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 separatecustom-ui
module, see doc. By doing this I was able to remove all the custom UI code and resources from thecore
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
andYouTubePlayer#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
- @S3basuchian made their first contribution in #896
- @Serkali-sudo made their first contribution in #891
- @Praveen-Pable made their first contribution in #926
- @forceporquillo made their first contribution in #684
Full Changelog: 11.1.0...12.0.0