Skip to content

Commit

Permalink
Prepare release of version 0.6.5 (#695)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
timmydoza authored Jun 3, 2022
1 parent 962ebec commit f91bab9
Show file tree
Hide file tree
Showing 7 changed files with 614 additions and 2,401 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.6.5 (June 3, 2022)

### Dependency Upgrade

- `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).

### Bugfixes

- 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).
- This app now displays a useful error message when screen sharing is prevented due to a lack of system permissions.

## 0.6.4 (March 9, 2022)

### Dependency Upgrades
Expand Down
Loading

0 comments on commit f91bab9

Please sign in to comment.