Prepare 5.1.0-alpha7

This commit is contained in:
Hampton Maxwell 2020-08-12 19:01:29 -07:00
parent 90da768087
commit f3e6ce1058
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,9 @@
## Changelog
### Version 5.1.0-alpha7
- Basic support for DRM on iOS and Android [#1445](https://github.com/react-native-community/react-native-video/pull/1445)
### Version 5.1.0-alpha6
- Fix iOS bug which would break size of views when video is displayed with controls on a non full-screen React view. [#1931](https://github.com/react-native-community/react-native-video/pull/1931)
@ -13,7 +17,6 @@
- Reverted the JS fullscreening for Android. [#2013](https://github.com/react-native-community/react-native-video/pull/2013)
- Set iOS request headers without needing to edit RCTVideo.m. [#2014](https://github.com/react-native-community/react-native-video/pull/2014)
- Fix exoplayer aspect ratio update on source changes [#2053](https://github.com/react-native-community/react-native-video/pull/2053)
- Basic support for DRM on iOS and Android [#1445](https://github.com/react-native-community/react-native-video/pull/1445)
### Version 5.1.0-alpha5

View File

@ -1,6 +1,6 @@
{
"name": "react-native-video",
"version": "5.1.0-alpha6",
"version": "5.1.0-alpha7",
"description": "A <Video /> element for react-native",
"main": "Video.js",
"license": "MIT",