Skip to content

Commit

Permalink
Release 0.2.1 (#344)
Browse files Browse the repository at this point in the history
* Install twilio-video 2.8.0.beta.2

* Bump version and add Changelog entry

* Fix links

* CL fixes
  • Loading branch information
timmydoza authored Oct 26, 2020
1 parent e36e9cb commit aaa7cde
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 6 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 0.2.1

### New Features

- Devices that are selected in the "Audio and Video Settings" modal will not be reset when the page is reloaded. Device IDs are stored in local storage so that the same input and output devices will be used for each session. ([#333](https://github.com/twilio/twilio-video-app-react/pull/333))

### Bug Fixes

- A pinned participant will no longer be pinned after they disconnect from a room. ([#339](https://github.com/twilio/twilio-video-app-react/pull/339))
- The throttle interval in the `VideoToggleButton` component has been incresased to avoid duplicate track publication when the button is pressed rapidly. ([#336](https://github.com/twilio/twilio-video-app-react/pull/336))
- Cypress tests have been updated to improve reliability. ([#332](https://github.com/twilio/twilio-video-app-react/pull/332))

### Dependency Upgrades

- `react-scripts` has been upgraded from 3.4.3 to 3.4.4. ([#337](https://github.com/twilio/twilio-video-app-react/pull/337))
- `firebase` has been upgraded from 7.8.0 to 7.24.0 ([#335](https://github.com/twilio/twilio-video-app-react/pull/335))
- `twilio-video` has been upgraded from 2.8.0-beta.1 to 2.8.0-beta.2. This is to include a bug fix where an iOS 14 Safari Participant is not heard by others in a Room after handling an incoming phone call. ([#344](https://github.com/twilio/twilio-video-app-react/pull/344))

## 0.2.0

This release contains support for the Programmable Video Go room type and an overhauled UI/UX experience.
Expand Down
26 changes: 22 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twilio-video-app-react",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"react-scripts": "^3.4.4",
"strip-color": "^0.1.0",
"twilio": "^3.39.3",
"twilio-video": "2.8.0-beta.1",
"twilio-video": "2.8.0-beta.2",
"typescript": "^3.8.3"
},
"devDependencies": {
Expand Down

0 comments on commit aaa7cde

Please sign in to comment.