Skip to content

Releases: TheWidlarzGroup/react-native-video

v6.0.0-beta.6

18 Mar 10:26
Compare
Choose a tag to compare

6.0.0-beta.6 (2024-03-18)

Bug fixes 🐛

iOS

Android

Features ✨

New Contributors

Full Changelog: v6.0.0-beta.5...v6.0.0-beta.6

v6.0.0-beta.5

02 Feb 12:02
Compare
Choose a tag to compare

6.0.0-beta.5 (2024-02-02)

Bug Fixes

Features

  • implement onAudioTracks and onTextTracks on ios (#3503) (6a49cba)

Full Changelog: v6.0.0-beta.4...v6.0.0-beta.5

v6.0.0-beta.4

15 Jan 07:43
cf3ebb7
Compare
Choose a tag to compare

6.0.0-beta.4 (2024-01-15)

Bug Fixes

Features

v6.0.0-beta.3

24 Dec 13:44
Compare
Choose a tag to compare

Bug Fixes

Common: ReactVideoProps: add accessibility & testID in typing (#3434) (d986b7b)

Android: default UA (#3429) (dd7bb54)
Android: ensure save doesn't crash on android (#3415) (22a2655)

Ios: revert ios url encoding as this breaks encoded urls (#3440) (0723481)

v6.0.0-beta.2

08 Dec 21:20
Compare
Choose a tag to compare

6.0.0-beta.2 (2023-12-08)

Bug Fixes

  • android: add explicitly dependancy to androidx.activity (#3410) (908e30f)
  • android: ensure adTagUrl can be reset (#3408) (f9bcaac)
  • Typescript revert drm type definition change (#3409) (fbb5654)
  • Typescript add allowsExternalPlayback missing on ReactVideoProps (#3398) (72679a7)

v6.0.0-beta.1

08 Dec 21:18
Compare
Choose a tag to compare

6.0.0-beta.1 (2023-12-02)

Bug Fixes

  • android: ads build and enable ads in android sample (#3376) (fe89122)
  • android: fix leak caused by removing lifecycle listener too early (#3380) (0c0f317)
  • android: revert media3 update, back to 1.1.1 (#3369) (5beef38)
  • android: fix leak caused by removing lifecycle listener too early (#3380)
  • ios: check for ios url query encoding (#3384) (de4159f)
  • ios: fix pip(when player doesn't fill screen) (#3363) (11f6201)

Features

  • ad: add data to onReceiveAdEvent (#3378) (d05231d)
  • add AdEvent enum to have an exhaustive list of all possible AdEvent values (#3374) (b3744f9)
  • add onAdError event listener (#3381) (596c02d)
  • android: bump media3 version from v1.1.1 to v1.2.0 (#3362) (17dbf6e)
  • implement startPosition (#3355) (2648502)

v6.0.0-beta.0

18 Nov 14:46
Compare
Choose a tag to compare

iOS

  • ios: change isPlaybackLikelyToKeepUp check (#3357) (1ba93f9)
  • ios: fix cache playerItemPrepareText type (#3358) (0e23952)
  • ios: fix external text tracks crashes with m3u8 files (#3330) (782e7e0)

Android

  • android: replace deprecated ExoPlayer2 with AndroidX media3 (#3337) (f2e80e9)

All

  • example: remove dependency loop (#3353) (211c3c7)
  • typescript: update onError definition to match implementation (#3349) (fdbd6a6)
  • typescript: update source definition to match implementation (80e7139)

Note: This version also include all changes from alpha versions. To see all changes go to change log

6.0.0-alpha.11

13 Nov 21:33
Compare
Choose a tag to compare
6.0.0-alpha.11 Pre-release
Pre-release

All:

iOS:

  • fixes where Android's muted prop behavior differs from iOS (#3339) (8fbdc28)
  • fix wrong fullscreen method definition (#3338) (7f49b56)
  • player is frozen after re-focusing on the app (#3326) (722ae34)
  • add onBandwidthUpdate event (#3331) (9054db3)

v6.0.0-alpha.9

04 Nov 16:05
Compare
Choose a tag to compare
v6.0.0-alpha.9 Pre-release
Pre-release

All:

  • Add built-in typescript support #3266
  • Update documentation generation #3296
  • Expose playback functions to ref #3245

Android:

  • BREAKING CHANGE❗️update isCodecSupported to return enum #3254
  • Use explicit not-exported flag for AudioBecomingNoisyReceiver #3327
  • Remove kotlin-android-extensions #3299
  • Ensure audio volume is changed in UI thread #3292
  • Multiple internal refactor and switch to kotlin
  • Refactor log management and add an option to increase log verbosity #3277

iOS

  • Fix audio session category when not using the audioOutput prop
  • Implement onPlaybackStateChanged callback #3307
  • Remove false calls at onPlaybackRateChange #3306
  • Audio does not work with headphones #3284
  • Resuming video ad after closing the in-app browser on iOS #3275

tvOS

Windows

  • fix build error from over-specified SDK version #3246
  • fix onError not being raised #3247

v6.0.0-alpha.8

14 Sep 20:01
Compare
Choose a tag to compare
v6.0.0-alpha.8 Pre-release
Pre-release

All

  • Playing audio over earpiece #2887
  • Prepare for fabric #3175 #

iOS

  • Fix Pip #3221
  • iOS: Fix regression in presentFullscreenPlayer & dismissFullscreenPlayer #3230

tvOS

  • Fix build #3207
  • tvOS: Add sample #3208
  • tvOS: Allow chapter customization #3216

doc

  • Fix internal links #3229