Skip to content

Releases: THEOplayer/react-native-theoplayer-ui

v0.21.2

24 Nov 08:18
3820582

Choose a tag to compare

🐛 Issues

  • Fixed an issue where the <SeekBar> would occasionally jump back after seeking.

v0.21.1

28 Oct 09:47
1647e4a

Choose a tag to compare

🐛 Issues

  • Fixed an issue where the GoToLiveButton was not available as an exported component.

v0.21.0

27 Oct 15:25
5ca3cac

Choose a tag to compare

✨ Features

  • Added a <GoToLiveButton> component that only renders itself while playing a DVR stream and being behind the live point.

v0.20.2

21 Oct 15:20
8dfc869

Choose a tag to compare

🐛 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

13 Oct 10:56
2ba8363

Choose a tag to compare

🐛 Issues

  • Fixed an issue where the <SeekBar> would be disabled for live content.

v0.20.0

04 Oct 08:17
71b1d81

Choose a tag to compare

✨ Features

  • Fixed an issue where the clickthough of an ad could not be tapped/clicked.
  • Added usage of adTop, adCenter and adBottom UI slots to define a custom ad lay-out on both Web and mobile platforms.

v0.19.0

24 Sep 14:49
4785322

Choose a tag to compare

✨ Features

  • Added support for feature exclusion in <THEOplayerDefaultUI> using the excludedFeatures property.

🐛 Issues

  • Fixed an issue where the seekable ranges passed to the Seekbar could contain NaN values

v0.18.0

12 Sep 14:57
fc5d6aa

Choose a tag to compare

✨ Features

  • Added support for THEOplayer v10 and React Native THEOplayer v10.

v0.17.0

11 Sep 06:51

Choose a tag to compare

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 center slot 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

28 Aug 16:01

Choose a tag to compare

Fixed

  • Fixed an issue where the <CenteredDelayedActivityIndicator> was not shown in all platforms when the waiting was fired.
  • Fixed an issue where high-frequency progress events 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.