Skip to content

Releases: THEOplayer/react-native-theoplayer-ui

v0.8.0

11 Sep 12:08
Compare
Choose a tag to compare

Added

  • Added support for THEOplayer 8.0.

Fixed

  • Fixed a deprecation warning by removing defaultProps.

v0.7.2

15 May 11:12
b6ff299
Compare
Choose a tag to compare

Fixed

  • 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.

v0.7.1

16 Apr 09:26
8f16e82
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where the mute button sometimes did not update its icon after toggling.

v0.7.0

11 Apr 09:23
5989bdf
Compare
Choose a tag to compare

Added

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

Fixed

  • Fixed TypeScript type definitions to export interfaces describing the props for all components.

v0.6.0

27 Mar 14:32
cb78ad6
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where the skip buttons would remain disabled for MP4 sources.

v0.5.0

06 Mar 09:50
Compare
Choose a tag to compare

Added

  • Added support for CSAI.

Fixed

  • Fixed connected state for chromecastButton to not take into account the casting state in general (e.g. airplay should not influence this state).

v0.4.0

14 Feb 10:57
Compare
Choose a tag to compare

Added

  • Added support for overriding button icons.

v0.3.0

01 Dec 13:09
Compare
Choose a tag to compare

Fixed

  • Fixed several transitioning issues related to PiP state changes and closing menus.

v0.2.0

26 Jun 16:00
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where components were still tappable after the UI had faded out.

Changed

  • Assume PlayerConfiguration.chromeless to be true if not specified.

v0.1.1

06 Jun 07:37
Compare
Choose a tag to compare

Fixed

  • Fixed an issue on Web where using the ChromecastButton component would result in a crash.