description | sidebar_custom_props | ||
---|---|---|---|
Find out what's new in the React Native UI. |
|
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Ad play-out is resumed when the app is foregrounded again after tapping the ad
clickthrough
. This feature requiresreact-native-theoplayer
v8.6.0.
- Added support for THEOplayer 8.0.
- Fixed a deprecation warning by removing
defaultProps
.
- Fixed an issue where the
SeekBar
's seekable state was not updated when switching to a MP4 source. - Fixed an issue where the
SkipButton
components are not rendered when switching sources while casting.
- Fixed an issue where the mute button sometimes did not update its icon after toggling.
- Added support for THEOplayer 7.0 and React Native THEOplayer 7.0.
- Fixed TypeScript type definitions to export interfaces describing the props for all components.
- Fixed an issue where the skip buttons would remain disabled for MP4 sources.
- Added support for CSAI.
- Fixed connected state for chromecastButton to not take into account the casting state in general (e.g. airplay should not influence this state).
- Added support for overriding button icons.
- Fixed several transitioning issues related to PiP state changes and closing menus.
- Fixed an issue where components were still tappable after the UI had faded out.
- Assume
PlayerConfiguration.chromeless
to betrue
if not specified.
- Fixed an issue on Web where using the
ChromecastButton
component would result in a crash.
- Initial release.