expo-transparent-video
Version:
An Android transparent video component for React Native and Expo.
44 lines (26 loc) • 1.94 kB
Markdown
# Changelog
## Unpublished
### 🛠 Breaking changes
### 🎉 New features
- Add support for `loop`, `playbackRate`, `preservesPitch` and `currentTime` properties. ([#27367](https://github.com/expo/expo/pull/27367) by [@behenate](https://github.com/behenate))
- Add background playback support. ([#27110](https://github.com/expo/expo/pull/27110) by [@behenate](https://github.com/behenate))
- Add DRM support for Android and iOS. ([#26465](https://github.com/expo/expo/pull/26465) by [@behenate](https://github.com/behenate))
- [Android] Add Picture in Picture support. ([#26368](https://github.com/expo/expo/pull/26368) by [@behenate](https://github.com/behenate))
- [Android] Add fullscreen support. ([#26159](https://github.com/expo/expo/pull/26159) by [@behenate](https://github.com/behenate))
- [web] Add volume ([#26137](https://github.com/expo/expo/pull/26137) by [@behenate](https://github.com/behenate))
- Initial release for Android 🎉 ([#26033](https://github.com/expo/expo/pull/26033) by [@behenate](https://github.com/behenate))
- [Android] Adds support for boarders. ([#27003](https://github.com/expo/expo/pull/27003) by [@lukmccall](https://github.com/lukmccall))
- [Android] Adds support for transparent video ([#27627](https://github.com/expo/expo/pull/27627) by [@kowczarz](https://github.com/kowczarz))
### 🐛 Bug fixes
### 💡 Others
## 0.3.1 — 2023-12-12
_This version does not introduce any user-facing changes._
## 0.3.0 — 2023-12-12
### 🎉 New features
- [iOS] Add Picture in Picture support. ([#25522](https://github.com/expo/expo/pull/25522) by [@behenate](https://github.com/behenate))
## 0.2.0 — 2023-11-14
### 🛠 Breaking changes
- On `Android` bump `compileSdkVersion` and `targetSdkVersion` to `34`. ([#24708](https://github.com/expo/expo/pull/24708) by [@alanjhughes](https://github.com/alanjhughes))
## 0.1.0 — 2023-10-30
### 🎉 New features
- Initial release for iOS 🎉