Releases: TheWidlarzGroup/react-native-video
Releases · TheWidlarzGroup/react-native-video
v6.12.0
What's Changed
Features
- feat(ios): allow to disable audio sessions management by @KrzysztofMoch in #4492
- refactor(ios): unpause after exiting fullscreen by @moskalakamil in #4472
- feat(android): add asset management functions to plugin by @moskalakamil in #4494
- feat(android): initial bitrate by @moskalakamil in #4480
Bug Fixes
- fix(ios): don't try to modify React view after unmount by @sharnik in #4474
- fix(ios): set native playback speed controls to initial playback rate on iOS by @sharnik in #4495
- fix: add extra checks to determine if a file is local by @VMBindraban in #4503
New Contributors
- @VMBindraban made their first contribution in #4503
Full Changelog: v6.11.0...v6.12.0
v6.11.0
What's Changed
Features ✨
- feat: enhance react-native-video plugins [Plugins API Breaking] by @KrzysztofMoch in #4366
iOS
- refactor(ios): add audio session manager by @KrzysztofMoch in #4466
Bug Fixes 🐛
Android
- fix(android): prevent ratio calculations before loading video by @YangJonghun in #4442
- fix(android): fix bugs related Android PIP listeners by @YangJonghun in #4441
- fix(android): call startForeground() immediately to prevent ForegroundServiceDidNotStartInTimeException by @mobily in #4453
iOS
- fix(iOS): handle allowsPictureInPicturePlayback for tvOS by @kot331107 in #4448
- fix(ios): invalid metadata by @aleksandar9999a in #4422
Windows
- fix(windows): event name not matches with SPEC by @Lyqqt in #4455
- feat(windows): add topSeek event params as mentioned in docs by @Lyqqt in #4456
Other
- docs: update structure by @KrzysztofMoch in #4454
- docs: update meta by @moskalakamil in #4462
- chore(ios): remove duplicated code by @freeboub in #4439
- docs: update examples by @emmanuel-ferdman in #4468
New Contributors
- @kot331107 made their first contribution in #4448
- @aleksandar9999a made their first contribution in #4422
- @mobily made their first contribution in #4453
- @Lyqqt made their first contribution in #4455
- @emmanuel-ferdman made their first contribution in #4468
Full Changelog: v6.10.2...v6.11.0
v6.10.2
What's Changed
TvOS
- fix: fix tvos compile error for rotation handler by @Duell10111 in #4417
Android
- fix: fix gradle exception text related to AndroidX version c… by @ThomasGuenard in #4420
Other
- docs: remove useless braces in config file by @szymonrybczak in #4418
New Contributors
- @ThomasGuenard made their first contribution in #4420
- @szymonrybczak made their first contribution in #4418
Full Changelog: v6.10.1...v6.10.2
v6.10.1
What's Changed
Android
- fix: check androidX version at early build process before really launching build by @freeboub in #4388
- fix: check for valid width and height on video format data by @mmttt89 in #4394
- fix: remove transparent black overlay on android default controls by @freeboub in #4392
iOS
- fix: the video has no audio by default by @mlazari in #4409
- fix: constraints when controls are enabled and video is inside a ScrollView by @efstathiosntonas in #4383
Other
- fix(infra): kotlin linter github action by @KrzysztofMoch in #4408
- fix(sample): remove duplicate code in sample by @freeboub in #4391
New Contributors
- @mmttt89 made their first contribution in #4394
- @efstathiosntonas made their first contribution in #4383
Full Changelog: v6.10.0...v6.10.1
v6.10.0
What's Changed
Android
iOS/tvOS
- fix: ensure playback is not paused by default by @freeboub in #4379
- fix: fix tvos compile error by @YangJonghun in #4369
Web
- feat: implements pip related method on web by @YangJonghun in #4370
Windows
- fix: conversion of string to Stretch enum by @darthLeviN in #4381
Other
- fix(docs): analytics by @moskalakamil in #4368
- chore: add pre commit hook to, at least, lint and tsc the code by @freeboub in #4378
New Contributors
- @huextrat made their first contribution in #4386
- @darthLeviN made their first contribution in #4381
Full Changelog: v6.9.1...v6.10.0
v6.9.1
What's Changed
Fixes
iOS
- fix: avoid memory leak on iOS by @vladvlasov256 in #4355
Android
- Fix NullPointerException in setEnterPictureInPictureOnLeave for unsupported Android versions by @bae-unidev in #4362
Other
New Contributors
- @vladvlasov256 made their first contribution in #4355
- @bae-unidev made their first contribution in #4362
Full Changelog: v6.9.0...v6.9.1
v6.9.0
Bug fixes
General
- fix: hiding poster by @moskalakamil in #4308
Android
iOS
- fix(ios): disables subtitles for none and empty track types by @proohit in #4319
- fix(ios): _paused is updated when video playback pause by @giodevcoding in #4320
Features
- feat: implement enterPictureInPictureOnLeave prop for both platform(Android, iOS) by @YangJonghun in #3385
Other
- chore(android): bump androidx.activity default version from v1.8.2 to v1.9.3 by @YangJonghun in #4314
- Examples README: correct Expo heading link by @wodow in #4316
- chore(docs): bump
next.js
version & fix meta warnings by @moskalakamil in #4327 - docs: update useful projects list by @moskalakamil in #4337
- docs: link tv example by @moskalakamil in #4342
New Contributors
- @wodow made their first contribution in #4316
- @proohit made their first contribution in #4319
- @giodevcoding made their first contribution in #4320
Full Changelog: v6.8.2...v6.9.0
v6.8.1
v6.8.0
What's Changed
Web
📢 🎉We are getting back to supporting web! Please take a note that this release support only formats supported by <video />
html tag. In future we will add support for more formats like HLS and features like DRM and Subtitles
Android
- Add support for HLS videos caching on android by @IslamRustamov in #4272
- fix(android): add helper to avoid type error by @freeboub in #4257
Other
- chore: rework examples by @KrzysztofMoch in #4225
- chore: update DRM example by @KrzysztofMoch in #4259
- docs: update DRM token generator links by @moskalakamil in #4263
- chore(ci): bump actions versions by @KrzysztofMoch in #4275
- chore: update docs link by @moskalakamil in #4242
- chore(sample): fix run of expo sample by @freeboub in #4284
- refactor: cleanup ref by @moskalakamil in #4288
New Contributors
- @zoriya made their first contribution in #3958
- @IslamRustamov made their first contribution in #4272
Full Changelog: v6.7.0...v6.8.0
v6.7.0
What's Changed
iOS
- fix: Pause video on end reached, don't remove listeners by @sharnik in #4218
- feat: add setSource API function fix ads playback by @freeboub in #4185
Android
- feat: add settings button to control video playback speed by @seyedmostafahasani in
- feat: add setSource API function fix ads playback by @freeboub in #4185
- feat(exoplayerview): Migrate ExoPlayerView to kotlin by @l2hyunwoo in #4038
- feat: move minLoadRetryCount into source property by @freeboub in #4233
- fix: sideloaded subtitles by @KrzysztofMoch in #4232
- fix: rework ad props by @freeboub in #4220
- fix: ensure aspect ratio from video is handled in a coherent way by @freeboub in #4219
- fix: remove warning and refactor & fix ad workflow by @freeboub in #4235
Other
- fix: Add react compiler workaround by @freeboub in #4227
- docs: update the TextTrackType documentation by @seyedmostafahasani in #4216
- docs: highlight maintainer services & update twg site links by @moskalakamil in #4214
#4211
New Contributors
- @l2hyunwoo made their first contribution in #4038
Full Changelog: v6.6.4...v6.7.0