Skip to content

Releases: youtube/youtube-ios-player-helper

1.0.4 - add support for Swift Package Manager (SPM)

10 Dec 23:22
f57129c
Compare
Choose a tag to compare
  • Add support for Swift Package Manager and associated file restructuring
  • Fix broken unit tests that were not migrated from UIWebView to WKWebView
  • Fix assorted warnings

1.0.3 - fix bug regarding tapping player UI elements

10 Feb 00:26
ff5991e
Compare
Choose a tag to compare

Fix a long-standing bug which prevented navigation to YouTube when tapping some player UI elements.

1.0.2 - fix bug regarding mapping of player state

26 Jun 00:39
da1ae1b
Compare
Choose a tag to compare

Fix bug introduced by e9dbe9e regarding mapping of player state. The value returned from the player has a lower-bound of "-1", whereas YTPlayerState is a 0-based NSInteger enum.

1.0.1 - fix WebView scaling

24 Jun 18:01
a609393
Compare
Choose a tag to compare

Fix UI scaling in the WebView

1.0.0 - migrate to WKWebView

10 Jun 23:19
9ac1cf0
Compare
Choose a tag to compare

Migrate to WKWebView and other general clean-up and modernization.