@stream-io/video-react-native-sdk 0.0.1-alpha.276 → 0.0.1-alpha.278
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.0.1-alpha.278](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.277...@stream-io/video-react-native-sdk-0.0.1-alpha.278) (2023-07-13)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## [0.0.1-alpha.277](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.276...@stream-io/video-react-native-sdk-0.0.1-alpha.277) (2023-07-12)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
5
13
|
## [0.0.1-alpha.276](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.275...@stream-io/video-react-native-sdk-0.0.1-alpha.276) (2023-07-12)
|
|
6
14
|
|
|
7
15
|
|
package/README.md
CHANGED
|
@@ -110,7 +110,7 @@ Stream's video roadmap and changelog are available [here](https://github.com/Get
|
|
|
110
110
|
- [ ] Push Notification (validate)
|
|
111
111
|
- [ ] UI Cookbook
|
|
112
112
|
- [ ] Call Controls
|
|
113
|
-
- [
|
|
113
|
+
- [x] Permission requests (native)
|
|
114
114
|
- [ ] Runtime layout switching
|
|
115
115
|
- [ ] Video Layout (refactor)
|
|
116
116
|
- [ ] ParticipantView customizations
|
package/package.json
CHANGED