Releases: THEOplayer/react-native-theoplayer
Releases · THEOplayer/react-native-theoplayer
v8.4.0
Added
- Added a
posterStyle
property onTHEOplayerView
to allow overriding the default 16:9 poster style.
Fixed
- Added support for a breaking change to
ContentProtectionIntegrationFactory
's signature in THEOplayer Android 8.2.0.
v8.3.1
Fixed
- Fixed an issue on Android where on some Android SDK versions controlling playback with the notification buttons would not work.
- Fixed an issue on Web and Android where a text track with attribute
DEFAULT
was not set as the player'sselectedTextTrack
property.
v8.3.0
Added
- Added the option to specify the AVAudioSession mode for iOS (moviePlayback versus spokenAudio).
v8.2.2
- Fixed a build issue on iOS for applications that run without the GOOGLE_IMA feature flag
v8.2.1
Fixed
- Fixed a build issue on Android when pinning a specific Android player SDK version, while also disabling the Google IMA extension.
v8.2.0
Added
- Added the
PlaybackSettings
API for Android, allowing control of playback behaviour across all THEOplayer instances.
v8.1.0
Added
- Added support for
bitrate
config on the GoogleIMAConfiguration, to be passed to the IMA SDK rendering settings. - Added support on iOS and Android for
allowedMimeTypes
config on the AdsConfiguration, to be passed to the IMA SDK rendering settings.
Fixed
- Fixed an issue where cast events were not forwarded from the native Android SDK.
- Fixed an issue where presentationMode changes on iOS would cause a UIViewControllerHierarchyInconsistency when an ad is playing.
- Fixed an issue where some ad event types could not be resolved at runtime when excluding the IMA integration on Android.
v8.0.3
Fixed
- Fixed an issue on Android where the THEO Maven repository would not be picked up by all dependencies.
v8.0.2
Fixed
- Fixed an issue on Android where not all dependencies would be correctly resolved.
v8.0.1
Fixed
- Fixed an issue on Android where registering a content protection integration would fail.