Skip to content

Commit f91bab9

Browse files
author
timmydoza
authored
Prepare release of version 0.6.5 (#695)
* Use twilio-video 2.21.2 * Increase maxListeners to suppress warning * Bump version and update changelog * Show useful error message when screen sharing is prevented by system permissions * Update changelog
1 parent 962ebec commit f91bab9

File tree

7 files changed

+614
-2401
lines changed

7 files changed

+614
-2401
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.6.5 (June 3, 2022)
2+
3+
### Dependency Upgrade
4+
5+
- `twilio-video` has been upgraded from 2.21.0 to 2.21.2. This new version fixes an issue where the `dimensionsChanged` event does not fire when the track dimensions first become available. This fixes an issue in this app where portrait-oriented video tracks are not displayed correctly. See [this issue](https://github.com/twilio/twilio-video.js/issues/1470).
6+
7+
### Bugfixes
8+
9+
- Improves a problem where the local video track is not properly displayed in Safari. See [this issue](https://github.com/twilio/twilio-video.js/issues/1775). [#691](https://github.com/twilio/twilio-video-app-react/pull/691).
10+
- This app now displays a useful error message when screen sharing is prevented due to a lack of system permissions.
11+
112
## 0.6.4 (March 9, 2022)
213

314
### Dependency Upgrades

0 commit comments

Comments
 (0)