chore(deps): update dependency react-native-video to ^6.5.0 #5964
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.1.2
->^6.5.0
Release Notes
TheWidlarzGroup/react-native-video (react-native-video)
v6.5.0
Compare Source
Bug Fixes
find
method (#4110) (7db7024)Features
6.4.5 (2024-08-17)
Bug Fixes
android: resolve a release issue with DefaultDashChunkSource (#4097) (7e222e8)
refactor(android): migrate DefaultDashChunkSource to Kotlin (#4078) (
b7d1cab
)fix(ios): remove resume logic in notification seek closure (#4068) (
c6ae17e
)chore(doc): update document (props & method) (#4072) (
cd41a1b
)fix(android): build warnings (#4058) (
899bb82
)infra: update feature request form (#4065) (
6c03d0a
)fix(ios): override source metadata with custom metadata (#4050) (
38aa2b0
)fix(android): return the value as a float for the getCurrentPosition function (#4054) (
af0302b
)refactor(android): migrate ReactExoplayerViewManager to Kotlin (#4011) (
74c6dd6
)fix(android): viewType is ignored when its value is ViewType.TEXTURE (#4031) (
22cfd6c
)fix(ios): metadata update race (#4033) (
08a57a3
)fix(ios): updated getLicense call to work with new syntax, and fixed spelling error (#4014) (#4042) (
2348c5e
)6.4.3 (2024-07-24)
Bug Fixes
Features
poster
props as Image type and render poster as custom component (#3972) (adbd06e)6.4.2 (2024-07-15)
Bug Fixes
6.4.1 (2024-07-12)
Bug Fixes
expo plugin export (#3992) (de8ade0)
fix(ios): remove pip check for other platforms (#3991) (
40a7282
)feat: add
isSeeking
toonPlaybackStateChanged
(#3899) (111a5d2
)chore(android): migrate DataSourceUtil to Kotlin (#3984) (
b25e43e
)chore(android): migrate AspectRatioFrameLayout to Kotlin (#3985) (
452e42f
)refactor: move view type and drm in source (#3867) (
66dcf32
)feat: add expo plugins (#3933) (
08f6caa
)docs: update deprecated tool (#3982) (
25c74e0
)chore(android): migrate DefaultReactExoplayerConfig to Kotlin (#3983) (
1728373
)fix(ios): don't pause playback when entering background (#3973) (
ccffcfd
)chore(example/basic): refactor state variable (#3949) (
a3ecc01
)feat(android): Bump default media3 version from v1.1.1 to v1.3.1 (#3977)⚠️ need targetSdkVersion 34 (
7562669
)feat: modified Fabric example android build.gradle for resolving build issue (#3976) (
1d6fb29
)chore: upgrade react-native & expo version in the basic example app (#3964) (
01a00b1
)refactor(android): migrate VideoEventEmitter to Kotlin (#3962) (
3c9b1b5
)fix(ios): fix fullscreen view controller ANR (#3952) (
7def3ac
)chore(example/fabric): bump up fabric example android deps (#3957) (
de6e719
)refactor(ios): refactor NowPlayingInfoCenerManager.swift (#3968) (
76c6329
)fix(android): build issue on the latest react-native version (#3963) (
530686c
)feat(fabric): updated ios podspec for implementing new architecture (#3961) (
df29c23
)fix(android): fix wrong module name (#3959) (
3f11894
)refactor(android): migrate ReactVideoPackage to Kotlin (#3955) (
702a0d9
)refactor(android): migrate VideoDecoderPropertiesModule to Kotlin (#3954) (
9958598
)feat: bump up fabric example react-native iOS (#3951) (
e5a2ee3
)fix(android): added setAllowChunklessPreparation to HlsMediaSource.Factory to allow build success on projects without HLS support (#3948) (#3950) (
322d7e9
)refactor: basic example from class component to functional component (#3934) (
d4f1648
)chore(android): rework view type (#3940) (
b431d09
)chore: update homepage field in package.json (#3945) (
6e13376
)feat(android): allow building exoplayer from source (#3932) (
a7d834a
)feat: add plugins management (#3909) (
91d27a6
)Chore(docs): fix typo (#3938) (
3cfb96a
)v6.4.5
Compare Source
Bug Fixes
android: resolve a release issue with DefaultDashChunkSource (#4097) (7e222e8)
refactor(android): migrate DefaultDashChunkSource to Kotlin (#4078) (
b7d1cab
)fix(ios): remove resume logic in notification seek closure (#4068) (
c6ae17e
)chore(doc): update document (props & method) (#4072) (
cd41a1b
)fix(android): build warnings (#4058) (
899bb82
)infra: update feature request form (#4065) (
6c03d0a
)fix(ios): override source metadata with custom metadata (#4050) (
38aa2b0
)fix(android): return the value as a float for the getCurrentPosition function (#4054) (
af0302b
)refactor(android): migrate ReactExoplayerViewManager to Kotlin (#4011) (
74c6dd6
)fix(android): viewType is ignored when its value is ViewType.TEXTURE (#4031) (
22cfd6c
)fix(ios): metadata update race (#4033) (
08a57a3
)fix(ios): updated getLicense call to work with new syntax, and fixed spelling error (#4014) (#4042) (
2348c5e
)v6.4.4
Compare Source
What's Changed
iOS
Android
Other
New Contributors
Full Changelog: TheWidlarzGroup/react-native-video@v6.4.3...v6.4.4
v6.4.3
Compare Source
Bug Fixes
Features
poster
props as Image type and render poster as custom component (#3972) (adbd06e)v6.4.2
Compare Source
Bug Fixes
v6.4.1
Compare Source
Bug Fixes
expo plugin export (#3992) (de8ade0)
fix(ios): remove pip check for other platforms (#3991) (
40a7282
)feat: add
isSeeking
toonPlaybackStateChanged
(#3899) (111a5d2
)chore(android): migrate DataSourceUtil to Kotlin (#3984) (
b25e43e
)chore(android): migrate AspectRatioFrameLayout to Kotlin (#3985) (
452e42f
)refactor: move view type and drm in source (#3867) (
66dcf32
)feat: add expo plugins (#3933) (
08f6caa
)docs: update deprecated tool (#3982) (
25c74e0
)chore(android): migrate DefaultReactExoplayerConfig to Kotlin (#3983) (
1728373
)fix(ios): don't pause playback when entering background (#3973) (
ccffcfd
)chore(example/basic): refactor state variable (#3949) (
a3ecc01
)feat(android): Bump default media3 version from v1.1.1 to v1.3.1 (#3977)⚠️ need targetSdkVersion 34 (
7562669
)feat: modified Fabric example android build.gradle for resolving build issue (#3976) (
1d6fb29
)chore: upgrade react-native & expo version in the basic example app (#3964) (
01a00b1
)refactor(android): migrate VideoEventEmitter to Kotlin (#3962) (
3c9b1b5
)fix(ios): fix fullscreen view controller ANR (#3952) (
7def3ac
)chore(example/fabric): bump up fabric example android deps (#3957) (
de6e719
)refactor(ios): refactor NowPlayingInfoCenerManager.swift (#3968) (
76c6329
)fix(android): build issue on the latest react-native version (#3963) (
530686c
)feat(fabric): updated ios podspec for implementing new architecture (#3961) (
df29c23
)fix(android): fix wrong module name (#3959) (
3f11894
)refactor(android): migrate ReactVideoPackage to Kotlin (#3955) (
702a0d9
)refactor(android): migrate VideoDecoderPropertiesModule to Kotlin (#3954) (
9958598
)feat: bump up fabric example react-native iOS (#3951) (
e5a2ee3
)fix(android): added setAllowChunklessPreparation to HlsMediaSource.Factory to allow build success on projects without HLS support (#3948) (#3950) (
322d7e9
)refactor: basic example from class component to functional component (#3934) (
d4f1648
)chore(android): rework view type (#3940) (
b431d09
)chore: update homepage field in package.json (#3945) (
6e13376
)feat(android): allow building exoplayer from source (#3932) (
a7d834a
)feat: add plugins management (#3909) (
91d27a6
)Chore(docs): fix typo (#3938) (
3cfb96a
)v6.4.0
Compare Source
What's Changed
General
isSeeking
toonPlaybackStateChanged
by @KrzysztofMoch in https://github.com/TheWidlarzGroup/react-native-video/pull/3899Android
iOS
NowPlayingInfoCenerManager
by @YangJonghun in https://github.com/TheWidlarzGroup/react-native-video/pull/3968Other
New Contributors
Full Changelog: TheWidlarzGroup/react-native-video@v6.3.0...v6.4.0
v6.3.0
Compare Source
Bug Fixes
Features
onControlsVisiblityChange
(#3925) (c2ce372)v6.2.0
Compare Source
Bug Fixes
onEnd
callback (#3872) (7133c96)Features
6.1.2 (2024-05-23)
Bug Fixes
Configuration
📅 Schedule: Branch creation - "after 5pm,every weekend" in timezone America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone America/Los_Angeles.
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.