This release is mainly about adding better support for fullscreen and the addition of a new custom-ui module.
- Moved
DefaultPlayerUiControllerand all other custom UI components to a separatecustom-uimodule, see doc. By doing this I was able to remove all the custom UI code and resources from thecoremodule, 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#addFullscreenListenerandYouTubePlayer#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