Merge branch 'master' into fix-NSInternalInconsistencyException

This commit is contained in:
Daniel Mariño Ruiz
2019-09-08 08:29:11 +02:00
committed by GitHub
8 changed files with 69 additions and 13 deletions

View File

@@ -1,13 +1,17 @@
## Changelog
### Version 5.0.1
### Version 5.0.2
* Fix crash when RCTVideo's superclass doesn't observe the keyPath 'frame' (iOS) [#1720](https://github.com/react-native-community/react-native-video/pull/1720)
### Version 5.0.0
### Version 5.0.1
* Fix AndroidX Support bad merge
### Version 5.0.0 [Deprecated]
* AndroidX Support
### Version 4.4.4
* Handle racing conditions when props are setted on exoplayer
### 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.