Releases: TheWidlarzGroup/react-native-video
Releases · TheWidlarzGroup/react-native-video
v6.14.0
What's Changed
Features
- feat(web): allow styling overrides via the
style
prop by @jonathanj in #4528
Bugfixes
- fix(ios): swfit modular headers by @KrzysztofMoch in #4527
- fix(android): changing switch sintaxe to preserve compatibility with java 11 or minus by @BryanChemp in #4521
- fix(ios): default cropStart fallback by @jzhu1224 in #4540
- fix(ios): Only set _isBuffering = true if newValue is also true by @blwinters in #4532
New Contributors
- @BryanChemp made their first contribution in #4521
- @jzhu1224 made their first contribution in #4540
- @jonathanj made their first contribution in #4528
- @blwinters made their first contribution in #4532
Full Changelog: v6.13.0...v6.14.0
v6.13.0
What's Changed
Bug Fixes
- fix(tvos): build by @moskalakamil in #4511
- allowsVideoFrameAnalysis not available in catalyst until 18.0 by @ryfow in #4515
- chore: update bot messages by @moskalakamil in #4517
Features
- feat(ios): add
overridePlayerAsset
toAVPlayerPlugin
by @KrzysztofMoch in #4522
New Contributors
Full Changelog: v6.12.0...v6.13.0
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