Releases: THEOplayer/react-native-theoplayer-ui
Releases · THEOplayer/react-native-theoplayer-ui
v0.21.2
v0.21.1
🐛 Issues
- Fixed an issue where the
GoToLiveButtonwas not available as an exported component.
v0.21.0
✨ Features
- Added a
<GoToLiveButton>component that only renders itself while playing a DVR stream and being behind the live point.
v0.20.2
🐛 Issues
- Fixed an issue on Web where it was not possible to dismiss the UI by clicking or tapping.
- Fixed an issue on iOS where the UI would not reappear when tapping the screen.
v0.20.1
🐛 Issues
- Fixed an issue where the
<SeekBar>would be disabled for live content.
v0.20.0
✨ Features
- Fixed an issue where the clickthough of an ad could not be tapped/clicked.
- Added usage of
adTop,adCenterandadBottomUI slots to define a custom ad lay-out on both Web and mobile platforms.
v0.19.0
✨ Features
- Added support for feature exclusion in
<THEOplayerDefaultUI>using theexcludedFeaturesproperty.
🐛 Issues
- Fixed an issue where the seekable ranges passed to the Seekbar could contain NaN values
v0.18.0
✨ Features
- Added support for THEOplayer v10 and React Native THEOplayer v10.
v0.17.0
Fixed
- Fixed an issue on Android where the controls would not be visible when returning from PiP in paused state.
- Fixed an issue where the skip buttons would sometimes not be visible.
- Fixed an issue where buttons in the
centerslot would not be tappable on smaller player views.
Changed
- Optimized UI performance by disabling component rendering while the UI is not visible.
v0.16.0
Fixed
- Fixed an issue where the
<CenteredDelayedActivityIndicator>was not shown in all platforms when thewaitingwas fired. - Fixed an issue where high-frequency
progressevents would trigger excessive re-renders and cause memory buildup. - Fixed an issue on iOS and Android where the
<SeekBar>time would sometimes jump while seeking to a new position. - Fixed an issue where menu items with long labels would not be properly displayed.