Skip to content

v0.15.0

Latest
Compare
Choose a tag to compare
@tvanlaerhoven tvanlaerhoven released this 05 Aug 07:23
· 21 commits to develop since this release

Fixed

  • Prevent a fade out of the UI while the skip buttons are being used.
  • Fixed an issue where the playback rate setting label text didn't fit in its Text component.
  • Fixed the useEnded hook to take into account a currentTime that can become slightly larger than the expected stream duration.
  • Fixed an issue on Android where a thumbnail preview would contain multiple tiles when the tile image was larger than 2048px.
  • Fixed an issue where <TimeLabel> would briefly show an invalid duration when playing a live stream.
  • Fixed an issue on iOS where both Chromecast and AirPlay buttons were shown as "connected" when connecting to a Chromecast receiver.

Added

  • Added a renderAboveThumbComponent property to the SeekBar component that allows customizing an optional component that is rendered above the SeekBar's thumbnail. The ThumbnailView remains the default component.