chore: release v6.4.0
This commit is contained in:
parent
40a72825e6
commit
f05d190ae6
31
CHANGELOG.md
31
CHANGELOG.md
@ -1,5 +1,36 @@
|
||||
|
||||
|
||||
* fix(ios): remove pip check for other platforms (#3991) (40a72825)
|
||||
* feat: add `isSeeking` to `onPlaybackStateChanged` (#3899) (111a5d21)
|
||||
* chore(android): migrate DataSourceUtil to Kotlin (#3984) (b25e43ee)
|
||||
* chore(android): migrate AspectRatioFrameLayout to Kotlin (#3985) (452e42f1)
|
||||
* refactor: move view type and drm in source (#3867) (66dcf32b)
|
||||
* feat: add expo plugins (#3933) (08f6caa6)
|
||||
* docs: update deprecated tool (#3982) (25c74e05)
|
||||
* chore(android): migrate DefaultReactExoplayerConfig to Kotlin (#3983) (1728373d)
|
||||
* fix(ios): don't pause playback when entering background (#3973) (ccffcfd7)
|
||||
* chore(example/basic): refactor state variable (#3949) (a3ecc010)
|
||||
* feat(android): Bump default media3 version from v1.1.1 to v1.3.1 (#3977) :warning: need targetSdkVersion 34 (7562669f)
|
||||
* feat: modified Fabric example android build.gradle for resolving build issue (#3976) (1d6fb297)
|
||||
* chore: upgrade react-native & expo version in the basic example app (#3964) (01a00b12)
|
||||
* refactor(android): migrate VideoEventEmitter to Kotlin (#3962) (3c9b1b57)
|
||||
* fix(ios): fix fullscreen view controller ANR (#3952) (7def3ac3)
|
||||
* chore(example/fabric): bump up fabric example android deps (#3957) (de6e7196)
|
||||
* refactor(ios): refactor NowPlayingInfoCenerManager.swift (#3968) (76c63291)
|
||||
* fix(android): build issue on the latest react-native version (#3963) (530686ca)
|
||||
* feat(fabric): updated ios podspec for implementing new architecture (#3961) (df29c231)
|
||||
* fix(android): fix wrong module name (#3959) (3f11894c)
|
||||
* refactor(android): migrate ReactVideoPackage to Kotlin (#3955) (702a0d9d)
|
||||
* refactor(android): migrate VideoDecoderPropertiesModule to Kotlin (#3954) (99585987)
|
||||
* feat: bump up fabric example react-native iOS (#3951) (e5a2ee3b)
|
||||
* fix(android): added setAllowChunklessPreparation to HlsMediaSource.Factory to allow build success on projects without HLS support (#3948) (#3950) (322d7e99)
|
||||
* refactor: basic example from class component to functional component (#3934) (d4f16486)
|
||||
* chore(android): rework view type (#3940) (b431d09e)
|
||||
* chore: update homepage field in package.json (#3945) (6e133768)
|
||||
* feat(android): allow building exoplayer from source (#3932) (a7d834a8)
|
||||
* feat: add plugins management (#3909) (91d27a60)
|
||||
* Chore(docs): fix typo (#3938) (3cfb96ad)
|
||||
|
||||
# [6.3.0](https://github.com/TheWidlarzGroup/react-native-video/compare/v6.2.0...v6.3.0) (2024-06-22)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-native-video",
|
||||
"version": "6.3.0",
|
||||
"version": "6.4.0",
|
||||
"description": "A <Video /> element for react-native",
|
||||
"main": "lib/index",
|
||||
"source": "src/index",
|
||||
|
Loading…
Reference in New Issue
Block a user