Merge branch 'release/4.4.3' into feature/fix-when-muted-and-controls

This commit is contained in:
Daniel Mariño Ruiz
2019-07-08 12:15:55 +02:00
committed by GitHub
14 changed files with 4125 additions and 2534 deletions

View File

@@ -1,7 +1,11 @@
## Changelog
### next
### Version 4.4.3
* Fix mute/unmute when controls are present (iOS) [#1654](https://github.com/react-native-community/react-native-video/pull/1654)
* Fix Android videos being able to play with background music/audio from other apps.
* Fixed memory leak on iOS when using `controls` [#1647](https://github.com/react-native-community/react-native-video/pull/1647)
* (Android) Update gradle and target SDK [#1629](https://github.com/react-native-community/react-native-video/pull/1629)
* Fix iOS stressed mount/unmount crash [#1646](https://github.com/react-native-community/react-native-video/pull/1646)
### Version 4.4.2
* Change compileOnly to implementation on gradle (for newer gradle versions and react-native 0.59 support) [#1592](https://github.com/react-native-community/react-native-video/pull/1592)