Releases: SvenTiigi/YouTubePlayerKit
Releases · SvenTiigi/YouTubePlayerKit
Version 1.4.0
What's Changed
Disabled scrolling on macOS (#59)
Similar to iOS, scrolling has also been deactivated under macOS.
FullscreenMode (#60)
The style of the fullscreen player can now be easily adjusted via the YouTubePlayer.Configuration.FullscreenMode
let configuration = YouTubePlayer.Configuration(
// Define which fullscreen mode should be used (system or web)
fullscreenMode: .system
)
.system
displays the system fullscreen AVPlayerViewController.web
displays the web based YouTube Player user interface
New Contributors
Full Changelog: 1.3.1...1.4.0
Version 1.3.1
What's Changed
- Added a check to always evaluate/execute JavaScript on the main thread.
Full Changelog: 1.3.0...1.3.1
Version 1.3.0
What's Changed
- Improved the player performance by retaining the underlying
WKWebView
reference directly on anYouTubePlayer
instance. Previously theWKWebView
instance was retained by the view layer.
Full Changelog: 1.2.1...1.3.0
Version 1.2.1
What's Changed
- Fixed a bug which causes a compile/archiving error when using < Xcode 13.2.1 #39
Full Changelog: 1.2.0...1.2.1
Version 1.2.0
What's Changed
- Removed the
isUserInteractionEnabled
parameter from theYouTubePlayer.Configuration
to ensure compliance to the YouTube Terms of Services (#31). - Added a
openURLAction
parameter to theYouTubePlayer.Configuration
to allow custom URL handling of opened links from the YouTube Player (#31). The defaultOpenURLAction
will open all links via Safari (UIApplication.shared.open).
Full Changelog: 1.1.12...1.2.0
Version 1.1.12
What's Changed
- Added
automaticallyAdjustsContentInsets
configuration (#28)
Full Changelog: 1.1.11...1.1.12
Version 1.1.11
What's Changed
- Improved auto resizing of the YouTubePlayer iFrame (#23)
Full Changelog: 1.1.10...1.1.11
Version 1.1.10
What's Changed
- Fixed a bug where a YouTube URL was not correctly parsed via the
YouTubePlayer.Source
(#24)
Full Changelog: 1.1.9...1.1.10
Version 1.1.9
What's Changed
- Added optional frameObserverDelay to config by @lorcanotoole in #19
Full Changelog: 1.1.8...1.1.9
Version 1.1.8
What's Changed
- Custom user agent added by @lorcanotoole in #18
New Contributors
- @lorcanotoole made their first contribution in #18
Full Changelog: 1.1.7...1.1.8