chore: release v6.19.2
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,4 +1,11 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
## [6.19.2](https://github.com/moskalakamil/react-native-video/compare/v6.19.1...v6.19.2) (2026-04-28)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* replace `absoluteFillObject` with `absoluteFill` ([#4880](https://github.com/moskalakamil/react-native-video/issues/4880)) ([ae7ff4f](https://github.com/moskalakamil/react-native-video/commit/ae7ff4fa07ce9234575664a541bbd2f557ff051c))
|
||||||
|
|
||||||
## [6.19.1](https://github.com/TheWidlarzGroup/react-native-video/compare/v6.19.0...v6.19.1) (2026-03-15)
|
## [6.19.1](https://github.com/TheWidlarzGroup/react-native-video/compare/v6.19.0...v6.19.1) (2026-03-15)
|
||||||
|
|
||||||
@@ -765,7 +772,7 @@
|
|||||||
* add release-it ([#3342](https://github.com/react-native-video/react-native-video/issues/3342)) ([da27089](https://github.com/react-native-video/react-native-video/commit/da270891fbce485bb132825a336638f2af98408d))
|
* add release-it ([#3342](https://github.com/react-native-video/react-native-video/issues/3342)) ([da27089](https://github.com/react-native-video/react-native-video/commit/da270891fbce485bb132825a336638f2af98408d))
|
||||||
* **ios:** add onBandwidthUpdate event ([#3331](https://github.com/react-native-video/react-native-video/issues/3331)) ([9054db3](https://github.com/react-native-video/react-native-video/commit/9054db35d7d5e4e6d54739fc9349576c03522d7c))
|
* **ios:** add onBandwidthUpdate event ([#3331](https://github.com/react-native-video/react-native-video/issues/3331)) ([9054db3](https://github.com/react-native-video/react-native-video/commit/9054db35d7d5e4e6d54739fc9349576c03522d7c))
|
||||||
|
|
||||||
## Changelog
|
#
|
||||||
|
|
||||||
## Next
|
## Next
|
||||||
- Android, iOS: add onVolumeChange event #3322
|
- Android, iOS: add onVolumeChange event #3322
|
||||||
@@ -1114,4 +1121,4 @@
|
|||||||
- Add cookie support for ExoPlayer [#922](https://github.com/react-native-community/react-native-video/pull/922)
|
- Add cookie support for ExoPlayer [#922](https://github.com/react-native-community/react-native-video/pull/922)
|
||||||
- Remove ExoPlayer onMetadata that wasn't being used [#1040](https://github.com/react-native-community/react-native-video/pull/1040)
|
- Remove ExoPlayer onMetadata that wasn't being used [#1040](https://github.com/react-native-community/react-native-video/pull/1040)
|
||||||
- Fix bug where setting the progress interval on iOS didn't work [#800](https://github.com/react-native-community/react-native-video/pull/800)
|
- Fix bug where setting the progress interval on iOS didn't work [#800](https://github.com/react-native-community/react-native-video/pull/800)
|
||||||
- Support setting the poster resize mode [#595](https://github.com/react-native-community/react-native-video/pull/595)
|
- Support setting the poster resize mode [#595](https://github.com/react-native-community/react-native-video/pull/595)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-native-video",
|
"name": "react-native-video",
|
||||||
"version": "6.19.1",
|
"version": "6.19.2",
|
||||||
"description": "A <Video /> element for react-native",
|
"description": "A <Video /> element for react-native",
|
||||||
"main": "lib/index",
|
"main": "lib/index",
|
||||||
"source": "src/index.ts",
|
"source": "src/index.ts",
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
"@expo/config-plugins": "^8.0.5",
|
"@expo/config-plugins": "^8.0.5",
|
||||||
"@jamesacarr/eslint-formatter-github-actions": "^0.2.0",
|
"@jamesacarr/eslint-formatter-github-actions": "^0.2.0",
|
||||||
"@react-native/eslint-config": "^0.72.2",
|
"@react-native/eslint-config": "^0.72.2",
|
||||||
"@release-it/conventional-changelog": "^7.0.2",
|
"@release-it/conventional-changelog": "^11.0.0",
|
||||||
"@types/jest": "^28.1.2",
|
"@types/jest": "^28.1.2",
|
||||||
"@types/react": "^19.0.0",
|
"@types/react": "^19.0.0",
|
||||||
"@types/react-native-web": "^0.19.1",
|
"@types/react-native-web": "^0.19.1",
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
"react-native": "^0.78.0",
|
"react-native": "^0.78.0",
|
||||||
"react-native-web": "0.20.0",
|
"react-native-web": "0.20.0",
|
||||||
"react-native-windows": "^0.78.0",
|
"react-native-windows": "^0.78.0",
|
||||||
"release-it": "^16.2.1",
|
"release-it": "^20.0.1",
|
||||||
"typescript": "5.0.4"
|
"typescript": "5.0.4"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user