Releases: youtube/youtube-ios-player-helper
Releases · youtube/youtube-ios-player-helper
1.0.4 - add support for Swift Package Manager (SPM)
- 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
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
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
Fix UI scaling in the WebView
1.0.0 - migrate to WKWebView
Migrate to WKWebView and other general clean-up and modernization.