Skip to content

Releases: SvenTiigi/YouTubePlayerKit

Version 1.4.0

01 Mar 16:36
Compare
Choose a tag to compare

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

24 Jan 19:32
Compare
Choose a tag to compare

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

29 Dec 23:38
Compare
Choose a tag to compare

What's Changed

  • Improved the player performance by retaining the underlying WKWebView reference directly on an YouTubePlayer instance. Previously the WKWebView instance was retained by the view layer.

Full Changelog: 1.2.1...1.3.0

Version 1.2.1

30 Aug 17:57
Compare
Choose a tag to compare

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

24 Jul 20:13
Compare
Choose a tag to compare

What's Changed

  • Removed the isUserInteractionEnabled parameter from the YouTubePlayer.Configuration to ensure compliance to the YouTube Terms of Services (#31).
  • Added a openURLAction parameter to the YouTubePlayer.Configuration to allow custom URL handling of opened links from the YouTube Player (#31). The default OpenURLAction will open all links via Safari (UIApplication.shared.open).

Full Changelog: 1.1.12...1.2.0

Version 1.1.12

06 Jun 11:35
Compare
Choose a tag to compare

What's Changed

  • Added automaticallyAdjustsContentInsets configuration (#28)

Full Changelog: 1.1.11...1.1.12

Version 1.1.11

24 Apr 09:31
96b831c
Compare
Choose a tag to compare

What's Changed

  • Improved auto resizing of the YouTubePlayer iFrame (#23)

Full Changelog: 1.1.10...1.1.11

Version 1.1.10

21 Apr 17:52
Compare
Choose a tag to compare

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

03 Feb 15:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.8...1.1.9

Version 1.1.8

23 Jan 20:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.7...1.1.8